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
/
test
/
controller
/
verification_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that verification violations with no specified action didn't halt the c...
David Heinemeier Hansson
2007-11-30
1
-0
/
+11
*
Deprecation: verification with :redirect_to => :named_route shouldn't be depr...
Jeremy Kemper
2007-03-14
1
-0
/
+15
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-3
/
+3
*
Fix bug that kept any before_filter except the first one from being able to h...
Rick Olson
2006-09-27
1
-0
/
+2
*
Fix deprecation warnings in verification tests.
Jeremy Kemper
2006-09-04
1
-6
/
+6
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-4
/
+4
*
Added :add_headers option to verify which merges a hash of name/value pairs i...
Sam Stephenson
2006-04-08
1
-4
/
+4
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
1
-0
/
+34
*
Support :render option to :verify #1440 [TobiasLuetke]
Jamis Buck
2005-06-14
1
-1
/
+17
*
verify with :redirect_to won't redirect if a redirect or render has already b...
Jamis Buck
2005-05-30
1
-29
/
+44
*
Added :method option to verify for ensuring that either GET, POST, etc is all...
David Heinemeier Hansson
2005-04-02
1
-0
/
+21
*
Added Verifications that allows you to specify preconditions to actions in fo...
David Heinemeier Hansson
2005-03-26
1
-0
/
+137