aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/reflection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Aggregate reflection klass works with nested :class_nameJeremy Kemper2007-01-141-0/+7
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-2/+2
* Deprecation: use :dependent => :delete_all rather than :exclusively_dependent...Jeremy Kemper2006-09-041-2/+2
* has_many :through conditions are sanitized by the associating class. Closes #...Jeremy Kemper2006-09-011-2/+2
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-0/+6
* Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...Rick Olson2006-04-191-2/+2
* Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind]David Heinemeier Hansson2006-04-061-0/+2
* Update lingering uses of deprecated association dependency options (closes #4...David Heinemeier Hansson2006-03-181-2/+2
* added test checking that NOT NULL is properly reflected on [nathaniel@talbott...Rick Olson2006-03-161-1/+8
* Fixed that reflections would bleed across class boundaries in single-table in...David Heinemeier Hansson2006-02-251-2/+2
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-221-2/+43
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-311-0/+1
* Added option to Base.reflection_of_all_associations to specify a specific ass...David Heinemeier Hansson2005-12-271-0/+6
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-4/+3
* Add test coverage for content_columns. Closes #2432.Marcel Molina2005-10-111-1/+4
* r2979@asus: jeremy | 2005-07-10 01:51:00 -0700Jeremy Kemper2005-07-101-12/+21
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-121-0/+5
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-4/+3
* Fixed reflection_for_gps_location testDavid Heinemeier Hansson2005-03-061-1/+5
* Added MacroReflection#macro which will return a symbol describing the macro u...David Heinemeier Hansson2005-02-271-3/+3
* Remove outdated dev-utilsDavid Heinemeier Hansson2005-02-231-1/+0
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-011-3/+3
* InitialDavid Heinemeier Hansson2004-11-241-0/+78