aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/verification.rb
Commit message (Expand)AuthorAgeFilesLines
* 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