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
*
AS::Callbacks: deprecate rescuable option
Bogdan Gusiev
2012-02-22
1
-26
/
+1
*
sync __run_callbacks with ruby-trunk
Sokolov Yura
2012-02-14
1
-1
/
+1
*
AS::Callbacks: remove unused code
Bogdan Gusiev
2012-02-05
1
-17
/
+13
*
AS::Callbacks: rip out per_key option.
Bogdan Gusiev
2012-02-04
1
-34
/
+13
*
Merge pull request #4866 from bogdan/terminate_after_callbacks
José Valim
2012-02-04
1
-1
/
+6
|
\
|
*
AS::Callbacks: :skip_after_callbacks_if_terminated option
Bogdan Gusiev
2012-02-03
1
-1
/
+6
*
|
AC::Callbacks: remove usage of :per_key option from filters
Bogdan Gusiev
2012-02-03
1
-2
/
+2
|
/
*
Fix GH #4344. A defined callback in extended module is called too.
kennyj
2012-01-24
1
-1
/
+1
*
Remove unused argument.
kennyj
2012-01-22
1
-3
/
+3
*
AS::Callbacks: Refactor :per_key option
Bogdan Gusiev
2012-01-17
1
-35
/
+7
*
AS::Callbacks: remove unused runner
Bogdan Gusiev
2012-01-12
1
-16
/
+3
*
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
1
-8
/
+7
*
Merge pull request #3637 from bogdan/compile_options
José Valim
2012-01-05
1
-58
/
+62
|
\
|
*
AS::Callbacks::Callback refactor
Bogdan Gusiev
2011-11-15
1
-58
/
+62
*
|
Revert "AS::Callbacks: remove __define_runner"
José Valim
2012-01-04
1
-3
/
+16
*
|
AS::Callbacks: remove __define_runner
Bogdan Gusiev
2011-12-30
1
-16
/
+3
*
|
Refactor AS::Callbacks
Bogdan Gusiev
2011-12-28
1
-6
/
+8
*
|
AS::Callbacks: improved __define_runner performance
Bogdan Gusiev
2011-12-25
1
-3
/
+2
*
|
AS::Callbacks: improve __define_runner perfomance
Bogdan Gusiev
2011-12-25
1
-10
/
+11
*
|
Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...
José Valim
2011-11-30
1
-4
/
+14
|
/
*
AS::Callbacks::Callback#_compile_option refactored
Bogdan Gusiev
2011-11-11
1
-14
/
+12
*
AS::Callbacks.__run_keyed_callback: remove unused cache
Bogdan Gusiev
2011-11-10
1
-10
/
+6
*
self.class.name -> self.name (we are already inside a class).
José Valim
2011-11-10
1
-1
/
+1
*
AS::Callbacks#_define_runner refactored
Bogdan Gusiev
2011-11-10
1
-23
/
+22
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Prevent callbacks in child classes from being executed more than once.
Rolf Timmermans
2011-03-13
1
-1
/
+1
*
adds a couple of missing AS dependencies
Rolf Timmermans
2011-03-12
1
-0
/
+1
*
Allow access to a callback event's return result from around callbacks
Aaron Pfeifer
2011-03-08
1
-2
/
+8
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-01-20
1
-113
/
+116
|
\
|
*
editing comments regarding rescuable optoin in AS callbacks
Neeraj Singh
2011-01-12
1
-2
/
+3
|
*
Expand and clarify AS::Callbacks docs.
John Firebaugh
2011-01-09
1
-113
/
+115
*
|
removing usesless variable assignments
Aaron Patterson
2011-01-18
1
-1
/
+5
|
/
*
expand on set_callback method to explain that in
Neeraj Singh
2010-12-21
1
-0
/
+4
*
Replace nested ifs with case/when
Pavel Gorbokon
2010-12-07
1
-46
/
+44
*
Ommit nil in method call
Pavel Gorbokon
2010-12-07
1
-1
/
+1
*
bye bye extlib_inheritable_*, AS callbacks now using class_attribute
Josh Kalderimis
2010-11-18
1
-9
/
+13
*
Correct documentation that references how *_filter of action_pack are transla...
Marcelo Giorgi
2010-10-03
1
-2
/
+2
*
after_create in ActiveModel should in the order specified
Neeraj Singh
2010-09-27
1
-1
/
+1
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
adding an example of skipping a callback
Neeraj Singh
2010-08-06
1
-1
/
+5
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
1
-1
/
+2
|
\
|
*
documents that :terminator is a string to be eval'ed, and that it sees the re...
Xavier Noria
2010-08-05
1
-1
/
+2
|
*
Revert "correcting the documentation that default to false. it does not defau...
Xavier Noria
2010-08-05
1
-4
/
+5
|
*
correcting the documentation that default to false. it does not default to fa...
Neeraj Singh
2010-08-05
1
-5
/
+4
*
|
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
1
-3
/
+3
|
\
|
|
*
Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern doc...
Tom Stuart
2010-08-05
1
-3
/
+3
*
|
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
1
-1
/
+3
|
\
|
[next]