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
/
actionpack
/
lib
/
abstract_controller
/
callbacks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
specify deprecated waring, follow the standard conventions
Gaurav Sharma
2015-10-28
1
-1
/
+1
*
Raise ArgumentError if an unrecognised callback is skipped
Iain Beeston
2015-04-03
1
-3
/
+3
*
Removed non-standard and unused require 'active_support/deprecation' from par...
Vipul A M
2015-02-27
1
-2
/
+0
*
fix NameError in `skip_filter`. callback doesn't exist.
yuuji.yaginuma
2015-02-27
1
-1
/
+1
*
Deprecate `AbstractController::Callbacks#skip_action_callback`
Iain Beeston
2015-02-24
1
-0
/
+1
*
fix typo in `_filter` deprecation message. [ci skip]
Yves Senn
2015-01-30
1
-5
/
+5
*
Deprecate all *_filter callbacks in favor of *_action callbacks
Abdelkader Boudih
2015-01-08
1
-5
/
+27
*
Add test/doc for :if/:except in skip_before_action
claudiob
2015-01-08
1
-0
/
+5
*
Add test case and documentation for skip_before_filter.
Lauro Caetano
2015-01-08
1
-0
/
+5
*
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
Rafael Mendonça França
2015-01-03
1
-1
/
+1
|
\
|
*
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-1
/
+1
*
|
Better docs for AbstractController
claudiob
2014-12-22
1
-4
/
+5
|
/
*
Partially revert deprecation of *_filter
Rafael Mendonça França
2014-06-03
1
-27
/
+6
*
Deprecate all *_filter callbacks in favor of *_action callbacks
Rafael Mendonça França
2014-05-27
1
-20
/
+24
*
replace class_eval by define_method in abstract_controller/callbacks
kirill
2014-04-20
1
-35
/
+29
*
Execute conditional procs on controller filters only for current action.
Nicholas Jakobsen
2013-08-10
1
-1
/
+1
*
use extract_options!
Neeraj Singh
2013-07-02
1
-1
/
+1
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-1
/
+3
*
fix prepend_before_filter documentation [ci skip]
Francesco Rodriguez
2012-12-07
1
-3
/
+3
*
Rename all action callbacks from *_filter to *_action
David Heinemeier Hansson
2012-12-07
1
-64
/
+86
*
Removing duplication in callback normalization.
Steve Klabnik
2012-11-09
1
-7
/
+8
*
removing key argument from run_callbacks - fix build
Francesco Rodriguez
2012-05-10
1
-1
/
+1
*
Improve readability of metaprogramming annotations at AbstractController call...
Edward Tsech
2012-05-08
1
-10
/
+10
*
Remove skip_filter block param
Alexey Vakhov
2012-02-23
1
-7
/
+7
*
Merge pull request #4866 from bogdan/terminate_after_callbacks
José Valim
2012-02-04
1
-3
/
+1
|
\
|
*
AS::Callbacks: :skip_after_callbacks_if_terminated option
Bogdan Gusiev
2012-02-03
1
-3
/
+1
*
|
AC::Callbacks: remove usage of :per_key option from filters
Bogdan Gusiev
2012-02-03
1
-6
/
+4
|
/
*
Array.wrap is no longer needed in AbstractController::Callbacks
Rafael Mendonça França
2012-01-05
1
-2
/
+2
*
Fix comment in AbstractController callbacks
Alexey Vakhov
2011-10-06
1
-2
/
+2
*
update abstract_controller callbacks to document meta-programmed filters
geemus
2011-08-13
1
-18
/
+102
*
Revert to old semantics, use available_action? instead of action_method?.
José Valim
2011-05-06
1
-2
/
+2
*
Added missing </tt>
Oge Nnadi
2011-04-11
1
-1
/
+1
*
Pass the proper method_name instead of hardcoding to action_name.
José Valim
2011-03-29
1
-1
/
+1
*
Fix filter :only and :except with implicit actions
Andrew White
2011-03-23
1
-1
/
+1
*
process_action accepts multiple args, even with Callbacks.
Nick Sutterer
2010-12-29
1
-1
/
+1
*
Remove inline comment.
José Valim
2010-11-11
1
-17
/
+17
*
Make after_filter halt when before_filter renders or redirects [#5648 state:r...
Marcelo Giorgi
2010-11-11
1
-0
/
+2
*
change rdoc to conform to api guidelines
Joost Baaij
2010-08-25
1
-23
/
+22
*
Minor typo fix in callbacks.rb of abstract_controller
Rohit Arondekar
2010-05-20
1
-1
/
+1
*
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
Joshua Peek
2009-10-12
1
-5
/
+3
*
Use "run_callbacks :foo" since it is the public api for callbacks [#3329
Joshua Peek
2009-10-12
1
-1
/
+1
*
Fix callbacks on ActionPack.
José Valim
2009-09-08
1
-1
/
+1
*
Move AbstractController to a top-level component
Yehuda Katz
2009-08-06
1
-0
/
+115