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
/
activemodel
/
test
/
cases
/
callbacks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-6
/
+6
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
1
-0
/
+2
*
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
-5
/
+4
*
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+0
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-2
/
+2
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-1
/
+1
*
Deprecate `false` as the way to halt AM callbacks
claudiob
2015-01-02
1
-3
/
+13
*
Add AM test: after/around callback returning false
claudiob
2014-12-14
1
-4
/
+15
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-3
/
+3
*
fix some typos found in activemodel
Vipul A M
2013-03-18
1
-1
/
+1
*
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-2
/
+2
*
after_create in ActiveModel should in the order specified
Neeraj Singh
2010-09-27
1
-0
/
+30
*
no callbacks should be created for empty array [#5289 state:resolved]
Subba Rao Pasupuleti
2010-08-12
1
-0
/
+14
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Move ActiveRecord callbacks implementation to ActiveModel and make use of it.
José Valim
2009-12-28
1
-0
/
+70