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
/
callbacks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove expired explanation [ci skip]
Shia
2018-03-30
1
-15
/
+1
*
[ci skip] Inherit ActiveRecord::Base in example codes
Yoshiyuki Hirano
2017-12-15
1
-2
/
+2
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-2
/
+2
*
Fix some typos.
Mike Boone
2017-10-10
1
-2
/
+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
*
Merge pull request #27294 from eavgerinos/doc-ar-callbacks-order
Rafael França
2017-01-06
1
-0
/
+49
|
\
|
*
[ci skip] ActiveRecord: Document order of Callbacks
Aggelos Avgerinos
2016-12-22
1
-0
/
+49
*
|
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-3
/
+3
|
/
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-11
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
Change to use a more realistic example and not giving the impression that des...
Vipul A M
2016-05-05
1
-3
/
+3
*
[ci skip] Don't promote SQL interpolation.
Kasper Timm Hansen
2016-05-05
1
-2
/
+2
*
do not pass conditions to `#destroy_all` [ci skip]
yuuji.yaginuma
2016-05-05
1
-2
/
+2
*
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-15
/
+0
*
Typo correction
Yves Siegrist
2015-12-07
1
-4
/
+4
*
Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...
Sean Griffin
2015-10-28
1
-0
/
+5
|
\
|
*
Add support for bidirectional destroy dependencies
Seb Jacobs
2015-01-16
1
-1
/
+8
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-16
/
+18
*
|
add missing `:nodoc:` to `AR::Callbacks::ClassMethods`. [ci skip]
Yves Senn
2015-10-14
1
-1
/
+1
*
|
docs, tiny rdoc markup fix. [ci skip]
Yves Senn
2015-08-12
1
-1
/
+2
*
|
`destroy` shouldn't raise when child associations fail to save
Sean Griffin
2015-07-24
1
-0
/
+3
*
|
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-5
/
+6
*
|
typo fix [ci skip]
karanarora
2015-05-20
1
-1
/
+1
*
|
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-6
/
+5
|
/
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-3
/
+3
*
Provide :touch option to save() to accommodate saving without updating timest...
Dan Olson
2014-12-27
1
-1
/
+1
*
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-5
/
+5
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-5
/
+5
*
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-2
/
+2
*
Fix ActiveRecord::Callbacks sample code [ci skip]
joker1007
2013-12-03
1
-2
/
+2
*
Add documentation for after_touch [ci skip]
claudiob
2013-10-08
1
-1
/
+4
*
fix typos
Vipul A M
2013-04-21
1
-1
/
+1
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-1
/
+1
*
Merge branch 'master' of https://github.com/lifo/docrails
Pablo Ifran
2012-10-22
1
-8
/
+5
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-10-21
1
-14
/
+7
*
|
Changeing some code-styles of the examples & fix a typo on dependent option
Pablo Ifran
2012-10-22
1
-18
/
+12
|
/
*
ActiveRecord Callbacks ordering examples
Pablo Ifran
2012-10-19
1
-0
/
+43
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-22
1
-1
/
+1
|
\
|
*
Typo in documentation.
Andrés Mejía
2012-06-19
1
-1
/
+1
*
|
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-24
/
+0
|
/
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+0
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-12
/
+39
*
Added back the Callback debugging section by interrogating the _*_callbacks m...
ozzyaaron
2011-03-29
1
-0
/
+18
*
Active Record typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-02
1
-10
/
+6
|
\
|
*
FIX not using _on_create or _on_update callbacks only _create and _update
Paco Guzman
2011-02-01
1
-1
/
+1
[next]