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
/
activesupport
/
lib
/
active_support
/
callbacks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+1
*
Remove outdated comment
Marion Bouguet
2017-04-20
1
-1
/
+0
*
Also not needed on this file, call to `mattr_accessor` got removed in https:/...
Edouard CHIN
2017-02-12
1
-1
/
+0
*
deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...
yuuji.yaginuma
2017-02-08
1
-13
/
+0
*
Deprecate halt_and_display_warning_on_return_false
Rafael Mendonça França
2017-02-07
1
-5
/
+12
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-24
/
+0
*
Document that string in if and unless option of callbacks are deprecated
Rafael Mendonça França
2017-02-07
1
-4
/
+4
*
Improve the exception message to direct people to all the possible values
Rafael Mendonça França
2017-02-07
1
-1
/
+2
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
1
-0
/
+16
*
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-6
/
+4
*
Support double-yield inside an around callback
Matthew Draper
2016-12-15
1
-3
/
+9
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Additional fix for argument-splat ordering differences.
Charles Oliver Nutter
2016-10-21
1
-2
/
+2
*
Explicitly unpack the expanded args to avoid execution order diff.
Charles Oliver Nutter
2016-10-21
1
-4
/
+4
*
Tighten the backtrace pollution from passing through callbacks
Matthew Draper
2016-09-30
1
-134
/
+202
*
fix formatting of `define_callbacks` doc [ci skip]
yuuji.yaginuma
2016-09-23
1
-4
/
+4
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-16
/
+16
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-10
/
+10
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-3
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-560
/
+560
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-10
/
+10
*
Change AS::Callback to ActiveSupport::Callbacks in doc [ci skip]
Alex Kitchens
2016-06-14
1
-1
/
+1
*
[ci skip] `define_model_callbacks` only exist in active model:
Edouard CHIN
2016-06-10
1
-1
/
+6
*
Specify that behavior will be deprecated in Rails 5.1
Jon Moss
2016-04-17
1
-1
/
+1
*
Replace _meth with _method to remove ambiguity
Scott Latham
2016-03-30
1
-3
/
+3
*
Eliminate instance level writers for class accessors
Aaron Patterson
2016-01-22
1
-2
/
+2
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-1
/
+8
*
nodoc for active support protected method [CI skip]
Gaurav Sharma
2015-10-04
1
-3
/
+3
*
Refactor AS::Callbacks halt config and fix the documentation
Roque Pinel
2015-10-01
1
-7
/
+8
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-14
/
+28
*
Remove AS methods that are never invoked
claudiob
2015-09-13
1
-68
/
+6
*
[ci skip] Fix the AS::Callbacks terminator docs
Roque Pinel
2015-08-08
1
-3
/
+3
*
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-3
/
+11
*
Fix grammar. [CI SKIP]
Guo Xiang Tan
2015-05-19
1
-1
/
+1
*
Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks
Rafael Mendonça França
2015-04-06
1
-5
/
+13
|
\
|
*
Raise ArgumentError if an unrecognised callback is skipped
Iain Beeston
2015-04-03
1
-5
/
+13
*
|
Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run
Rafael Mendonça França
2015-04-06
1
-12
/
+4
|
\
\
|
|
/
|
/
|
|
*
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-12
/
+4
*
|
Fix doc: set_callback also accepts an array of if:
claudiob
2015-03-31
1
-4
/
+6
*
|
Missing require 'active_support/deprecation'
Akira Matsuda
2015-03-27
1
-0
/
+1
|
/
*
Change *args to arg in CallbackSequence#call
eileencodes
2015-03-05
1
-7
/
+7
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-02-14
1
-2
/
+2
|
\
|
*
Wording fixes for `:skip_after_callbacks_if_terminated` callbacks option
Vipul A M
2015-01-31
1
-2
/
+2
*
|
remove unnecessary assignment and parameter passing in ActiveSupport::Callbac...
rxing
2015-02-11
1
-12
/
+7
*
|
Use keyword arguments
Rafael Mendonça França
2015-02-05
1
-4
/
+4
*
|
Callback#merge merges options for a callback skip instead of a callback. Rena...
Vipul A M
2015-02-01
1
-2
/
+2
|
/
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-1
/
+7
*
Deprecate `false` as the way to halt AS callbacks
claudiob
2015-01-02
1
-2
/
+14
[next]