Francesco Rodriguez
1b97d41e52
add tests to aliased _filter callbacks
2012-12-07 15:29:51 -05:00
Francesco Rodriguez
5fb94ec044
use _action
instead of _filter
callbacks
2012-12-07 15:24:56 -05:00
David Heinemeier Hansson
9d62e04838
Rename all action callbacks from *_filter to *_action
2012-12-07 18:54:44 +01:00
Neeraj Singh
7fff2f9fe3
Make test meaningful
...
If before_filter list was being called mistakenly then
the test should fail. However test will not fail because
second filter is assigning new values to @list. To truly
test that first before_filter is not called when it should
not be called then @list should not assigned value unconditionally.
This patch will make the test fail if first filter is called.
2011-06-08 10:51:10 -04:00
Aaron Patterson
36d6678690
removing usesless variable assignments
2011-01-18 15:52:56 -08:00
Nick Sutterer
db24701abe
process_action accepts multiple args, even with Callbacks.
2010-12-29 16:37:10 -08:00
Emilio Tagua
0c08d8bd75
Fix more warnings by defining variables and using instance_variable_defined? instead instance_variable_get.
2010-09-28 18:25:52 -03:00
Santiago Pastorino
b451de0d6d
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
José Valim
02399a1184
Ensure overwritten callbacks conditions in controllers work [ #4761 state:resolved] [ #3913 state:resolved]
2010-06-22 07:57:45 +02:00
Joshua Peek
f1c8f07be8
Follow short name convention for test folder and just call it "abstract"
2009-09-19 13:14:22 -05:00