aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/reflection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-5/+5
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-2/+2
* Changed ActiveRecord::Base.human_name to underscore the class name before it ...Justin French2009-06-301-1/+7
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-2/+2
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-2/+2
* Fix find_by_last when order is given [#2127 state:committed]Jan De Poorter2009-03-091-2/+2
* Ensure replacing has_one associations respects the supplied :dependent option...Dimitri Krassovski2009-03-061-2/+3
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+9
* Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflec...Pratik Naik2008-10-041-0/+4
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-111-2/+2
* Don't raise exception when comparing ActiveRecord::Reflection. [#842 state:re...Ryan Bates2008-08-161-0/+4
* Add support for :primary_key option to has_one as well as has_many so that a ...Brad Greenlee2008-07-061-3/+3
* Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-111-3/+3
* Fix faulty tests introduced in 8d0b4fa39Michael Koziarski2008-05-241-2/+3
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-3/+3
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-5/+5
* Move tests to casesJeremy Kemper2008-01-181-0/+175