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
*
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
*
disallow mutating a relation once loaded
Jon Leighton
2012-06-22
1
-0
/
+3
*
+ ActiveRecord::Base#destroy!
Marc-Andre Lafortune
2012-06-06
1
-0
/
+4
*
Consider attempted action in exception message of ActiveRecord::StaleObjectError
Christian Bäuerlein
2011-10-14
1
-4
/
+5
*
Includes stale record in StaleObjectError
Christian Bäuerlein
2011-10-14
1
-0
/
+9
*
Raise an exception on unknown primary key inside AssociationReflection.
Jon Leighton
2011-10-05
1
-0
/
+13
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-14
/
+0
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-0
/
+14
*
:conditions => where
Akira Matsuda
2011-07-08
1
-1
/
+1
*
find(:all) => all
Akira Matsuda
2011-07-08
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-5
/
+9
*
Adds title.
Rizwan Reza
2010-06-15
1
-0
/
+3
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-0
/
+165