| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup around partial rendering | Ryan Bates | 2008-08-21 | 2 | -4/+4 |
* | Made ActionView::Base#render_file private | Joshua Peek | 2008-06-25 | 2 | -4/+4 |
* | Make rescue template xhtml compatible [Sam Ruby] [#415 status:resolved] | Pratik Naik | 2008-06-13 | 1 | -1/+1 |
* | Remove ERB trim variables from trace template in case ActionView::Base.erb_tr... | Rick Olson | 2008-02-07 | 1 | -5/+5 |
* | Purge empty files | Jeremy Kemper | 2007-09-11 | 8 | -0/+0 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -20/+0 |
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 8 | -0/+145 |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 8 | -145/+0 |
* | test controller rescues | Jeremy Kemper | 2006-11-13 | 1 | -8/+8 |
* | Fix deprecation warnings when rendering the template error template. | Jamis Buck | 2006-10-16 | 1 | -1/+1 |
* | Fixed that some 500 rescues would cause 500's themselves because the response... | David Heinemeier Hansson | 2006-10-09 | 1 | -1/+1 |
* | Deprecation cleanup for rescues (closes #6339) [adam] | David Heinemeier Hansson | 2006-10-09 | 1 | -4/+4 |
* | use instance vars in rescue templates since controller may not be instantiate... | Jeremy Kemper | 2006-10-02 | 2 | -5/+5 |
* | Deprecate @response | Jeremy Kemper | 2006-09-29 | 2 | -5/+5 |
* | Deprecation: @request will be removed after 1.2. Use the request method instead. | Jeremy Kemper | 2006-09-29 | 1 | -2/+2 |
* | Deprecate direct usage of @params. Update ActionView::Base for instance var d... | Jeremy Kemper | 2006-08-07 | 1 | -1/+1 |
* | Remove problematic control chars in rescue template. (closes #5316) | Jamis Buck | 2006-06-08 | 1 | -4/+4 |
* | Update the diagnostics template skip the useless '<controller not set>' text. | Nicholas Seckar | 2006-04-04 | 1 | -2/+4 |
* | Don'tt abort rake when rendering the _trace.rhtml template | Nicholas Seckar | 2006-03-11 | 1 | -1/+1 |
* | Remove the unused, slow response_dump and session_dump variables from error p... | Jeremy Kemper | 2005-11-16 | 1 | -2/+0 |
* | Fix line number detection and escape RAILS_ROOT in backtrace Regexp | Nicholas Seckar | 2005-10-27 | 1 | -3/+0 |
* | Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces | Nicholas Seckar | 2005-10-27 | 1 | -1/+1 |
* | Abbreviate RAILS_ROOT in traces | Jamis Buck | 2005-10-19 | 1 | -0/+5 |
* | Update error trace templates | Nicholas Seckar | 2005-10-18 | 1 | -15/+18 |
* | Add missing file | Nicholas Seckar | 2005-10-16 | 1 | -0/+21 |
* | Clean up error pages by providing better backtraces | Nicholas Seckar | 2005-10-15 | 2 | -15/+6 |
* | Take retry with breakpoint out until we fix it | David Heinemeier Hansson | 2005-10-15 | 1 | -1/+1 |
* | Removed dumping of template assigns on the rescue page as it would very easil... | David Heinemeier Hansson | 2005-04-30 | 1 | -7/+0 |
* | Fixed error handling of broken layouts #1115 [Michael Schubert] | David Heinemeier Hansson | 2005-04-17 | 1 | -1/+1 |
* | Improved the message display on the exception handler pages #963 [Johan Soren... | David Heinemeier Hansson | 2005-03-31 | 3 | -6/+9 |
* | Tweaked the rescue with breakpoint, still not perfect | David Heinemeier Hansson | 2005-03-23 | 1 | -9/+10 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 1 | -3/+5 |
* | Added new keyword to specify load paths as being component based. Added bette... | David Heinemeier Hansson | 2005-02-20 | 1 | -1/+1 |
* | Gives Rescues some Love #680 | David Heinemeier Hansson | 2005-02-20 | 2 | -2/+10 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+8 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -8/+0 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+8 |
* | Fixed three issues with retrying breakpoints #417 [Florian Gross] | David Heinemeier Hansson | 2005-01-10 | 1 | -4/+7 |
* | Added POST support for the breakpoint retries, so form processing that raises... | David Heinemeier Hansson | 2004-12-18 | 1 | -1/+12 |
* | Added breakpoint retries on rescue screens | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+2 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 3 | -17/+5 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 6 | -0/+109 |