aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/errors.rb
Commit message (Expand)AuthorAgeFilesLines
* Consider attempted action in exception message of ActiveRecord::StaleObjectErrorChristian Bäuerlein2011-10-141-4/+5
* Includes stale record in StaleObjectErrorChristian Bäuerlein2011-10-141-0/+9
* Raise an exception on unknown primary key inside AssociationReflection.Jon Leighton2011-10-051-0/+13
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-14/+0
* Raise error on unknown primary key.Jon Leighton2011-10-051-0/+14
* :conditions => whereAkira Matsuda2011-07-081-1/+1
* find(:all) => allAkira Matsuda2011-07-081-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-5/+9
* Adds title.Rizwan Reza2010-06-151-0/+3
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+165