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
/
persistence_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-39
/
+16
*
Invoke `load_schema` in `_default_attributes`
Ryuta Kamizono
2018-02-06
1
-0
/
+7
*
Remove extra whitespace
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-33
/
+33
*
Ignores a default subclass when `becomes(Parent)`
Leonel Galan
2018-01-22
1
-0
/
+16
*
Don't allow destroyed object mutation after `save` or `save!` is called
Ryuta Kamizono
2018-01-15
1
-2
/
+24
*
save attributes changed by callbacks after update_attribute
Mike Busch
2017-12-22
1
-0
/
+3
*
Using subselect for `delete_all` with `limit` or `offset`
Ryuta Kamizono
2017-12-19
1
-0
/
+20
*
Using subselect generated by the connection adapter for `update_all` with `of...
Ryuta Kamizono
2017-12-19
1
-7
/
+16
*
Add failing test
Chris Salzberg
2017-12-17
1
-3
/
+8
*
Modify test to correctly pass attributes hash
Chris Salzberg
2017-12-15
1
-4
/
+7
*
Remove unnecessary scoping
Ryuta Kamizono
2017-12-01
1
-1
/
+1
*
Class level `update` and `destroy` checks all the records exist before making...
Ryuta Kamizono
2017-12-01
1
-4
/
+37
*
Maintain raising `RecordNotFound` for class level `update` and` destroy`
Ryuta Kamizono
2017-12-01
1
-2
/
+12
*
Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa...
Ryuta Kamizono
2017-11-06
1
-19
/
+30
*
Ensure returning affected objects for class level `update` and `destroy`
Ryuta Kamizono
2017-09-18
1
-10
/
+10
*
Add test cases that class level `destroy`, `delete`, and `update` are affecte...
Ryuta Kamizono
2017-08-18
1
-3
/
+33
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-0
/
+9
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
|
*
`Persistence#delete` should not be affected by scoping
Ryuta Kamizono
2017-07-18
1
-0
/
+7
|
*
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 existing class in PersistenceTest::SaveTest
Alex Kitchens
2017-06-01
1
-21
/
+7
|
/
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-1
/
+1
*
Add the touch option to ActiveRecord#increment! and decrement!
akihiro17
2017-01-14
1
-0
/
+16
*
fixing update_all and delete_all when chained with left_joins. fixes #27192
Diego Plentz
2016-11-27
1
-0
/
+22
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Return true if attribute is not changed for update_attribute
Prathamesh Sonpatki
2016-09-23
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-10
/
+8
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-9
/
+9
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-95
/
+95
*
Typos in AR tests
Akira Matsuda
2016-02-03
1
-1
/
+1
*
`ActiveRecord::Base#becomes` should copy the errors
Vokhmin Alexey V
2015-12-14
1
-1
/
+20
*
Fix test failures
Sean Griffin
2015-11-07
1
-0
/
+1
*
Ensure `#reset_column_information` clears child classes as well
Sean Griffin
2015-11-07
1
-0
/
+12
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-1
/
+2
*
Make #increment! and #decrement! methods concurency safe
Bogdan Gusiev
2015-10-05
1
-0
/
+9
*
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
1
-1
/
+1
*
Fix failing tests caused by #21350
Sean Griffin
2015-08-24
1
-0
/
+1
*
Cause ActiveRecord::Base::reload to also ignore the QueryCache.
Shane Hender
2015-04-28
1
-0
/
+27
*
use Model.reset_column_information to clear table cache connection wide.
Kuldeep Aggarwal
2015-03-31
1
-1
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
add regression test. Closes #18400.
Yves Senn
2015-03-05
1
-0
/
+6
*
Run SQL only if attribute changed for update_attribute method
Prathamesh Sonpatki
2015-01-18
1
-0
/
+10
*
Merge pull request #11898 from prathamesh-sonpatki/patch-update
Rafael Mendonça França
2015-01-02
1
-2
/
+4
|
\
|
*
Allow ActiveRecord::Relation#update to run on result of a relation with callb...
Prathamesh Sonpatki
2014-12-20
1
-2
/
+4
*
|
Provide :touch option to save() to accommodate saving without updating timest...
Dan Olson
2014-12-27
1
-0
/
+31
|
/
[next]