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
/
activerecord
/
test
/
cases
/
callbacks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-3
/
+3
*
Merge pull request #30919 from seanlinsley/17622-before_save_strict_arguments
Ryuta Kamizono
2018-07-23
1
-0
/
+27
|
\
|
*
add strict argument checking to ActiveRecord callbacks
Sean Linsley
2018-07-22
1
-0
/
+23
|
/
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-13
/
+13
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-5
/
+5
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
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
-110
/
+0
*
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-47
/
+0
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-4
/
+4
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-7
/
+7
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-14
/
+14
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-1
/
+1
*
AR::RecordNotSaved & RecordNotDestroyed should include an error message
Yuki Nishijima
2015-05-01
1
-0
/
+2
*
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
1
-3
/
+18
*
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
Rafael Mendonça França
2015-01-03
1
-20
/
+146
|
\
|
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-20
/
+146
|
/
*
Remove unused "Developer" fixtures from tests
claudiob
2014-12-08
1
-46
/
+0
*
Add #record attribute to RecordNotFound and RecordDestroyed exceptions.
Recursive Madman
2014-11-26
1
-2
/
+4
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+2
*
callbacks are wrapped with lambdas
Aaron Patterson
2013-05-10
1
-1
/
+1
*
Fix some typos in AR- CHANGELOG, tests, method doc. fixed
Vipul A M
2013-03-20
1
-1
/
+1
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
*
Fix collisions with before and after validation callbacks.
John Foley
2012-09-23
1
-0
/
+49
*
+ ActiveRecord::Base#destroy!
Marc-Andre Lafortune
2012-06-06
1
-0
/
+2
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-7
/
+7
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Cleanup deprecation warnings in active record
Carlos Antonio da Silva
2010-09-06
1
-9
/
+8
*
fisting after_rollback and after commit callbacks
Aaron Patterson
2010-08-20
1
-1
/
+6
*
Remove test ordering bug by using another class
Evan Phoenix
2010-03-22
1
-4
/
+7
*
squelching more warnings in the AR tests. [#4218 state:resolved]
Aaron Patterson
2010-03-18
1
-1
/
+1
*
Ensure before_validation and after_validation accepts :on as option.
José Valim
2010-01-06
1
-1
/
+44
*
Refactor new callbacks and AR implementation.
José Valim
2009-09-08
1
-3
/
+3
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-61
/
+57
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-2
/
+2
*
Fixed broken after_save callback; was being called when before_create was can...
Michael Lovitt
2009-01-16
1
-3
/
+41
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+400