aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/reflection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* adding column named 'group' to ensure that nothing breaks given that 'group' ...Neeraj Singh2010-06-231-5/+5
* removing dead code from activerecord tests. [#4187 state:resolved]Aaron Patterson2010-03-151-6/+0
* Renamed AssociationReflection #collection_association? to #collection?.Eloy Duran2010-01-081-4/+4
* Moved the validation logic to the association reflection and refactored autos...Eloy Duran2010-01-071-8/+39
* Add AssociationReflection#collection_association? which returns true if it's ...Eloy Duran2010-01-071-0/+9
* Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect...David Heinemeier Hansson2010-01-031-0/+4
* delete correct records for a has_many with :primary_key and :dependent => :de...Matt Jones2009-11-101-2/+2
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-2/+2
* Make has_one with :conditions hash scope build or creation of the associated ...Luciano G Panaro2009-09-281-2/+2
* Fix has_one with foreign_key and primary_key association bug which caused the...Graeme Porteous2009-09-121-2/+2
* Explicitely setting `autosave => false' should override new_record autosaving...Eloy Duran2009-09-121-3/+3
* has_many :through create should not raise validation errorsrailsbob2009-08-091-2/+2
* 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