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
2011-09-20 19:46:59 +05:30
..
batches.rb We need to recorder here. Need to drop the order from default scope. 2011-09-05 00:12:57 +05:30
calculations.rb Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now. 2011-08-08 23:28:23 +01:00
finder_methods.rb Merge pull request #2485 from akaspick/exists_fix 2011-09-07 00:38:51 -07:00
predicate_builder.rb Fix PredicateBuilder clobbering select_values in subquery. 2011-08-20 13:16:39 -04:00
query_methods.rb copy edits 908f2616 2011-09-20 19:46:59 +05:30
spawn_methods.rb 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