1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/relation
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
..
batches.rb Quote find_in_batches ORDER BY clause [#6620 state:resolved] 2011-03-29 17:24:55 +01:00
calculations.rb Ensure that calculations properly override the select value even if it's set in the default scope. Fixes #1395. 2011-05-31 21:12:20 +01:00
finder_methods.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-05-25 22:48:47 +02:00
predicate_builder.rb supporting nil when passed in as an IN clause 2011-04-29 11:01:59 -07:00
query_methods.rb Fix issue #1272 2011-06-01 18:29:29 +01:00
spawn_methods.rb 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