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
*
Make it easier to find abort documentation
Rune Philosof
2018-10-01
1
-0
/
+3
*
Improve documentation of Procs as :if / :unless options for callbacks
Fabian Schwahn
2018-08-20
1
-0
/
+8
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-4
/
+2
*
Merge pull request #31913 from rywall/define-callbacks-desc
Matthew Draper
2018-04-12
1
-1
/
+3
|
\
|
*
No need to define methods on descendants.
Ryan Wallace
2018-02-24
1
-18
/
+18
|
*
Define callbacks on descendants.
Ryan Wallace
2018-02-06
1
-17
/
+19
*
|
Update skip_after_callbacks_if_terminated documentation
Rafael Mendonça França
2018-03-05
1
-2
/
+2
|
/
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-33
/
+22
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-8
/
+8
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-8
/
+8
*
Merge pull request #29595 from fatkodima/result_lambda_class_checking
Rafael França
2017-06-28
1
-1
/
+1
|
\
|
*
Remove useless class checking for `ActiveSupport::Callbacks`s result_lambda
fatkodima
2017-06-27
1
-1
/
+1
*
|
Fix typo in callback deprecation message
yuuji.yaginuma
2017-06-28
1
-1
/
+1
*
|
Add more explicit guidance on how to fix callback deprecations
Sage Ross
2017-06-23
1
-2
/
+4
|
/
*
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
[next]