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
*
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
|
*
Correct docs for after_find and after_initialize
Jesse Storimer
2011-01-28
1
-9
/
+5
*
|
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-5
/
+5
|
/
*
Remove doc for debugging callbacks. Methods don't exist in Rails master
Rafael Mendonça França
2010-10-13
1
-10
/
+0
*
Cleanup deprecation warnings in active record
Carlos Antonio da Silva
2010-09-06
1
-17
/
+0
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-2
/
+2
*
fisting after_rollback and after commit callbacks
Aaron Patterson
2010-08-20
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-24
/
+24
*
fixing documentation
Neeraj Singh
2010-08-03
1
-2
/
+2
*
Merge remote branch 'docrails/master' into 3-0-stable
Xavier Noria
2010-08-03
1
-31
/
+35
|
\
|
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-31
/
+35
*
|
Add an internal (private API) after_touch callback. [#5271 state:resolved]
José Valim
2010-08-02
1
-2
/
+6
|
/
[next]