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
Yves Senn beb5ea8468 Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args
Re-use order arguments pre-processing for reorder
2013-09-04 02:00:09 -07:00
..
predicate_builder Add ability to specify how a class is converted to Arel predicate 2013-07-28 13:12:20 -06:00
batches.rb Merge pull request #11161 from dmitry/find_in_batches_works_without_logger 2013-06-28 06:00:20 -07:00
calculations.rb Don't use Enumerable#next in pluck since it is very slow 2013-08-30 20:52:36 -07:00
delegation.rb no need to fully qualify 2013-08-30 17:17:17 -07:00
finder_methods.rb let AR::FinderMethods#exists? return singletons in all cases [closes #11592] 2013-08-19 14:38:20 +02:00
merger.rb Don't create fibers just to iterate 2013-08-30 15:07:05 -07:00
predicate_builder.rb check class hierarchy with is_a? in PredicateBuilder.expand 2013-08-27 15:47:21 +03:00
query_methods.rb Extracted from order processing of arguments, and use it for reorder to be consistent. 2013-09-04 11:57:39 +03:00
spawn_methods.rb add a specific factory method rather than using new 2013-07-23 14:43:32 -07:00