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
/
autosave_association.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't validate non dirty association targets
Will Jessop
2019-07-15
1
-1
/
+1
*
Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...
Rafael França
2019-06-24
1
-1
/
+1
|
\
|
*
Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...
Vishal Telangre
2019-05-10
1
-1
/
+1
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-2
/
+0
|
/
*
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
1
-16
/
+9
|
\
|
*
Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...
lulalala
2019-03-31
1
-3
/
+1
|
*
Use errors#import instead of manipulating errors/details hash
lulalala
2019-03-31
1
-13
/
+8
*
|
Merge pull request #28155 from lcreid/belongs_to
Ryuta Kamizono
2019-04-10
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix circular `autosave: true`
Larry Reid
2018-07-23
1
-2
/
+6
*
|
Fix unintended autosave on has_one through association
Sergiy Kukunin
2019-03-22
1
-1
/
+7
*
|
Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks
Rafael Mendonça França
2018-09-13
1
-1
/
+1
|
\
\
|
*
|
Allow subclasses to redefine autosave callbacks for associated records
Andrey Subbota
2018-07-27
1
-1
/
+1
|
|
/
*
/
Fix regression setting children record in parent before_save callback.
Guo Xiang Tan
2018-09-03
1
-5
/
+5
|
/
*
Fix parent record should not get saved with duplicate children records
Santosh Wadghule
2018-05-28
1
-3
/
+5
*
Rollback parent transaction when children fails to update (#32796)
Guillaume Malette
2018-05-22
1
-2
/
+5
*
Inverse instance should not be reloaded during autosave if called in validation
Anmol Chopra
2017-11-27
1
-0
/
+3
*
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
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Merge pull request #29074 from kamipo/remove_returning_true_in_internal_callb...
Kasper Timm Hansen
2017-05-28
1
-8
/
+1
|
\
|
*
Remove returning true in internal callbacks
Ryuta Kamizono
2017-05-14
1
-8
/
+1
*
|
Remove unneeded `association.respond_to?(:reset_scope)`
Ryuta Kamizono
2017-05-17
1
-1
/
+1
|
/
*
Don't attempt to create a new record that was already created.
Isaac Betesh
2017-04-20
1
-0
/
+5
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
Reload association scope inside autosaved associations
Edgars Beigarts
2016-12-02
1
-3
/
+3
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Always store errors details information with symbols
Rafael Mendonça França
2016-09-19
1
-10
/
+12
*
Don't unnecessarily load a belongs_to when saving.
James Coleman
2016-08-26
1
-1
/
+3
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-3
/
+3
*
A small documentation fix about autosave associations [ci skip]
Mehmet Emin İNAÇ
2016-03-05
1
-1
/
+1
*
Fixed setting errors details on autosaved associations
Wojciech Wnętrzak
2015-10-28
1
-3
/
+18
*
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
1
-3
/
+9
|
\
|
*
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
1
-3
/
+9
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-5
/
+4
*
|
add missing `:nodoc:` for `AutosaveAssociation::ClassMethods` [ci skip]
Yves Senn
2015-10-14
1
-1
/
+1
*
|
Fix Punctuation in `AutosaveAssociation` RDoc
Robert Eshleman
2015-08-20
1
-2
/
+2
*
|
Correctly ignore `mark_for_destruction` without `autosave`
Sean Griffin
2015-07-20
1
-1
/
+1
*
|
Ensure cyclic associations w/ autosave don't cause duplicate errors
Sean Griffin
2015-07-18
1
-0
/
+7
|
/
*
Always perform validations on nested attribute associations
Sean Griffin
2015-01-30
1
-4
/
+12
*
Fix potenital stack level too deep with autosave or validation
Miklos Fazkeas
2015-01-04
1
-4
/
+11
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-1
/
+1
*
Deprecate `false` as the way to halt AS callbacks
claudiob
2015-01-02
1
-1
/
+7
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+3
*
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-1
/
+3
*
Use has_attribute?
Rafael Mendonça França
2014-09-17
1
-1
/
+1
*
Don't autosave unchanged has_one through records
Alan Kennedy
2014-09-15
1
-1
/
+3
*
Do not mark object as persisted after an association is saved
Rafael Mendonça França
2014-09-05
1
-2
/
+0
*
Don't save through records twice
Sean Griffin
2014-06-17
1
-3
/
+2
[next]