| Commit message (Expand) | Author | Age | Files | Lines |
* | docs, fix typo in docs added by ed56e596a04673. [ci skip] | Yves Senn | 2014-05-10 | 1 | -2/+2 |
* | deprecate, join, preload, eager load of instance dependent associations. | Yves Senn | 2014-05-10 | 1 | -0/+4 |
* | set a constant for the "anonymous" habtm model fixes #15022 | Aaron Patterson | 2014-05-08 | 1 | -0/+5 |
* | docs, restructure newly added part to `includes`. [ci skip] | Yves Senn | 2014-05-03 | 1 | -6/+5 |
* | cleanup, remove trailing whitespace. [ci skip] | Yves Senn | 2014-04-29 | 1 | -1/+1 |
* | Merge pull request #14139 from anilmaurya/master | Yves Senn | 2014-04-28 | 1 | -0/+6 |
|\ |
|
| * | [ci skip] updating active_record/associations to demonstrate where conflict w... | anilmaurya | 2014-04-29 | 1 | -0/+6 |
* | | Fix custom join_table name on habtm reflections | Kassio Borges | 2014-04-25 | 1 | -1/+1 |
* | | Simplify Preloader#grouped_records code. | thedarkone | 2014-03-30 | 1 | -1/+7 |
* | | Obey `validate: false` option for habtm | Carlos Antonio da Silva | 2014-03-14 | 1 | -1/+1 |
* | | Replace map.flatten with flat_map in activerecord | Erik Michaels-Ober | 2014-03-03 | 1 | -2/+2 |
* | | Merge pull request #14211 from loganhasson/master | Xavier Noria | 2014-02-26 | 1 | -12/+12 |
|\ \
| |/
|/| |
|
| * | [ci skip] Move association class method notes | Logan Hasson | 2014-02-26 | 1 | -12/+12 |
* | | JoinHelper is never reused, so there is no need to separate | Aaron Patterson | 2014-02-13 | 1 | -1/+0 |
* | | some wording format changes. [ci skip] | Yves Senn | 2014-02-03 | 1 | -1/+1 |
* | | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923. | Yves Senn | 2014-02-03 | 1 | -1/+1 |
* | | docs, revisit polymorphic associations with STI example. [ci skip] | Yves Senn | 2014-02-03 | 1 | -2/+5 |
* | | Fixes the camelCase variable name in the docs [ci skip] | Fred Wu | 2014-02-03 | 1 | -2/+2 |
* | | Add docs about behaviour of replacing a has_one associate object, that the pr... | Vipul A M | 2014-01-28 | 1 | -1/+2 |
|/ |
|
* | Change all "can not"s to the correct "cannot". | T.J. Schuck | 2014-01-03 | 1 | -2/+2 |
* | remove HABTM associations | Aaron Patterson | 2013-10-02 | 1 | -7/+0 |
* | repurpose the HABTM builder class | Aaron Patterson | 2013-10-02 | 1 | -5/+2 |
* | goodbye has_and_belongs_to_many1, we will miss you! | Aaron Patterson | 2013-10-02 | 1 | -4/+0 |
* | keep track of the left and right reflections and expose those | Aaron Patterson | 2013-10-02 | 1 | -1/+1 |
* | have the builder create the middle reflection | Aaron Patterson | 2013-10-02 | 1 | -11/+2 |
* | call the class method to define the callbacks | Aaron Patterson | 2013-10-02 | 1 | -1/+1 |
* | move habtm translation to a builder class | Aaron Patterson | 2013-10-02 | 1 | -89/+7 |
* | get the left and right association names from the join model | Aaron Patterson | 2013-10-02 | 1 | -8/+17 |
* | define the join model without using closures on the methods | Aaron Patterson | 2013-10-02 | 1 | -18/+31 |
* | decouple the HABTM builder | Aaron Patterson | 2013-10-01 | 1 | -2/+31 |
* | only pass options to the habtm builder | Aaron Patterson | 2013-10-01 | 1 | -1/+1 |
* | Squashed commit of the following: | Aaron Patterson | 2013-10-01 | 1 | -2/+80 |
* | use consistent keys between cache get / set | Aaron Patterson | 2013-08-27 | 1 | -1/+1 |
* | factory methods should not have side effects. | Aaron Patterson | 2013-07-23 | 1 | -4/+8 |
* | Getting rid of the +automatic_inverse_of: false+ option in associations in favor | wangjohn | 2013-06-08 | 1 | -5/+6 |
* | Some editorial changes on the documentation. | Rafael Mendonça França | 2013-05-12 | 1 | -23/+23 |
* | Adding documentation to the automatic inverse_of finder. | wangjohn | 2013-05-11 | 1 | -0/+21 |
* | Document collection.create! on has_many associations in ActiveRecord | Mario Visic | 2013-04-15 | 1 | -0/+4 |
* | Prefer find_by over dynamic finders in rdoc | Sam Ruby | 2013-04-02 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -4/+4 |
|\ |
|
| * | Minor copy editing | Neeraj Singh | 2013-03-11 | 1 | -4/+4 |
* | | Fix some typos in AR- CHANGELOG, tests, method doc. fixed | Vipul A M | 2013-03-20 | 1 | -1/+1 |
* | | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -0/+1 |
* | | document habtm join-table name with custom prefix [ci skip]. | Yves Senn | 2013-03-10 | 1 | -0/+2 |
* | | Merge pull request #9630 from robertjwhitney/update_collection_docs | Carlos Antonio da Silva | 2013-03-09 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Update documentation for collection<< to reflect << on new records. | Robert Whitney | 2013-03-09 | 1 | -2/+2 |
* | | Typppo | Akira Matsuda | 2013-03-06 | 1 | -1/+1 |
|/ |
|
* | Fix typo | Carson McDonald | 2013-03-05 | 1 | -1/+1 |
* | Updated doc to clarify about update_all and delete_all | Neeraj Singh | 2013-02-24 | 1 | -2/+2 |
* | Fix typo | Tatsuro Baba | 2013-01-22 | 1 | -1/+1 |