Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oops! remove debugging codes | Aaron Patterson | 2011-06-27 | 1 | -1/+0 |
| | |||||
* | default create_with_value to a hash so we can eliminate conditionals, add ↵ | Aaron Patterson | 2011-06-27 | 1 | -1/+2 |
| | | | | test surrounding create_with(nil) behavior | ||||
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Refactor Active Record test connection setup. Please see the ↵ | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
| | | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. | ||||
* | Fix issue #1272 | Brian Mathiyakom | 2011-06-01 | 1 | -1/+1 |
| | | | | | Set reverse_order_value when asked to reverse_order(). Do the actual reversal in build_arel. | ||||
* | Evaluate default scopes at the last possible moment in order to avoid ↵ | Jon Leighton | 2011-04-12 | 1 | -1/+1 |
| | | | | problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped. | ||||
* | isolating eager_loading? method | Aaron Patterson | 2010-11-30 | 1 | -0/+11 |
| | |||||
* | making sure scope_for_create value is cached | Aaron Patterson | 2010-11-30 | 1 | -0/+12 |
| | |||||
* | surrounding scope_for_create behavior | Aaron Patterson | 2010-11-30 | 1 | -0/+14 |
| | |||||
* | Ruby 1.8, how does it work? | Aaron Patterson | 2010-11-30 | 1 | -6/+6 |
| | |||||
* | testing combined nodes are not traversed | Aaron Patterson | 2010-11-30 | 1 | -0/+9 |
| | |||||
* | adding more tests surrounding where_values_hash | Aaron Patterson | 2010-11-30 | 1 | -3/+19 |
| | |||||
* | testing Relation#table_name | Aaron Patterson | 2010-11-30 | 1 | -0/+21 |
| | |||||
* | adding a test for ActiveRecord::Relation | Aaron Patterson | 2010-11-30 | 1 | -0/+56 |