index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
verification.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecation: verification with :redirect_to => :named_route shouldn't be depr...
Jeremy Kemper
2007-03-14
1
-0
/
+1
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
Update usage notes to verify
David Heinemeier Hansson
2006-09-04
1
-0
/
+3
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
1
-1
/
+1
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-2
/
+2
*
documentation fixes for ActionController::Verification::ClassMethods verify m...
Rick Olson
2006-06-21
1
-5
/
+10
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
1
-1
/
+1
*
Added :add_headers option to verify which merges a hash of name/value pairs i...
Sam Stephenson
2006-04-08
1
-0
/
+4
*
Document the :xhr option for verifications. Closes #3666.
Marcel Molina
2006-02-01
1
-0
/
+2
*
Made documentation ready for release (AP)
David Heinemeier Hansson
2005-07-06
1
-28
/
+27
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
1
-1
/
+3
*
Support :render option to :verify #1440 [TobiasLuetke]
Jamis Buck
2005-06-14
1
-1
/
+6
*
verify with :redirect_to won't redirect if a redirect or render has already b...
Jamis Buck
2005-05-30
1
-1
/
+1
*
Cure some ills discovered with the refactoring
David Heinemeier Hansson
2005-05-22
1
-1
/
+1
*
Removed broken attempt to DRY module ClassMethod #970
David Heinemeier Hansson
2005-04-02
1
-0
/
+5
*
Automatically extend the class which gets a module included with the ClassMet...
David Heinemeier Hansson
2005-04-02
1
-5
/
+0
*
Added :method option to verify for ensuring that either GET, POST, etc is all...
David Heinemeier Hansson
2005-04-02
1
-4
/
+13
*
Added include_seconds option as the third parameter to distance_of_time_in_wo...
David Heinemeier Hansson
2005-03-26
1
-1
/
+1
*
Added Verifications that allows you to specify preconditions to actions in fo...
David Heinemeier Hansson
2005-03-26
1
-0
/
+79