aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/errors.rb
Commit message (Expand)AuthorAgeFilesLines
...
* AR::RecordNotSaved & RecordNotDestroyed should include an error messageYuki Nishijima2015-05-011-2/+2
* Follow-up to #10776Robin Dupret2015-02-261-4/+2
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-12/+4
* Fix a bug where AR::RecordNotSaved loses error messagesYuki Nishijima2014-11-271-2/+2
* various error classes: added newlines & removed :nodoc: flag from public attr...Recursive Madman2014-11-261-0/+2
* Add #record attribute to RecordNotFound and RecordDestroyed exceptions.Recursive Madman2014-11-261-0/+19
* Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-errorYves Senn2014-10-201-1/+1
|\
| * AR::UnknownAttributeError should include the class name of a recordYuki Nishijima2014-10-151-1/+1
* | AR::UnknownAttributeError should include the class name of a recordYuki Nishijima2014-10-201-1/+1
|/
* s/variable supplied/value supplied [ci skip]Zachary Scott2014-06-131-2/+1
* Reword PreparedStatementInvalid example, and use values instead ofZachary Scott2014-06-131-4/+3
* Copy edits and code font wrap for Active Record [ci skip]Zachary Scott2014-06-131-15/+19
* Formatting of content from b1db615 [ci skip]Zachary Scott2014-05-281-3/+7
* Initial doc for TransactionIsolationError [ci skip]Gaurav Sharma2014-05-281-0/+3
* Clarify 'database does not exist' message and implementation.Jeremy Kemper2014-04-011-9/+1
* Tell how to Create a Database in Error Messageschneems2013-12-231-0/+12
* Spelling and Grammar checksAkshay Vishnoi2013-12-121-1/+1
* Merge pull request #10561 from Empact/nix-throwresultJon Leighton2013-06-071-4/+0
|\
| * Rather than raising ThrowResult when construct_limited_ids_conditions comes u...Ben Woosley2013-05-101-4/+0
* | Add more data to AR::UnknownAttributeErrorBogdan Gusiev2013-05-161-0/+9
|/
* StatementInvalid takes WrappedDatabaseException's placeJeremy Kemper2013-04-281-10/+11
* 1.9 Syntax related changesAvnerCohen2012-11-101-1/+1
* copy edits [ci skip]Vijay Dev2012-11-031-6/+3
* update AR::ImmutableRelation documentation [ci skip]Francesco Rodriguez2012-10-261-0/+14
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+3
* Fixes #6825, adds tests covering cases and error possibilities, also changes ...Mauricio Linhares2012-06-271-7/+3
* disallow mutating a relation once loadedJon Leighton2012-06-221-0/+3
* + ActiveRecord::Base#destroy!Marc-Andre Lafortune2012-06-061-0/+4
* 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