Commit Graph

13 Commits

Author SHA1 Message Date
Keenan Brock f0cd6cc6ac update version.rb 2016-10-25 16:03:40 -04:00
Keenan Brock 6312503534 use yard 2016-10-21 16:47:13 -04:00
Jason Frey dde594790c Fix various issues where tests were not running
- Fix issue where "minitest/autorun" must be required for newer versions
  of Rails
- Made sqlite3 the default local database when not using appraisals
- Handle non-installed databases when running `appraisal rake test`
  locally
2016-02-08 23:43:23 -05:00
Keenan Brock c722da1e9f Add newer versions of ruby to travis 2015-12-14 15:42:22 -05:00
Stefan Kroes 5f373b59cc Refactored test suite to use appraisals and live in multiple test files 2013-12-11 16:15:20 +01:00
Adam Mckaig f7329f15c7 Add Gemfile to test against Rails 4.0.0.beta1
All tests pass, but there's a ton of deprecation warnings.
2013-04-09 13:48:59 -04:00
Stefan Henzen 3230fe1b7c Added several gemfiles to test against multiple versions of activerecord
Updated test environment to use bundler
Updated README
2013-04-03 22:40:27 +02:00
Stefan Henzen 8850dcaf66 Applied [82f6a33] Fixed it for Rails 3.2 and broke it for 2.x, changed version 1.2.6 and activerecord dependency to >= 3.0.0
Dropped support for primary_key_format
Added rake task test_all
Bumped version to 2.0.0
Bumped activerecord dependency to >= 3.0.0
Fixed tests for 3.0.0
2012-06-27 11:57:21 +02:00
Gerjan Stokkink 91bc017192 Revert "Fixed it for Rails 3.2 and broke it for 2.x, changed version 1.2.6 and activerecord dependency to >= 3.0.0", as it is an incomplete commit. Rails 3-specific code has been moved to the rails3 branch.
This reverts commit b5fd912e58.
2012-05-04 10:10:42 +02:00
Stefan Kroes b5fd912e58 Fixed it for Rails 3.2 and broke it for 2.x, changed version 1.2.6 and activerecord dependency to >= 3.0.0 2012-03-27 15:36:34 +02:00
Stefan Kroes bb6d920b25 Added RCOV, minor change to primary_key_format 2010-10-26 08:25:04 +02:00
Stefan Kroes df705c3533 Version 1.1.0 done!
- Depth caching (and cache rebuilding)
  - Depth method for nodes
  - Named scopes for selecting by depth
  - Relative depth options for tree navigation methods:
    - ancestors
    - path
    - descendants
    - descendant_ids
    - subtree
    - subtree_ids
  - Updated README
  - Easy migration from existing plugins/gems
  - acts_as_tree checks unknown options
  - acts_as_tree checks that options are hash
  - Added a bang (!) to the integrity functions
    - Since these functions should only be used from ./script/console and not from your appliction, this change is not considered as breaking backwards compatibility and the major version wasn't bumped.
  - Updated install script to point to documentation
  - Removed rails specific init
  - Removed uninstall script
2009-10-22 16:32:26 +02:00
Stefan Kroes 1282d2e814 Initial commit 2009-10-16 16:47:29 +02:00