Matt Jones + Scott Walker
|
efbb85c84b
|
correctly handle order calls after a reorder
|
2012-01-03 14:52:36 -05:00 |
|
Jon Leighton
|
c99d507fcc
|
Deprecate implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +00:00 |
|
Jon Leighton
|
562583c766
|
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
|
2011-11-05 16:22:18 +00:00 |
|
Aaron Patterson
|
6054c092dc
|
oops! remove debugging codes
|
2011-06-27 14:46:56 -07:00 |
|
Aaron Patterson
|
997aed24be
|
default create_with_value to a hash so we can eliminate conditionals, add test surrounding create_with(nil) behavior
|
2011-06-27 14:18:49 -07:00 |
|
Aaron Patterson
|
61774e0d49
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
|
Jon Leighton
|
253bb6b926
|
Refactor Active Record test connection setup. Please see the 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.
|
2011-06-04 23:47:03 +01:00 |
|
Brian Mathiyakom
|
1e43bd9f35
|
Fix issue #1272
Set reverse_order_value when asked to reverse_order().
Do the actual reversal in build_arel.
|
2011-06-01 18:29:29 +01:00 |
|
Jon Leighton
|
8572ae6671
|
Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped.
|
2011-04-12 19:46:04 -07:00 |
|
Aaron Patterson
|
22b01c52c7
|
isolating eager_loading? method
|
2010-11-30 16:10:49 -08:00 |
|
Aaron Patterson
|
b293ab7c61
|
making sure scope_for_create value is cached
|
2010-11-30 15:45:32 -08:00 |
|
Aaron Patterson
|
b2e7d1e41e
|
surrounding scope_for_create behavior
|
2010-11-30 15:44:30 -08:00 |
|
Aaron Patterson
|
dccf624b64
|
Ruby 1.8, how does it work?
|
2010-11-30 15:20:27 -08:00 |
|
Aaron Patterson
|
3ad0779e56
|
testing combined nodes are not traversed
|
2010-11-30 14:56:32 -08:00 |
|
Aaron Patterson
|
795dc3d15f
|
adding more tests surrounding where_values_hash
|
2010-11-30 14:47:55 -08:00 |
|
Aaron Patterson
|
6c32290bac
|
testing Relation#table_name
|
2010-11-30 14:29:35 -08:00 |
|
Aaron Patterson
|
bfc398cb70
|
adding a test for ActiveRecord::Relation
|
2010-11-30 14:10:55 -08:00 |
|