| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove original_exception from ActiveRecord::StatementInvalid | Rafael Mendonça França | 2016-12-29 | 1 | -11/+1 |
* | Translate numeric value out of range to the specific exception | Ryuta Kamizono | 2016-12-06 | 1 | -0/+4 |
* | Merge pull request #25451 from kamipo/translate_not_null_violation_to_specifi... | Sean Griffin | 2016-12-06 | 1 | -0/+4 |
|\ |
|
| * | Translate NOT NULL violation to the specific exception | Ryuta Kamizono | 2016-12-06 | 1 | -0/+4 |
* | | Should inherit `StatementInvalid` rather than `WrappedDatabaseException` | Ryuta Kamizono | 2016-12-06 | 1 | -1/+1 |
|/ |
|
* | Make pg adapter use bigserial for pk by default | Pavel Pravosud | 2016-12-05 | 1 | -0/+28 |
* | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -3/+0 |
* | The problem isn't the detection but the deadlock itself | David Heinemeier Hansson | 2016-08-04 | 1 | -2/+2 |
* | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes | Rafael Mendonça França | 2016-08-03 | 1 | -2/+12 |
|\ |
|
| * | Introduce new ActiveRecord transaction error classes | Erol Fornoles | 2016-05-24 | 1 | -2/+12 |
* | | `TransactionSerializationError` should inherit `StatementInvalid` for backwar... | Ryuta Kamizono | 2016-08-02 | 1 | -1/+1 |
|/ |
|
* | Add AR::TransactionSerializationError for transaction serialization failures ... | Erol Fornoles | 2016-05-21 | 1 | -0/+10 |
* | Merge pull request #23522 from kamipo/add_value_too_long_exception_class | Jeremy Daer | 2016-04-18 | 1 | -0/+4 |
|\ |
|
| * | Add `ActiveRecord::ValueTooLong` exception class | Ryuta Kamizono | 2016-02-06 | 1 | -0/+4 |
* | | Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st... | Matthew Draper | 2016-03-02 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Correctly deallocate prepared statements if we fail inside a transaction | Sam Davies | 2015-11-05 | 1 | -0/+5 |
* | | Introduce ActiveRecord::IrreversibleOrderError | Bogdan Gusiev | 2016-01-27 | 1 | -0/+5 |
* | | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 1 | -1/+1 |
|/ |
|
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -4/+12 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -18/+28 |
* | Make ActiveRecordException descendants args optional | Pavel Pravosud | 2015-09-07 | 1 | -15/+23 |
* | uniqueness validation raises error for persisted record without pk. | Yves Senn | 2015-08-20 | 1 | -3/+4 |
* | Extra caller details added to ActiveRecord::RecordNotFound | Sameer Rahmani | 2015-07-21 | 1 | -0/+9 |
* | AR::RecordNotSaved & RecordNotDestroyed should include an error message | Yuki Nishijima | 2015-05-01 | 1 | -2/+2 |
* | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 1 | -4/+2 |
* | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi... | Bogdan Gusiev | 2015-01-23 | 1 | -12/+4 |
* | Fix a bug where AR::RecordNotSaved loses error messages | Yuki Nishijima | 2014-11-27 | 1 | -2/+2 |
* | various error classes: added newlines & removed :nodoc: flag from public attr... | Recursive Madman | 2014-11-26 | 1 | -0/+2 |
* | Add #record attribute to RecordNotFound and RecordDestroyed exceptions. | Recursive Madman | 2014-11-26 | 1 | -0/+19 |
* | Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-error | Yves Senn | 2014-10-20 | 1 | -1/+1 |
|\ |
|
| * | AR::UnknownAttributeError should include the class name of a record | Yuki Nishijima | 2014-10-15 | 1 | -1/+1 |
* | | AR::UnknownAttributeError should include the class name of a record | Yuki Nishijima | 2014-10-20 | 1 | -1/+1 |
|/ |
|
* | s/variable supplied/value supplied [ci skip] | Zachary Scott | 2014-06-13 | 1 | -2/+1 |
* | Reword PreparedStatementInvalid example, and use values instead of | Zachary Scott | 2014-06-13 | 1 | -4/+3 |
* | Copy edits and code font wrap for Active Record [ci skip] | Zachary Scott | 2014-06-13 | 1 | -15/+19 |
* | Formatting of content from b1db615 [ci skip] | Zachary Scott | 2014-05-28 | 1 | -3/+7 |
* | Initial doc for TransactionIsolationError [ci skip] | Gaurav Sharma | 2014-05-28 | 1 | -0/+3 |
* | Clarify 'database does not exist' message and implementation. | Jeremy Kemper | 2014-04-01 | 1 | -9/+1 |
* | Tell how to Create a Database in Error Message | schneems | 2013-12-23 | 1 | -0/+12 |
* | Spelling and Grammar checks | Akshay Vishnoi | 2013-12-12 | 1 | -1/+1 |
* | Merge pull request #10561 from Empact/nix-throwresult | Jon Leighton | 2013-06-07 | 1 | -4/+0 |
|\ |
|
| * | Rather than raising ThrowResult when construct_limited_ids_conditions comes u... | Ben Woosley | 2013-05-10 | 1 | -4/+0 |
* | | Add more data to AR::UnknownAttributeError | Bogdan Gusiev | 2013-05-16 | 1 | -0/+9 |
|/ |
|
* | StatementInvalid takes WrappedDatabaseException's place | Jeremy Kemper | 2013-04-28 | 1 | -10/+11 |
* | 1.9 Syntax related changes | AvnerCohen | 2012-11-10 | 1 | -1/+1 |
* | copy edits [ci skip] | Vijay Dev | 2012-11-03 | 1 | -6/+3 |
* | update AR::ImmutableRelation documentation [ci skip] | Francesco Rodriguez | 2012-10-26 | 1 | -0/+14 |
* | Support for specifying transaction isolation level | Jon Leighton | 2012-09-21 | 1 | -0/+3 |
* | Fixes #6825, adds tests covering cases and error possibilities, also changes ... | Mauricio Linhares | 2012-06-27 | 1 | -7/+3 |