aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/author.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix broken proc syntax for 1.9.3Arthur Neves2014-05-091-1/+1
* test, regression test for has_many with instance dependent scope.Yves Senn2014-05-091-0/+2
* Remove method redefined warnings for test suiteMatthias Zirnstein2014-01-051-1/+1
* Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scopeRafael Mendonça França2013-09-161-0/+7
|\
| * Collapse where constraints to one where constraintPaul Nikitochkin2013-09-131-0/+7
* | Clean up unused associations in AR test modelAkira Matsuda2013-09-101-3/+0
|/
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-0/+3
* Clean up unused associations in AR test modelAkira Matsuda2013-07-251-3/+0
* Make sure that a joins Relation can be merged with has_many :through + associ...Akira Matsuda2013-07-101-1/+5
* Ambiguous reflections are on :through relationships are no longer supported.Aaron Patterson2013-06-131-1/+1
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-4/+4
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-0/+1
* proxy_{owner,reflection,target} are no more availableAkira Matsuda2013-01-241-11/+1
* Added STI support to init and building associationsJason Rush2012-11-291-0/+1
* Use method compilation for association methodsJon Leighton2012-08-101-1/+1
* rm redundant testJon Leighton2012-07-201-2/+0
* Convert association macros to the new syntaxJon Leighton2012-07-201-36/+36
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-131-0/+2
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-2/+2
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-2/+2
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-2/+2
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-2/+2
* use GeneratedFeatureMethods module for associationsJosh Susser2011-11-271-1/+0
* Ignore :includes on through associationsAndrew White2011-05-241-0/+3
* oracle, y u defy meJon Leighton2011-03-161-2/+4
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-0/+11
|\
| * Fix creation of has_many through records with custom primary_key option on be...Szymon Nowak2010-12-231-0/+1
| * Don't allow a has_one association to go :through a collection association [#2...Jon Leighton2010-12-231-1/+3
| * Verify that creating a has_many through record where there is a default_scope...Jon Leighton2010-12-161-0/+4
| * Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-0/+4
* | Fix naughty trailing whitespaceJon Leighton2010-10-311-3/+3
* | Add explicit tests for the nested through association changes in reflection.rbJon Leighton2010-10-191-0/+1
* | Support the :primary_key option on a through reflection in a nested through a...Jon Leighton2010-10-191-0/+3
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-191-0/+2
* | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-1/+11
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-1/+6
* | Add test_has_many_through_has_many_through_with_belongs_to_source_reflection ...Jon Leighton2010-10-141-0/+1
* | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-141-0/+1
* | Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-121-3/+5
* | Add support for table aliasing, with a test that needs aliasing in order to w...Jon Leighton2010-10-021-1/+2
* | Prevent test_has_many_through_a_has_many_through_association_on_through_refle...Jon Leighton2010-09-301-2/+2
* | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-4/+10
|/
* Ensure we can nest include calls [#5285 state:resolved]Neeraj Singh2010-08-121-0/+3
* update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-131-0/+2
* test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-301-0/+4
* Fix associations to call :destroy or :delete based on the right :dependent op...Carlos Antonio da Silva2010-03-091-6/+3
* Refactor new callbacks and AR implementation.José Valim2009-09-081-1/+2
* Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-0/+1
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+2
* Ensure :dependent => :delete_all works for association with hash conditionsPratik Naik2009-04-201-1/+1