Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/rescue.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8365 [8365] 12/10/07 05:54:46 bitsweat Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @8165 [8165] 11/18/07 21:51:09 david Docfix (closes #10155)
(edit) @8081 [8081] 11/06/07 06:02:24 nzkoz Make rescue_from behave like rescue when dealing with subclasses. Closes …
(edit) @7822 [7822] 10/10/07 02:34:42 bitsweat rescue_from accepts :with => lambda { |exception| ... } or a normal block. …
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7623 [7623] 09/24/07 23:12:25 david Change from InvalidToken to InvalidAuthenticityToken to be more specific
(edit) @7618 [7618] 09/24/07 19:56:11 bitsweat Move rescue_action_with_handler from rescue_action to perform_action so it …
(edit) @7597 [7597] 09/23/07 21:56:22 bitsweat Introduce ActionController::Base.rescue_from to declare exception-handling …
(edit) @7592 [7592] 09/23/07 02:32:55 rick Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model …
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7403 [7403] 09/03/07 00:18:30 nzkoz Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
(edit) @6862 [6862] 05/26/07 20:07:34 bitsweat Routing: respond with 405 Method Not Allowed status when the route path …
(edit) @6611 [6611] 04/28/07 15:57:29 david Removed breakpointer and Binding.of_caller in favor of relying on …
(edit) @6178 [6178] 02/20/07 22:09:12 david Added .erb and .builder as preferred aliases to the now deprecated .rhtml …
(edit) @5966 [5966] 01/17/07 00:43:53 bitsweat RecordInvalid, RecordNotSaved => 422 Unprocessable Entity, …
(edit) @5941 [5941] 01/15/07 07:17:58 nzkoz Improve the documentation for customising your rescue actions. Closes …
(edit) @5771 [5771] 12/22/06 00:27:39 bitsweat Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid …
(edit) @5757 [5757] 12/19/06 23:16:10 bitsweat Silence log_error deprecation warnings from inspecting deprecated instance …
(edit) @5706 [5706] 12/08/06 22:19:00 bitsweat Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.
(edit) @5504 [5504] 11/13/06 02:03:50 bitsweat test controller rescues
(edit) @5243 [5243] 10/09/06 00:40:05 david Fixed that rescue template path shouldn't be hardcoded, then it's easier …
(edit) @5212 [5212] 09/30/06 01:38:22 rick Fixed some deprecation warnings in ActionPack [Rick Olson]
(edit) @5129 [5129] 09/17/06 16:20:32 david Added proper getters and setters for content type and charset [DHH] Added …
(edit) @4955 [4955] 09/03/06 23:51:34 david Changed that uncaught exceptions raised any where in the application will …
(edit) @4885 [4885] 08/31/06 03:16:28 bitsweat Tighten rescue clauses. Closes #5985.
(edit) @4715 [4715] 08/07/06 12:40:14 bitsweat Deprecate direct usage of @params. Update ActionView::Base for instance …
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @4310 [4310] 04/29/06 18:10:14 marcel Replace Ruby's deprecated append_features in favor of included. [Marcel …
(edit) @3892 [3892] 03/16/06 03:31:40 david Added protection against proxy setups treating requests as local even when …
(edit) @2749 [2749] 10/26/05 13:20:46 david Fixed docs (closes #2468)
(edit) @1952 [1952] 07/28/05 17:41:19 david Really fix the syntax error issue
(edit) @1948 [1948] 07/27/05 14:17:47 david More fixes, but still broken
(edit) @1945 [1945] 07/27/05 13:55:39 david Fixing the fix, but not quite
(edit) @1920 [1920] 07/25/05 09:39:57 david Fixed broken error handling #1827 [Stefan Kaes]
(edit) @1827 [1827] 07/14/05 00:34:27 ulysses Fix rescue handling to erase both render and redirect results
(edit) @1348 [1348] 05/21/05 18:51:08 david Added DoubleRenderError exception that'll be raised if render* is called …
(edit) @986 [986] 03/23/05 12:03:30 david Tweaked the rescue with breakpoint, still not perfect
(edit) @638 [638] 02/16/05 16:39:14 david Enable diagnostics screen again
(edit) @617 [617] 02/15/05 01:45:35 david A hopefully more successful attempt at the Routing branch merge
(edit) @616 [616] 02/15/05 01:24:55 david Backed out of routing merge.. investigating missing patches
(edit) @614 [614] 02/15/05 00:51:02 david Merged back the Routing branch
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @194 [194] 12/16/04 17:45:37 david Updated documentation
(edit) @103 [103] 12/09/04 19:48:32 david Added breakpoint retries on rescue screens
(edit) @51 [51] 12/06/04 18:25:01 david Syntax errors and other exceptions thrown outside of an action are now …
(edit) @30 [30] 11/30/04 17:11:40 david Pass on the original exception
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.