aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert " [ci skip] Remove duplicate example."Vipul A M2016-09-061-0/+5
* [ci skip] Remove duplicate example.Aditya Kapoor2016-09-061-5/+0
* Remove unnecessary `count` method for collection proxyRyuta Kamizono2016-09-041-11/+14
* Remove unnecessary `any?` and `many?` methods for collection proxyRyuta Kamizono2016-08-191-6/+12
* Remove unnecessary `length` method for collection proxyRyuta Kamizono2016-08-191-3/+6
* Merge pull request #25989 from kamipo/remove_unnecessary_select_for_collectio...Rafael França2016-08-191-3/+6
|\
| * Remove unnecessary `select` method for `CollectionProxy`Ryuta Kamizono2016-08-181-3/+6
* | Remove unnecessary ordinal methods for collection associationRyuta Kamizono2016-08-181-26/+68
|/
* Merge pull request #25976 from kamipo/pluck_uses_loaded_targetRafael França2016-08-171-1/+12
|\
| * `pluck` should use `records` (`load_target`) when `loaded?` is trueRyuta Kamizono2016-08-041-1/+12
* | Fix inconsistent the signature of finder methods for collection associationRyuta Kamizono2016-08-161-18/+18
* | `CollectionProxy#take` should respect dirty targetRyuta Kamizono2016-08-141-2/+2
|/
* Merge pull request #25941 from kamipo/finder_methods_uses_load_targetRafael França2016-07-281-1/+1
|\
| * `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
|\