aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-273-7/+3
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-1/+1
* we don't need this argJon Leighton2012-07-201-2/+2
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-207-111/+35
* Remove obsolete line.Jon Leighton2012-07-201-1/+0
* Convert association macros to the new syntaxJon Leighton2012-07-201-1/+1
* Avoid options ever being nilJon Leighton2012-07-201-4/+4
* fix association :extend optionJon Leighton2012-07-133-12/+19
* move the deprecated options into active_record_deprecated_findersJon Leighton2012-07-132-5/+2
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-137-29/+53
* extract deprecated association options to active_record_deprecated_findersJon Leighton2012-07-131-43/+0
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-1312-127/+138
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-133-13/+22
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-224-33/+3
* Set the hash value directly instead of using merge!Carlos Antonio da Silva2012-06-211-1/+1
* Remove unneeded code since pluck is respecting joins nowRafael Mendonça França2012-06-191-12/+1
* Remove update_attribute.Steve Klabnik2012-06-141-1/+1
* Merge branch 'master-sec'Aaron Patterson2012-05-311-2/+17
|\
| * predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-301-2/+17
* | 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-282-0/+27
|/ /
* | 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
* | Revert "Remove blank trailing comments"Vijay Dev2012-05-231-0/+1
* | 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
* | add CollectionProxy#delete_all documentationFrancesco Rodriguez2012-05-211-0/+65
* | Fix AR preloader exampleAlexey Vakhov2012-05-221-1/+1
* | fix CollectionProxy documentation markupFrancesco Rodriguez2012-05-211-8/+8
* | add CollectionProxy#reload documentationFrancesco Rodriguez2012-05-211-0/+18
* | improve CollectionProxy#destroy documentationFrancesco Rodriguez2012-05-211-5/+37
* | add CollectionProxy#destroy documentationFrancesco Rodriguez2012-05-211-1/+42
* | update CollectionProxy#destroy_all documentationFrancesco Rodriguez2012-05-201-1/+9
* | Remove blank trailing commentsHenrik Hodne2012-05-201-1/+0
* | add CollectionProxy#select documentationFrancesco Rodriguez2012-05-191-2/+55