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
*
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