aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typo in collection proxyAccessd2012-07-311-1/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-5/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-301-1/+1
|\
| * change example on CollectionProxy#delete to accept multiple valuesFrancesco Rodriguez2012-05-281-1/+1
* | Add support for CollectionAssociation#delete by Fixnum or StringFrancesco Rodriguez2012-05-281-0/+26
|/
* add CollectionProxy#uniq documentationFrancesco Rodriguez2012-05-261-0/+21
* add :nodoc: to CollectionProxy#initializeFrancesco Rodriguez2012-05-251-1/+1
* add CollectionProxy#== documentationFrancesco Rodriguez2012-05-251-0/+24
* add CollectionProxy#count documentationFrancesco Rodriguez2012-05-251-0/+26
* add CollectionProxy#to_ary documentationFrancesco Rodriguez2012-05-251-2/+35
* add CollectionProxy#delete documentationFrancesco Rodriguez2012-05-251-1/+104
* copy edits in collection proxy docs [ci skip]Vijay Dev2012-05-231-25/+18
* add CollectionProxy#length documentationFrancesco Rodriguez2012-05-221-5/+37
* add CollectionProxy#size documentationFrancesco Rodriguez2012-05-221-2/+25
* add :call-seq: to +first+ and +last+ CollectionProxy methodsFrancesco Rodriguez2012-05-221-0/+6
* add CollectionProxy#create! documentationFrancesco Rodriguez2012-05-221-0/+22
* add CollectionProxy#create documentationFrancesco Rodriguez2012-05-221-0/+33
* add more examples to CollectionProxy#findFrancesco Rodriguez2012-05-221-0/+9
* adding :call-seq: to CollectionProxy methodsFrancesco Rodriguez2012-05-221-0/+39
* add CollectionProxy#build documentationFrancesco Rodriguez2012-05-221-0/+31
* remove repeated documentation in CollectionProxy#clearFrancesco Rodriguez2012-05-221-24/+2
* update CollectionProxy#clear documentationFrancesco Rodriguez2012-05-211-3/+2
* update CollectionProxy#delete_all documentationFrancesco Rodriguez2012-05-211-2/+29