aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/errors.rb
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+0
* The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-041-2/+2
* Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-031-2/+12
|\
| * Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-241-2/+12
* | `TransactionSerializationError` should inherit `StatementInvalid` for backwar...Ryuta Kamizono2016-08-021-1/+1
|/
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-0/+10
* Merge pull request #23522 from kamipo/add_value_too_long_exception_classJeremy Daer2016-04-181-0/+4
|\
| * Add `ActiveRecord::ValueTooLong` exception classRyuta Kamizono2016-02-061-0/+4
* | Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st...Matthew Draper2016-03-021-0/+5
|\ \ | |/ |/|
| * Correctly deallocate prepared statements if we fail inside a transactionSam Davies2015-11-051-0/+5
* | Introduce ActiveRecord::IrreversibleOrderErrorBogdan Gusiev2016-01-271-0/+5
* | Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
|/
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-4/+12
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-18/+28
* Make ActiveRecordException descendants args optionalPavel Pravosud2015-09-071-15/+23
* uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-201-3/+4
* Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-0/+9
* 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