aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved support into Active SupportDavid Heinemeier Hansson2004-12-291-56/+1
* Fixed that the const_missing autoload assumes the requested constant is set b...David Heinemeier Hansson2004-12-281-1/+1
* Added Base#clear_association_cache to empty all the cached associations #347 ...David Heinemeier Hansson2004-12-221-0/+7
* Deal with associated classes that doesnt reside in their own filesDavid Heinemeier Hansson2004-12-201-1/+7
* Checked in the proper version of const_missingDavid Heinemeier Hansson2004-12-201-17/+17
* Forgot a "or" in InflectorDavid Heinemeier Hansson2004-12-201-1/+1
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-201-2/+27
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-141-1/+3
* Fixed bug with reloading associationsDavid Heinemeier Hansson2004-12-131-1/+1
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-121-1/+19
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-3/+3
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-1/+3
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-301-1/+1
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-301-1/+1
* Keep quiet about failing to load association classes. People know what theyre...David Heinemeier Hansson2004-11-261-5/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+576