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

root/trunk/actionpack/lib/action_controller/templates


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8813 [8813] 02/07/08 17:06:53 rick Remove ERB trim variables from trace template in case …
(edit) @7465 [7465] 09/11/07 19:54:06 bitsweat Purge empty files
(edit) @7429 [7429] 09/09/07 22:26:36 david Removed ActionController::Base.scaffold -- it went through the whole idea …
(edit) @6611 [6611] 04/28/07 15:57:29 david Removed breakpointer and Binding.of_caller in favor of relying on …
(edit) @6180 [6180] 02/21/07 00:29:44 david Apply the rest of Chads patch
(edit) @6178 [6178] 02/20/07 22:09:12 david Added .erb and .builder as preferred aliases to the now deprecated .rhtml …
(edit) @5504 [5504] 11/13/06 02:03:50 bitsweat test controller rescues
(edit) @5366 [5366] 10/26/06 15:56:48 david Fix scaffolding from using deprecated :post => true (closes #6499)
(edit) @5315 [5315] 10/16/06 19:59:46 minam Fix deprecation warnings when rendering the template error template.
(edit) @5241 [5241] 10/09/06 00:21:47 david Fixed that some 500 rescues would cause 500's themselves because the …
(edit) @5239 [5239] 10/09/06 00:17:11 david Deprecation cleanup for rescues (closes #6339) [adam]
(edit) @5217 [5217] 10/02/06 16:32:51 bitsweat use instance vars in rescue templates since controller may not be …
(edit) @5207 [5207] 09/29/06 08:26:45 bitsweat Deprecate @response
(edit) @5201 [5201] 09/29/06 07:34:02 bitsweat Deprecation: @request will be removed after 1.2. Use the request method …
(edit) @4715 [4715] 08/07/06 12:40:14 bitsweat Deprecate direct usage of @params. Update ActionView::Base for instance …
(edit) @4445 [4445] 06/08/06 16:18:10 minam Remove problematic control chars in rescue template. (closes #5316)
(edit) @4262 [4262] 04/25/06 04:03:51 marcel Update layout and content_for documentation to use yield rather than magic …
(edit) @4158 [4158] 04/04/06 19:37:29 ulysses Update the diagnostics template skip the useless '<controller not set>' …
(edit) @3993 [3993] 03/20/06 05:39:13 david My beautiful eyes [DHH]
(edit) @3864 [3864] 03/14/06 01:57:12 nzkoz Add verification to scaffolds (generated and reflection based). Require …
(edit) @3839 [3839] 03/11/06 02:53:39 ulysses Don'tt abort rake when rendering the _trace.rhtml template
(edit) @3416 [3416] 01/13/06 21:28:51 nzkoz Correct the case of the CSS declarations. [Blair Zajac] Closes #3171
(edit) @3060 [3060] 11/16/05 21:34:24 bitsweat Remove the unused, slow response_dump and session_dump variables from …
(edit) @2773 [2773] 10/27/05 21:58:39 ulysses Fix line number detection and escape RAILS_ROOT in backtrace Regexp
(edit) @2769 [2769] 10/27/05 17:09:00 ulysses Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces
(edit) @2751 [2751] 10/26/05 13:26:51 david Proper CSS color definition (closes #2334)
(edit) @2688 [2688] 10/19/05 15:56:21 minam Abbreviate RAILS_ROOT in traces
(edit) @2677 [2677] 10/18/05 14:08:05 ulysses Update error trace templates
(edit) @2643 [2643] 10/16/05 13:10:32 ulysses Add missing file
(edit) @2624 [2624] 10/15/05 19:05:15 ulysses Clean up error pages by providing better backtraces
(edit) @2597 [2597] 10/15/05 01:09:34 david Take retry with breakpoint out until we fix it
(edit) @1940 [1940] 07/27/05 11:44:18 david Fixed dynamic scaffolding [Stefan Kaes]
(edit) @1605 [1605] 07/02/05 11:21:25 david Added a DOCTYPE of HTML transitional to the HTML files generated by Rails …
(edit) @1404 [1404] 06/12/05 05:33:23 bitsweat r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 Branch to have scaffold …
(edit) @1388 [1388] 06/06/05 09:48:48 david CSS needs "red" not #red
(edit) @1380 [1380] 06/02/05 20:13:02 david Fixed scaffolding to use the latest style
(edit) @1246 [1246] 04/30/05 08:19:14 david Removed dumping of template assigns on the rescue page as it would very …
(edit) @1173 [1173] 04/17/05 06:11:58 david Fixed error handling of broken layouts #1115 [Michael Schubert]
(edit) @1067 [1067] 04/02/05 09:11:17 david Added pagination for scaffolding (10 items per page) #964
(edit) @1048 [1048] 03/31/05 14:46:11 david Improved the message display on the exception handler pages #963 [Johan …
(edit) @986 [986] 03/23/05 12:03:30 david Tweaked the rescue with breakpoint, still not perfect
(edit) @984 [984] 03/23/05 11:48:10 david Improved error reporting especially around never shallowing exceptions. …
(edit) @713 [713] 02/20/05 13:50:13 david Added new keyword to specify load paths as being component based. Added …
(edit) @709 [709] 02/20/05 10:51:10 david Gives Rescues some Love #680
(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) @370 [370] 01/10/05 22:46:45 david Fixed three issues with retrying breakpoints #417 [Florian Gross]
(edit) @211 [211] 12/18/04 15:01:58 david Added POST support for the breakpoint retries, so form processing that …
(edit) @197 [197] 12/16/04 19:43:27 david Made the last tweaks before 0.9
(edit) @124 [124] 12/12/04 14:14:37 david Display error messages on scaffolded form pages
(edit) @103 [103] 12/09/04 19:48:32 david Added breakpoint retries on rescue screens
(edit) @62 [62] 12/07/04 11:43:21 david Added that ActiveRecordHelper#form now calls url_for on the :action …
(edit) @51 [51] 12/06/04 18:25:01 david Syntax errors and other exceptions thrown outside of an action are now …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.