aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/verification_test.rb
Commit message (Expand)AuthorAgeFilesLines
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fixed that verification violations with no specified action didn't halt the c...David Heinemeier Hansson2007-11-301-0/+11
* Deprecation: verification with :redirect_to => :named_route shouldn't be depr...Jeremy Kemper2007-03-141-0/+15
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-3/+3
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-271-0/+2
* Fix deprecation warnings in verification tests.Jeremy Kemper2006-09-041-6/+6
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-4/+4
* Added :add_headers option to verify which merges a hash of name/value pairs i...Sam Stephenson2006-04-081-4/+4
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-1/+3
* Added :xhr => true/false option to verify so you can ensure that a request is...David Heinemeier Hansson2005-06-211-0/+34
* Support :render option to :verify #1440 [TobiasLuetke]Jamis Buck2005-06-141-1/+17
* verify with :redirect_to won't redirect if a redirect or render has already b...Jamis Buck2005-05-301-29/+44
* Added :method option to verify for ensuring that either GET, POST, etc is all...David Heinemeier Hansson2005-04-021-0/+21
* Added Verifications that allows you to specify preconditions to actions in fo...David Heinemeier Hansson2005-03-261-0/+137