aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * add documentation to CollectionProxy#empty?Francesco Rodriguez2012-11-291-1/+6
* | Use separate Relation subclasses for each AR classJon Leighton2012-11-301-2/+2
|/
* fix warningsJon Leighton2012-11-091-1/+1
* Delegate all calculations to the scope.Jon Leighton2012-11-091-4/+2
* CollectionProxy#pluck issues no query for a new_record? ownerJon Leighton2012-11-091-0/+4
* Nullify the relation at a more general level.Jon Leighton2012-11-091-4/+3
* Relations built off collection associations with an unsaved owner should be n...Jon Leighton2012-11-091-2/+3
* fix AR::Associations::CollectionProxy#delete broken documentation [ci skip]Francesco Rodriguez2012-09-211-23/+2
* update AR::Associations::CollectionProxy#loaded? documentation [ci skip]Francesco Rodriguez2012-09-211-1/+6
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-6/+6
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-1/+0
* Update documentation for CollectionProxyMarc-Andre Lafortune2012-09-121-8/+2
* s/scoped/scope/Jon Leighton2012-08-011-3/+3
* Add CollectionProxy#scopeJon Leighton2012-08-011-1/+5
* Use explicit delegationsJon Leighton2012-08-011-119/+79