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
/
test
/
cases
/
autosave_association_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks
Rafael Mendonça França
2018-09-13
1
-0
/
+19
|
\
|
*
Allow subclasses to redefine autosave callbacks for associated records
Andrey Subbota
2018-07-27
1
-0
/
+19
*
|
Fix regression setting children record in parent before_save callback.
Guo Xiang Tan
2018-09-03
1
-1
/
+14
|
/
*
Reuse existing model for testing duplicated children records
Ryuta Kamizono
2018-06-07
1
-14
/
+12
*
Fix parent record should not get saved with duplicate children records
Santosh Wadghule
2018-05-28
1
-0
/
+18
*
Rollback parent transaction when children fails to update (#32796)
Guillaume Malette
2018-05-22
1
-0
/
+12
*
assert_not_called
utilum
2018-04-26
1
-16
/
+26
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-19
/
+19
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-1
/
+1
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-8
/
+8
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-142
/
+142
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-2
/
+2
*
"models/reader" is no longer used in `autosave_association_test.rb`
Ryuta Kamizono
2017-08-28
1
-1
/
+0
*
Address `test_assign_ids_for_through_a_belongs_to` failure
Ryuta Kamizono
2017-08-28
1
-8
/
+8
*
Address `test_after_save_callback_with_autosave` failure
Yasuo Honda
2017-08-24
1
-0
/
+4
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-0
/
+2
|
\
|
*
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
*
|
Fix one more test randomly failing due to array ordering issue on PG adapter
Prathamesh Sonpatki
2017-04-26
1
-2
/
+2
|
/
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Should not update children when the parent creation with no reason
Ryuta Kamizono
2016-12-29
1
-0
/
+8
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-4
/
+4
*
Improve test without using anonymous classes
Edgars Beigarts
2016-12-06
1
-27
/
+24
*
Reload association scope inside autosaved associations
Edgars Beigarts
2016-12-02
1
-0
/
+27
*
Allow `autosave: true` to be used with inverse of
Sean Griffin
2016-11-01
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Always store errors details information with symbols
Rafael Mendonça França
2016-09-19
1
-5
/
+5
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Change require order to come `require "models/post"` before `require "models/...
Yasuo Honda
2016-09-02
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-13
/
+13
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-9
/
+9
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-66
/
+66
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-150
/
+150
*
Fixes funny spelling
Ryan T. Hosford
2016-02-26
1
-2
/
+2
*
Fixed setting errors details on autosaved associations
Wojciech Wnętrzak
2015-10-28
1
-0
/
+47
*
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
1
-0
/
+36
|
\
|
*
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
1
-0
/
+36
*
|
Correctly ignore `mark_for_destruction` without `autosave`
Sean Griffin
2015-07-20
1
-0
/
+7
*
|
Ensure cyclic associations w/ autosave don't cause duplicate errors
Sean Griffin
2015-07-18
1
-0
/
+8
*
|
Silence deprecation warning from force reload
Prem Sichanugrist
2015-07-16
1
-10
/
+14
*
|
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
1
-1
/
+1
*
|
Autosave existing records on HMT associations when the parent is new
Sean Griffin
2015-04-18
1
-0
/
+10
|
/
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-13
/
+13
*
Fix a state leak in `autosave_association_test`
Sean Griffin
2015-01-30
1
-0
/
+5
*
Fix potenital stack level too deep with autosave or validation
Miklos Fazkeas
2015-01-04
1
-0
/
+10
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-11
/
+11
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-0
/
+9
*
Don't autosave unchanged has_one through records
Alan Kennedy
2014-09-15
1
-0
/
+24
[next]