aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Improving documentation...David Heinemeier Hansson2004-12-161-0/+3
* Fixed that Base#find will return an array if given an array -- regardless of ...David Heinemeier Hansson2004-12-151-1/+3
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-141-2/+17
* Added methods for resetting the cached information on classes that you want t...David Heinemeier Hansson2004-12-121-5/+10
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-121-28/+4
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-101-2/+8
* Added named bind-style variable interpolation #281 [Michael Koziarski]David Heinemeier Hansson2004-12-081-6/+35
* Added the option for sanitizing find_by_sql and the offset parts in regular f...David Heinemeier Hansson2004-12-071-4/+9
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-12/+19
* Added bind-style variable interpolation for the condition arrays that uses th...David Heinemeier Hansson2004-12-071-11/+15
* Added extra words of caution for guarding against SQL-injection attacksDavid Heinemeier Hansson2004-12-061-3/+7
* Dont include the primary key in updates -- its unneeded and SQL Server chokes...David Heinemeier Hansson2004-12-011-3/+3
* Moved the global require_* out of the classes so they actually work without s...David Heinemeier Hansson2004-11-301-3/+5
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-301-3/+11
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-301-2/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+1051