aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates
Commit message (Expand)AuthorAgeFilesLines
* Purge empty filesJeremy Kemper2007-09-118-0/+0
* Removed ActionController::Base.scaffold -- it went through the whole idea of ...David Heinemeier Hansson2007-09-0910-118/+0
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-20/+0
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2113-0/+263
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-2013-263/+0
* test controller rescuesJeremy Kemper2006-11-131-8/+8
* Fix scaffolding from using deprecated :post => true (closes #6499)David Heinemeier Hansson2006-10-261-1/+1
* Fix deprecation warnings when rendering the template error template.Jamis Buck2006-10-161-1/+1
* Fixed that some 500 rescues would cause 500's themselves because the response...David Heinemeier Hansson2006-10-091-1/+1
* Deprecation cleanup for rescues (closes #6339) [adam]David Heinemeier Hansson2006-10-091-4/+4
* use instance vars in rescue templates since controller may not be instantiate...Jeremy Kemper2006-10-022-5/+5
* Deprecate @responseJeremy Kemper2006-09-292-5/+5
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-2/+2
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+1
* Remove problematic control chars in rescue template. (closes #5316)Jamis Buck2006-06-081-4/+4
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-251-1/+1
* Update the diagnostics template skip the useless '<controller not set>' text.Nicholas Seckar2006-04-041-2/+4
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-201-1/+1
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-141-1/+1
* Don'tt abort rake when rendering the _trace.rhtml templateNicholas Seckar2006-03-111-1/+1
* Correct the case of the CSS declarations. [Blair Zajac] Closes #3171Michael Koziarski2006-01-131-4/+4
* Remove the unused, slow response_dump and session_dump variables from error p...Jeremy Kemper2005-11-161-2/+0
* Fix line number detection and escape RAILS_ROOT in backtrace RegexpNicholas Seckar2005-10-271-3/+0
* Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error tracesNicholas Seckar2005-10-271-1/+1
* Proper CSS color definition (closes #2334)David Heinemeier Hansson2005-10-261-1/+1
* Abbreviate RAILS_ROOT in tracesJamis Buck2005-10-191-0/+5
* Update error trace templatesNicholas Seckar2005-10-181-15/+18
* Add missing fileNicholas Seckar2005-10-161-0/+21
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-152-15/+6
* Take retry with breakpoint out until we fix itDavid Heinemeier Hansson2005-10-151-1/+1
* Fixed dynamic scaffolding [Stefan Kaes]David Heinemeier Hansson2005-07-271-1/+1
* Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11...David Heinemeier Hansson2005-07-021-0/+2
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-125-27/+27
* CSS needs "red" not #redDavid Heinemeier Hansson2005-06-061-1/+1
* Fixed scaffolding to use the latest styleDavid Heinemeier Hansson2005-06-022-1/+3
* Removed dumping of template assigns on the rescue page as it would very easil...David Heinemeier Hansson2005-04-301-7/+0
* Fixed error handling of broken layouts #1115 [Michael Schubert]David Heinemeier Hansson2005-04-171-1/+1
* Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net]David Heinemeier Hansson2005-04-021-0/+3
* Improved the message display on the exception handler pages #963 [Johan Soren...David Heinemeier Hansson2005-03-313-6/+9
* Tweaked the rescue with breakpoint, still not perfectDavid Heinemeier Hansson2005-03-231-9/+10
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-3/+5
* Added new keyword to specify load paths as being component based. Added bette...David Heinemeier Hansson2005-02-201-1/+1
* Gives Rescues some Love #680David Heinemeier Hansson2005-02-202-2/+10
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-0/+8
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-8/+0
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-0/+8
* Fixed three issues with retrying breakpoints #417 [Florian Gross]David Heinemeier Hansson2005-01-101-4/+7
* Added POST support for the breakpoint retries, so form processing that raises...David Heinemeier Hansson2004-12-181-1/+12
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-0/+36
* Display error messages on scaffolded form pagesDavid Heinemeier Hansson2004-12-122-0/+2