aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/spawn_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate using class level querying methods if the receiver scope regarded a...Ryuta Kamizono2019-02-151-1/+1
* Revert "Chaining named scope is no longer leaking to class level querying met...Ryuta Kamizono2019-02-141-1/+1
* Refactor around scopingRyuta Kamizono2019-02-071-1/+1
* Chaining named scope is no longer leaking to class level querying methodsRyuta Kamizono2019-02-061-1/+1
* Fix the scoping with query methods in the scope blockRyuta Kamizono2018-11-301-1/+1
* Revert "Short circuit the scoping delegation for `relation.all`"Ryuta Kamizono2018-07-191-1/+0
* Short circuit the scoping delegation for `relation.all`Ryuta Kamizono2018-03-301-0/+1
* Avoid passing unnecessary arguments to relationDaniel Colson2018-01-241-1/+1
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-3/+3
* Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-211-1/+1
* Raise ArgumentError when passing a truthy value to mergeAndrew White2015-11-171-1/+3
* Make `AR::SpawnMethods#merge!` to check an arg is a Procyui-knk2015-11-121-3/+5
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* Raise ArgumentError when passing nil to Relation#mergeRafael Mendonça França2015-02-061-1/+1
* Remove references to `:bind` in `except`Sean Griffin2015-01-251-3/+0
* Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-1/+1
* where needs to bring the bind params when creating a new relationAaron Patterson2014-01-141-0/+3
* add a specific factory method rather than using newAaron Patterson2013-07-231-1/+1
* Simplify/fix implementation of default scopesJon Leighton2013-06-281-1/+0
* refatctoring of some code repetition in spawn_methodsAngelo capilleri2012-12-311-8/+10
* remove unneeded Examples tag [ci skip]Carlos Duclos2012-12-011-10/+0
* Mark Relation mutators as :nodoc:Jon Leighton2012-11-301-2/+1
* 1.9 Syntax related changesAvnerCohen2012-11-101-2/+2
* Allow Relation#merge to take a proc.Jon Leighton2012-08-031-2/+13
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Add nodocs to delegation module and docs for merge!Oscar Del Ben2012-07-171-0/+1
* CollectionProxy < RelationJon Leighton2012-05-111-4/+9
* SpawnMethods#merge returns the intersection when passed an array, and not the...Mitch Crowe2012-05-051-2/+2
* fix interpolation for hash mergingJon Leighton2012-04-251-5/+2
* Add documentation to the SpawnMethods#merge method.Mitch Crowe2012-04-171-0/+14
* now we can just manipulate the values hash in #only and #exceptJon Leighton2012-04-131-22/+4
* Make Relation#extending work like other value methodsJon Leighton2012-04-131-4/+2
* Add Relation#merge!Jon Leighton2012-04-131-9/+12
* Allow Relation#merge to take a hashJon Leighton2012-04-131-2/+5
* we have no need for the ASSOCIATION_METHODS constantJon Leighton2012-04-131-2/+2
* Extract clusterfuck method for surgeryJon Leighton2012-04-131-71/+8
* move apply_finder_options to active_record_deprecated_findersJon Leighton2012-04-121-22/+0
* use bind values for join columnsAaron Patterson2012-02-271-1/+4
* use regular ruby for fewer method calls. we do not need :gift:s!Aaron Patterson2012-02-241-1/+4
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-2/+2
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-2/+2
* correctly handle order calls after a reorderMatt Jones + Scott Walker2012-01-031-2/+11
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-2/+2
* default create_with_value to a hash so we can eliminate conditionals, add tes...Aaron Patterson2011-06-271-1/+1
* Evaluate default scopes at the last possible moment in order to avoid problem...Jon Leighton2011-04-121-0/+4