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
/
persistence.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Specify return value of `save!`
Jared Beck
2017-01-30
1
-0
/
+2
*
Add the touch option to ActiveRecord#increment! and decrement!
akihiro17
2017-01-14
1
-6
/
+10
*
Merge pull request #25427 from eugeneius/update_increment_documentation
Kasper Timm Hansen
2017-01-08
1
-8
/
+8
|
\
|
*
Update increment! documentation [ci skip]
Eugene Kenny
2016-08-15
1
-8
/
+8
*
|
[ci skip] Find and record the article! 🤓
Kasper Timm Hansen
2017-01-03
1
-2
/
+2
*
|
Emulate db trigger behaviour for after_commit :destroy, :update
Stefan Budeanu
2016-12-09
1
-3
/
+11
*
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-3
/
+7
*
|
Fix code formatting in `#save` RDoc [ci skip]
Adam Crownoble
2016-09-25
1
-2
/
+2
*
|
Return true if attribute is not changed for update_attribute
Prathamesh Sonpatki
2016-09-23
1
-1
/
+2
*
|
Clear attribute changes after handling locking
Jakob Skjerning
2016-09-14
1
-1
/
+1
*
|
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-2
/
+2
*
|
Refactor remove duplication.
Santosh Wadghule
2016-08-31
1
-2
/
+6
|
/
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Use `squish` rather than `strip_heredoc`
Ryuta Kamizono
2016-07-04
1
-2
/
+2
*
Improve error message when record touch fails.
Ben Standefer
2016-07-02
1
-1
/
+6
*
Fix a small template misrender in ActiveRecord::Persistence
Genadi Samokovarov
2016-03-02
1
-1
/
+1
*
- Updated persistence documentation to make it clear that save and save! won'...
Vipul A M
2016-01-31
1
-3
/
+3
*
Merge pull request #21791 from sonalkr132/persistence-doc
Arthur Nogueira Neves
2016-01-27
1
-8
/
+9
|
\
|
*
Improvement in ActiveRecord::Persistence doc [ci skip]
Aditya Prakash
2015-10-17
1
-8
/
+9
*
|
`ActiveRecord::Base#becomes` should copy the errors
Vokhmin Alexey V
2015-12-14
1
-1
/
+1
*
|
Make sure we touch all the parents when touch_later.
Arthur Neves
2015-12-06
1
-0
/
+4
*
|
Clean up and correct documentation for update_columns and update_all [ci skip]
James Wen
2015-12-05
1
-0
/
+1
*
|
Merge pull request #22362 from radar/toggle-documentation
Claudio B
2015-11-20
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Add example for AR::Persistence#toggle
Ryan Bigg
2015-11-21
1
-0
/
+8
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-19
/
+19
*
|
Merge pull request #11410 from bogdan/increment-concurency
Jeremy Daer
2015-10-10
1
-5
/
+7
|
\
\
|
*
|
Make #increment! and #decrement! methods concurency safe
Bogdan Gusiev
2015-10-05
1
-5
/
+7
*
|
|
Build the `AttributeMutationTracker` lazily
Sean Griffin
2015-10-02
1
-1
/
+1
|
/
/
*
|
Encapsulate a lot of the logic from `Dirty` in an object
Sean Griffin
2015-09-24
1
-1
/
+1
*
|
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-0
/
+1
*
|
`destroy` shouldn't raise when child associations fail to save
Sean Griffin
2015-07-24
1
-1
/
+8
|
/
*
refactor ActiveRecord's #become by simplifying code
Diego Carrion
2015-06-10
1
-2
/
+1
*
Merge pull request #19886 from henders/henders/reload_wipe_query_cache
Rafael Mendonça França
2015-05-27
1
-1
/
+3
|
\
|
*
Cause ActiveRecord::Base::reload to also ignore the QueryCache.
Shane Hender
2015-04-28
1
-1
/
+3
*
|
AR::RecordNotSaved & RecordNotDestroyed should include an error message
Yuki Nishijima
2015-05-01
1
-2
/
+2
*
|
remove trailing whitespace. [ci skip]
Yves Senn
2015-04-27
1
-1
/
+1
*
|
Merge pull request #19918 from vngrs/becomes_missing_note_about_sti
Yves Senn
2015-04-27
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add note about sti column value to becomes method [ci skip]
Mehmet Emin İNAÇ
2015-04-27
1
-2
/
+4
|
/
*
Use _read_attribute(primary_key) instead of id
Rafael Mendonça França
2015-04-19
1
-1
/
+1
*
Raise StaleObjectError if touched object is stale and locking is enabled
Mehmet Emin İNAÇ
2015-04-19
1
-3
/
+15
*
Batch touch parent records
Arthur Neves
2015-04-08
1
-1
/
+2
*
call `sync_with_transaction_state` inside `persisted?` then check ivars
Aaron Patterson
2015-03-02
1
-1
/
+2
*
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
1
-3
/
+0
|
\
|
*
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
1
-3
/
+0
*
|
Merge pull request #17139 from mfazekas/fix_becomes_changed_attributes
Rafael Mendonça França
2015-02-20
1
-1
/
+2
|
\
\
|
*
|
Always reset changed attributes in becomes
Miklos Fazekas
2015-02-04
1
-1
/
+2
*
|
|
Add `time` option to `#touch`
Hyonjee Joo
2015-02-18
1
-6
/
+8
|
/
/
*
|
add destroyed records to the currend transaction
Aaron Patterson
2015-02-01
1
-0
/
+1
*
|
Use 'public_send' over the 'send' method for object's properties.
Santosh Wadghule
2015-01-23
1
-2
/
+2
*
|
Run SQL only if attribute changed for update_attribute method
Prathamesh Sonpatki
2015-01-18
1
-1
/
+1
[next]