index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
errors.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-0
/
+4
*
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
1
-2
/
+2
*
Merge pull request #27947 from mastahyeti/unsafe_raw_sql
Matthew Draper
2017-11-14
1
-0
/
+25
|
\
|
*
allow Arel.sql() for pluck
Ben Toews
2017-11-09
1
-0
/
+25
*
|
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
1
-2
/
+5
|
/
*
Add TransactionTimeout for MySQL error code 1205
Gabriel Courtemanche
2017-08-22
1
-0
/
+5
*
[ci skip] Postgres --> PostgreSQL
Ryuta Kamizono
2017-08-08
1
-1
/
+1
*
Change http postgresql.org links to https [ci skip]
yuuji.yaginuma
2017-07-30
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
[ci skip] UNIQUE constraint affects not only INSERT but also UPDATE
Ryuta Kamizono
2017-06-06
1
-1
/
+1
*
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
[next]