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
*
Move DatabaseAlreadyExists detection to DB adapter
John Hawthorn
2019-07-29
1
-0
/
+4
*
Update links to new MySQL server errors reference page [ci skip]
Carlos Antonio da Silva
2019-07-27
1
-1
/
+1
*
[ActiveRecord] Superclass for aborted queries
Kir Shatrov
2019-07-16
1
-3
/
+7
*
Add missing period [ci skip]
Rafael Mendonça França
2019-07-16
1
-1
/
+1
*
Raise specific exception on Mysql2::Error::TimeoutError
Kir Shatrov
2019-07-16
1
-0
/
+4
*
Better error message for calling columns_hash
Guilherme Mansur
2019-06-19
1
-0
/
+4
*
Replace “can not” with “cannot”.
Samantha John
2019-03-06
1
-1
/
+1
*
Fix the regex that extract mismatched foreign key information
Ryuta Kamizono
2019-02-17
1
-12
/
+17
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
1
-0
/
+4
*
Redact SQL in errors
Gannon McGibbon
2018-11-22
1
-3
/
+7
*
MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...
George Claghorn
2018-07-30
1
-1
/
+2
*
Fix frozen string concatenation by indicating that it's mutable
Rafael Mendonça França
2018-02-16
1
-2
/
+2
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-2
/
+2
*
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
[next]