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
/
test
/
callbacks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-2
/
+1
*
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-1
/
+1
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-15
/
+7
*
[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
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-28
/
+2
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
1
-4
/
+17
*
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-31
/
+5
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
*
Support double-yield inside an around callback
Matthew Draper
2016-12-15
1
-15
/
+68
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Tighten the backtrace pollution from passing through callbacks
Matthew Draper
2016-09-30
1
-1
/
+72
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-9
/
+9
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-4
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+0
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-39
/
+39
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-4
/
+14
*
Refactor AS::Callbacks halt config and fix the documentation
Roque Pinel
2015-10-01
1
-2
/
+2
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-12
/
+8
*
Raise ArgumentError if an unrecognised callback is skipped
Iain Beeston
2015-04-03
1
-7
/
+25
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+50
*
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-5
/
+34
*
Add test for `:skip_after_callbacks_if_terminated`
claudiob
2014-12-14
1
-15
/
+33
*
Unused classes in AS tests
Akira Matsuda
2013-12-19
1
-21
/
+0
*
remove deprecation notices
Aaron Patterson
2013-05-15
1
-16
/
+0
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-1
/
+1
*
Merge branch 'master' into normalizecb
Aaron Patterson
2013-05-14
1
-1
/
+2
|
\
|
*
private callback methods should work
Aaron Patterson
2013-05-14
1
-1
/
+2
*
|
Merge branch 'master' into normalizecb
Aaron Patterson
2013-05-13
1
-0
/
+40
|
\
|
|
*
adding more callback type coverage
Aaron Patterson
2013-05-13
1
-0
/
+40
*
|
pass the actual filter, not a string
Aaron Patterson
2013-05-13
1
-1
/
+1
|
/
*
add tests for reset_calbacks
Aaron Patterson
2013-05-13
1
-0
/
+40
*
add test for object conditional with scope
Aaron Patterson
2013-05-08
1
-0
/
+19
*
adding a class conditional test
Aaron Patterson
2013-05-08
1
-0
/
+12
*
adding tests for lambdas as conditions
Aaron Patterson
2013-05-08
1
-0
/
+40
*
we need to indicate the type of callback
Aaron Patterson
2013-05-08
1
-2
/
+2
*
adding more tests around callback inconsistencies
Aaron Patterson
2013-05-08
1
-5
/
+47
*
refactor tests for more points
Aaron Patterson
2013-05-08
1
-4
/
+5
*
adding test to demonstrate inconsistencies in the AS::Callbacks api
Aaron Patterson
2013-05-08
1
-0
/
+41
*
fix issue #10502, do not recompute method name for already-stringified object...
Sean Walbran
2013-05-07
1
-0
/
+22
*
Fix typo in test
Vipul A M
2013-05-02
1
-1
/
+1
*
Fixes skipping object callback filters
Ben McRedmond
2013-04-04
1
-0
/
+17
*
Prevent callback from being set twice.
Dmitriy Kiriyenko
2012-12-20
1
-5
/
+57
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
AS::Callbacks#run_callbacks remove key argument
Francesco Rodriguez
2012-05-10
1
-3
/
+3
[next]