aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/filters_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-3/+3
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-111-7/+73
* Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. ...Tobias Lütke2007-05-221-0/+35
* Bug fix for the filter implementationMichael Koziarski2007-05-061-0/+43
* Replace the current block/continuation filter chain handling by an implementa...Rick Olson2007-05-021-26/+40
* make sure filters in subclasses with :only or :except conditions are treated ...Jamis Buck2006-10-141-1/+13
* r5540@ks: jeremy | 2006-10-08 23:05:30 -0700Jeremy Kemper2006-10-091-1/+11
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-271-0/+44
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-221-15/+234
* Failed test for Marcel to ponderDavid Heinemeier Hansson2006-04-061-2/+10
* Honor skipping filters conditionally for only certain actions even when the p...Marcel Molina2006-04-051-1/+22
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-2/+2
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-4/+5
* Added :only and :except controls to skip_before/after_filter just like for wh...David Heinemeier Hansson2006-01-311-0/+28
* Added skip_before_filter/skip_after_filter for easier control of the filter c...David Heinemeier Hansson2005-11-041-1/+2
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-6/+6
* Add test for dynamic dispatch based on action_name accessor.Jeremy Kemper2005-07-071-0/+21
* Added some unit tests #706David Heinemeier Hansson2005-02-231-0/+36
* Fixed that all redirect and render calls now return true, so you can use the ...David Heinemeier Hansson2005-01-201-0/+20
* Added conditional filters #431 [Marcel]David Heinemeier Hansson2005-01-091-1/+116
* Taken out as noradio took overDavid Heinemeier Hansson2005-01-081-23/+0
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-051-2/+25
* InitialDavid Heinemeier Hansson2004-11-241-0/+159