aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-2/+2
|\ \ | |/ |/|
| * minor copy editingNeeraj Singh2013-03-301-2/+2
* | Merge pull request #10058 from jamesgolick/masterJon Leighton2013-04-051-4/+2
|\ \
| * | Refactor CollectionProxy#scope to avoid calling #extend.James Golick2013-04-021-4/+2
| |/
* / Move alias method near to the aliased one in collection proxyCarlos Antonio da Silva2013-04-031-2/+1
|/
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-3/+4
* deal with `#append` and `#prepend` on association collections.Yves Senn2013-03-011-0/+5
* don't use non-ascii ' chars in documentationYves Senn2013-03-011-4/+4
* CollectionProxy should be default scopedJon Leighton2013-01-181-0/+1
* prefer american spelling of 'behavior'Gosha Arinich2013-01-071-2/+2
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-3/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-011-3/+13
|\
| * copy edits [ci skip]Vijay Dev2012-12-011-1/+1
| * add documentation to CollectionProxy #length and #size methods [ci skip]Francesco Rodriguez2012-11-291-2/+7