aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/verification.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that verification violations with no specified action didn't halt the c...David Heinemeier Hansson2007-11-301-6/+15
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-11/+11
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-241-3/+0
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-2/+2
* Deprecation: verification with :redirect_to => :named_route shouldn't be depr...Jeremy Kemper2007-03-141-0/+1
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-1/+1
* Update usage notes to verifyDavid Heinemeier Hansson2006-09-041-0/+3
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-011-1/+1
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-2/+2
* documentation fixes for ActionController::Verification::ClassMethods verify m...Rick Olson2006-06-211-5/+10
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-1/+1
* Added :add_headers option to verify which merges a hash of name/value pairs i...Sam Stephenson2006-04-081-0/+4
* Document the :xhr option for verifications. Closes #3666.Marcel Molina2006-02-011-0/+2
* Made documentation ready for release (AP)David Heinemeier Hansson2005-07-061-28/+27
* Added :xhr => true/false option to verify so you can ensure that a request is...David Heinemeier Hansson2005-06-211-1/+3
* Support :render option to :verify #1440 [TobiasLuetke]Jamis Buck2005-06-141-1/+6
* verify with :redirect_to won't redirect if a redirect or render has already b...Jamis Buck2005-05-301-1/+1
* Cure some ills discovered with the refactoringDavid Heinemeier Hansson2005-05-221-1/+1
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Added :method option to verify for ensuring that either GET, POST, etc is all...David Heinemeier Hansson2005-04-021-4/+13
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-261-1/+1
* Added Verifications that allows you to specify preconditions to actions in fo...David Heinemeier Hansson2005-03-261-0/+79