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
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-3
/
+3
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-3
/
+3
*
Rack responses need to wrap Strings in 1.9
Yehuda Katz
2009-10-15
1
-1
/
+1
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-5
/
+2
*
Beef up AD::Rescue to replace global exception handling lost in ApplicationCo...
Joshua Peek
2009-09-15
1
-22
/
+13
*
Remove global exception catching from ApplicationController.
Joshua Peek
2009-09-15
1
-12
/
+12
*
Need to reset session for AP rescue tests after altering the route set
Joshua Peek
2009-09-13
1
-0
/
+1
*
Merge Failsafe middleware into ShowExceptions
Joshua Peek
2009-05-17
1
-0
/
+14
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
1
-299
/
+47
*
Fix test_rescue_routing_exceptions when running with rake
Joshua Peek
2009-04-21
1
-13
/
+15
*
refactor some coupled rescue tests
Joshua Peek
2009-04-21
1
-16
/
+78
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-3
/
+18
|
\
|
*
Added support to dashed locales in templates localization [#1888 state:resolved]
José Valim
2009-02-06
1
-7
/
+0
|
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-3
/
+0
|
*
Added localized rescue (404.da.html) [#1835 state:committed]
José Valim
2009-02-02
1
-0
/
+25
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-2
/
+5
*
|
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-1
/
+1
|
/
*
Memoize request accessors on the Rack env so other request objects have acces...
Joshua Peek
2009-01-04
1
-2
/
+2
*
Fixed call_with_exception for Routing Errors [#1684 state:resolved]
Laszlo Bacsi
2009-01-02
1
-0
/
+7
*
Test that exceptions raised in filters are properly rescued
Jeremy Kemper
2008-12-30
1
-0
/
+15
*
Make router and controller classes better rack citizens
Joshua Peek
2008-12-28
1
-1
/
+5
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-18
/
+0
*
Ensure rescue_from handlers are respected inside tests. [#835 state:resolved]
Pratik Naik
2008-10-04
1
-24
/
+11
*
Allow Dispatcher exceptions to be handled in application.rb using rescue_from
Pratik Naik
2008-07-16
1
-0
/
+9
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-1
/
+1
*
Added Rails.public_path to control where HTML and assets are expected to be l...
David Heinemeier Hansson
2008-04-13
1
-4
/
+20
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Make rescue_from behave like rescue when dealing with subclasses. Closes #10...
Michael Koziarski
2007-11-06
1
-0
/
+159
*
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