aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * `FinderMethods` uses `records` (`load_target`) when `loaded?` is trueRyuta Kamizono2016-07-281-1/+1
* | Fix to `CollectionProxy#load` does `load_target`Ryuta Kamizono2016-07-251-0/+6
|/
* Add `exists?` and `update_all` to `CollectionProxy` for respects an associati...Ryuta Kamizono2016-07-201-5/+1
* [ci skip] fix a typoYamaguchi.Tomoki2016-07-151-1/+1
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* Forward ActiveRecord::Relation#count to Enumerable#count if block givenErik Michaels-Ober2016-03-191-3/+9
* Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-211-0/+4
* rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-4/+4
* allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-0/+10
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-9/+9
* fix broken RDoc markup. Use `<tt>` instead of `+`. [ci skip]Yves Senn2015-10-141-3/+3
* Fix `ActiveRecord::RecordNotFound` error message with custom primary key [ci ...amitkumarsuroliya2015-09-261-7/+7
* Added nodoc for `arel` method which returns object of private api. [ci skip]Ronak Jangir2015-09-091-1/+1
* Added docs for CollectionProxy#take [ci skip]Ronak Jangir2015-08-231-0/+25
* Add missing method name to exception descriptionMehmet Emin İNAÇ2015-07-201-1/+1
* [ci skip] Fix typo in #any? RDocAndrii Ponomarov2015-07-171-1/+1
* [ci skip] fix the `collection.clear` guideRoque Pinel2015-06-021-7/+8
* Updated documentation of CollectionProxy#clear [ci skip]Prathamesh Sonpatki2015-03-061-0/+3
* Preserve Array#take(n) behaviour of HasManyAssociationAkira Matsuda2015-02-281-2/+2
* Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-201-0/+4
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-4/+2
* Ensure `first!` and friends work on loaded associationsSean Griffin2014-12-291-0/+1
* Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-1/+1
* [ci skip] Clarify deletion strategies for collection proxieseileencodes2014-10-041-17/+14
* [ci skip] Updated documentation syntax of other parameter for rdocTom Kadwill2014-08-271-1/+1
* Merge pull request #16705 from tomkadwill/documented_many_block_paramZachary Scott2014-08-261-1/+1
|\
| * [ci skip] Updated documentation syntax of block parameter for rdoc Tom Kadwill2014-08-261-1/+1
* | [ci skip] Updated include to reference record parameter for rdocTom Kadwill2014-08-261-1/+1
|/
* [ci skip] Updated documentation syntax of block parameter for rdocTom Kadwill2014-08-261-1/+1
* fix CollectionProxy delete_all documentationeileencodes2014-04-061-6/+1
* CollectionProxy uses the arel of its association's scope.Jefferson Lai2014-04-021-0/+4
* Make CollectionProxy#reset return selfRafael Mendonça França2014-01-221-1/+2
* Calling reset on a collection association should unload the assocationKelsey Schlarman2014-01-211-0/+21
* Ensure AR #second, #third, etc. finders work through associationsJason Meller2014-01-211-0/+26
* add missing information for `id` field when used with `select` [ci skip]Kuldeep Aggarwal2014-01-221-1/+1
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-1/+1
* Merge pull request #10134 from derikson/collection_proxy_select_with_multiple...Rafael Mendonça França2014-01-031-3/+3
|\
| * Changed ActiveRecord::Associations::CollectionProxy#select to take multiple a...Dan Erikson2013-04-081-3/+3
* | Mark the arguments needed by activerecord-deprecated_finders with a TODORafael Mendonça França2013-12-111-0/+2
* | Revert "Merge pull request #12518 from vipulnsward/remove_count_options"Rafael Mendonça França2013-12-111-2/+2
* | Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-4/+4
* | Fix typo: `has_many :pets`, not `pets :has_many`.Peter Jaros2013-10-241-1/+1
* | `Relation#count` doesn't use options anymore.Vipul A M2013-10-131-2/+2
* | Stray nodoc causes rest of file not parsed [ci skip]edogawaconan2013-08-221-2/+0
* | Removed support for deprecated `counter_sql`Neeraj Singh2013-07-021-1/+1
* | Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-301-2/+2
* | Simplify/fix implementation of default scopesJon Leighton2013-06-281-1/+0
* | `CollectionProxy#include?` returns `true` and `false` as documented.Yves Senn2013-06-181-1/+1
* | emphasize that callbacks are called in destroy_allNeeraj Singh2013-05-131-3/+3
* | Move #proxy_association method to AssociationRelationJon Leighton2013-05-101-3/+1