| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -8/+8 |
|\ |
|
| * | prefer american spelling of 'behavior' | Gosha Arinich | 2013-01-07 | 1 | -1/+1 |
| * | remove meaningless use of Relation#all | Akira Matsuda | 2013-01-03 | 1 | -2/+2 |
| * | wrong model name | Akira Matsuda | 2013-01-02 | 1 | -1/+1 |
| * | find + conditions is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -3/+3 |
| * | find_or_create_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -2/+2 |
* | | These are already required through AS/rails | Akira Matsuda | 2013-01-07 | 1 | -2/+0 |
|/ |
|
* | Deprecate Relation#sum with a block. | Carlos Antonio da Silva | 2012-11-21 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-17 | 1 | -53/+53 |
|\ |
|
| * | 1.9 hash syntax changes | AvnerCohen | 2012-11-08 | 1 | -53/+53 |
* | | Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many | Jon Leighton | 2012-11-09 | 1 | -0/+3 |
|\ \ |
|
| * | | :counter_cache option for to support custom named counter caches. Closes #7993 | Yves Senn | 2012-11-04 | 1 | -0/+3 |
| |/ |
|
* / | adding requires for constant dependencies | Aaron Patterson | 2012-11-07 | 1 | -0/+3 |
|/ |
|
* | Add CollectionAssociation#destroy to ActiveRecord::Association::ClassMethods ... | Samuel Cochran | 2012-10-05 | 1 | -3/+15 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-21 | 1 | -1/+9 |
|\ |
|
| * | Add extra note about :dependent => :destroy. | Steve Klabnik | 2012-09-21 | 1 | -1/+4 |
| * | Doc typo: depenent -> dependent; trailing ws. | Henrik N | 2012-09-16 | 1 | -2/+2 |
| * | Improve documentation about :dependent and callbacks. | Steve Klabnik | 2012-09-15 | 1 | -0/+5 |
* | | Improve exception message for HasManyThroughAssociationPolymorphicSourceError | Sebastian Korfmann | 2012-09-10 | 1 | -1/+1 |
|/ |
|
* | Update the documentation for the :autosave option | David Celis | 2012-08-23 | 1 | -1/+3 |
* | fixup guides in light of :dependent changes | Jon Leighton | 2012-08-10 | 1 | -7/+7 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 1 | -11/+16 |
* | Update the docs to reflect the new association API | Jon Leighton | 2012-08-03 | 1 | -190/+80 |
* | load active_support/core_ext/module/delegation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/object/blank in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 1 | -0/+31 |
* | Explaining a bit better about the default behaviour of dependent | Rodrigo Flores | 2012-07-28 | 1 | -1/+2 |
* | Missed extend for eager_autoload | Dmitry Vorotilin | 2012-07-26 | 1 | -0/+1 |
* | Merge pull request #7161 from michaelfairley/eager_load_active_record_associa... | Jon Leighton | 2012-07-26 | 1 | -5/+7 |
|\ |
|
| * | Eager autoload ActiveRecord association helpers | Michael Fairley | 2012-07-25 | 1 | -5/+7 |
* | | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 1 | -31/+0 |
* | | Avoid options ever being nil | Jon Leighton | 2012-07-20 | 1 | -4/+4 |
* | | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 1 | -8/+8 |
* | | Mention effect of accepts_nested_attributes_for on association autosave optio... | Chris Gunther | 2012-06-27 | 1 | -0/+8 |
* | | Update AR has_one association example | Alexey Vakhov | 2012-05-16 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-04 | 1 | -8/+8 |
|\ \ |
|