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
/
rescue_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...
Jeremy Kemper
2007-10-10
1
-0
/
+59
*
Introduce ActionController::Base.rescue_from to declare exception-handling me...
Jeremy Kemper
2007-09-23
1
-10
/
+38
*
Make sure missing template exceptions actually say which template they were l...
Michael Koziarski
2007-07-11
1
-0
/
+14
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-0
/
+26
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-1
/
+1
*
RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, StaleObjectError =...
Jeremy Kemper
2007-01-17
1
-1
/
+3
*
Wrap and skip tests using mocha.
Jeremy Kemper
2007-01-14
1
-2
/
+3
*
Use mocha for rescue tests.
Jeremy Kemper
2007-01-13
1
-16
/
+14
*
Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.
Jeremy Kemper
2006-12-22
1
-0
/
+1
*
Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.
Jeremy Kemper
2006-12-08
1
-0
/
+1
*
test controller rescues
Jeremy Kemper
2006-11-13
1
-0
/
+212
[prev]