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
/
rescue.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-1
/
+1
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
1
-1
/
+1
*
Added localized rescue (404.da.html) [#1835 state:committed]
José Valim
2009-02-02
1
-5
/
+11
*
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
-2
/
+2
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-2
/
+2
*
Make router and controller classes better rack citizens
Joshua Peek
2008-12-28
1
-1
/
+3
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-1
/
+1
*
Ensure error file is sent with a 'text/html' content type [#1478 state:resolved]
Brady Bouchard
2008-12-17
1
-1
/
+1
*
Fixed template lookups from outside the rails root [#1557 state:resolved]
Joshua Peek
2008-12-11
1
-1
/
+1
*
Silence server backtrace in rescue templates and log files. Also remove some ...
Joshua Peek
2008-12-05
1
-24
/
+42
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-10
/
+4
*
Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...
Pratik Naik
2008-10-04
1
-99
/
+3
*
Ensure rescue_from handlers are respected inside tests. [#835 state:resolved]
Pratik Naik
2008-10-04
1
-18
/
+18
*
Merge docrails
Pratik Naik
2008-09-03
1
-1
/
+1
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-3
/
+0
*
Cleanup around partial rendering
Ryan Bates
2008-08-21
1
-1
/
+1
*
Allow Dispatcher exceptions to be handled in application.rb using rescue_from
Pratik Naik
2008-07-16
1
-12
/
+16
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-1
/
+1
*
Simpler rescue_action condition
Jeremy Kemper
2008-05-12
1
-4
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-17
/
+19
*
Changing "and" to && whereever I catch it
David Heinemeier Hansson
2008-04-27
1
-1
/
+1
*
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
-1
/
+1
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Docfix (closes #10155)
David Heinemeier Hansson
2007-11-18
1
-2
/
+2
*
Make rescue_from behave like rescue when dealing with subclasses. Closes #10...
Michael Koziarski
2007-11-06
1
-6
/
+51
*
rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...
Jeremy Kemper
2007-10-10
1
-4
/
+7
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-2
/
+2
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
1
-9
/
+9
*
Move rescue_action_with_handler from rescue_action to perform_action so it is...
Jeremy Kemper
2007-09-24
1
-2
/
+2
*
Introduce ActionController::Base.rescue_from to declare exception-handling me...
Jeremy Kemper
2007-09-23
1
-2
/
+51
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-1
/
+2
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-6
/
+14
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-24
/
+0
*
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
*
Improve the documentation for customising your rescue actions. Closes #7041 [...
Michael Koziarski
2007-01-15
1
-6
/
+14
*
Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.
Jeremy Kemper
2006-12-22
1
-1
/
+2
*
Silence log_error deprecation warnings from inspecting deprecated instance va...
Jeremy Kemper
2006-12-19
1
-8
/
+10
*
Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.
Jeremy Kemper
2006-12-08
1
-1
/
+2
*
test controller rescues
Jeremy Kemper
2006-11-13
1
-62
/
+84
*
Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed some deprecation warnings in ActionPack [Rick Olson]
Rick Olson
2006-09-30
1
-1
/
+1
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-1
/
+1
*
Changed that uncaught exceptions raised any where in the application will cau...
David Heinemeier Hansson
2006-09-03
1
-4
/
+7
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-1
/
+1
[next]