aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* remove HABTM associationsAaron Patterson2013-10-021-7/+0
* repurpose the HABTM builder classAaron Patterson2013-10-021-5/+2
* goodbye has_and_belongs_to_many1, we will miss you!Aaron Patterson2013-10-021-4/+0
* keep track of the left and right reflections and expose thoseAaron Patterson2013-10-021-1/+1
* have the builder create the middle reflectionAaron Patterson2013-10-021-11/+2
* call the class method to define the callbacksAaron Patterson2013-10-021-1/+1
* move habtm translation to a builder classAaron Patterson2013-10-021-89/+7
* get the left and right association names from the join modelAaron Patterson2013-10-021-8/+17
* define the join model without using closures on the methodsAaron Patterson2013-10-021-18/+31
* decouple the HABTM builderAaron Patterson2013-10-011-2/+31
* only pass options to the habtm builderAaron Patterson2013-10-011-1/+1
* Squashed commit of the following:Aaron Patterson2013-10-011-2/+80
* use consistent keys between cache get / setAaron Patterson2013-08-271-1/+1
* factory methods should not have side effects.Aaron Patterson2013-07-231-4/+8
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-5/+6
* Some editorial changes on the documentation.Rafael Mendonça França2013-05-121-23/+23
* Adding documentation to the automatic inverse_of finder.wangjohn2013-05-111-0/+21
* Document collection.create! on has_many associations in ActiveRecordMario Visic2013-04-151-0/+4
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-4/+4
|\
| * Minor copy editingNeeraj Singh2013-03-111-4/+4
* | Fix some typos in AR- CHANGELOG, tests, method doc. fixedVipul A M2013-03-201-1/+1
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-0/+1
* | document habtm join-table name with custom prefix [ci skip].Yves Senn2013-03-101-0/+2
* | Merge pull request #9630 from robertjwhitney/update_collection_docsCarlos Antonio da Silva2013-03-091-2/+2
|\ \ | |/ |/|
| * Update documentation for collection<< to reflect << on new records.Robert Whitney2013-03-091-2/+2
* | TypppoAkira Matsuda2013-03-061-1/+1
|/
* Fix typoCarson McDonald2013-03-051-1/+1
* Updated doc to clarify about update_all and delete_allNeeraj Singh2013-02-241-2/+2
* Fix typoTatsuro Baba2013-01-221-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-8/+8
|\
| * prefer american spelling of 'behavior'Gosha Arinich2013-01-071-1/+1
| * remove meaningless use of Relation#allAkira Matsuda2013-01-031-2/+2
| * wrong model nameAkira Matsuda2013-01-021-1/+1
| * find + conditions is deprecated in AR 4Akira Matsuda2013-01-021-3/+3
| * find_or_create_by is deprecated in AR 4Akira Matsuda2013-01-021-2/+2
* | These are already required through AS/railsAkira Matsuda2013-01-071-2/+0
|/
* Deprecate Relation#sum with a block.Carlos Antonio da Silva2012-11-211-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-53/+53
|\
| * 1.9 hash syntax changesAvnerCohen2012-11-081-53/+53
* | Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_manyJon Leighton2012-11-091-0/+3
|\ \
| * | :counter_cache option for to support custom named counter caches. Closes #7993Yves Senn2012-11-041-0/+3
| |/
* / adding requires for constant dependenciesAaron Patterson2012-11-071-0/+3
|/
* Add CollectionAssociation#destroy to ActiveRecord::Association::ClassMethods ...Samuel Cochran2012-10-051-3/+15
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-1/+9
|\
| * Add extra note about :dependent => :destroy.Steve Klabnik2012-09-211-1/+4
| * Doc typo: depenent -> dependent; trailing ws.Henrik N2012-09-161-2/+2
| * Improve documentation about :dependent and callbacks.Steve Klabnik2012-09-151-0/+5
* | Improve exception message for HasManyThroughAssociationPolymorphicSourceErrorSebastian Korfmann2012-09-101-1/+1
|/
* Update the documentation for the :autosave optionDavid Celis2012-08-231-1/+3