|
|
|
@8813
|
[8813]
|
02/07/08 17:06:53 |
rick |
Remove ERB trim variables from trace template in case … |
|
|
|
@7465
|
[7465]
|
09/11/07 19:54:06 |
bitsweat |
Purge empty files |
|
|
|
@6611
|
[6611]
|
04/28/07 15:57:29 |
david |
Removed breakpointer and Binding.of_caller in favor of relying on … |
|
|
|
@6180
|
[6180]
|
02/21/07 00:29:44 |
david |
Apply the rest of Chads patch |
|
|
|
@6178
|
[6178]
|
02/20/07 22:09:12 |
david |
Added .erb and .builder as preferred aliases to the now deprecated .rhtml … |
|
|
|
@5504
|
[5504]
|
11/13/06 02:03:50 |
bitsweat |
test controller rescues |
|
|
|
@5315
|
[5315]
|
10/16/06 19:59:46 |
minam |
Fix deprecation warnings when rendering the template error template. |
|
|
|
@5241
|
[5241]
|
10/09/06 00:21:47 |
david |
Fixed that some 500 rescues would cause 500's themselves because the … |
|
|
|
@5239
|
[5239]
|
10/09/06 00:17:11 |
david |
Deprecation cleanup for rescues (closes #6339) [adam] |
|
|
|
@5217
|
[5217]
|
10/02/06 16:32:51 |
bitsweat |
use instance vars in rescue templates since controller may not be … |
|
|
|
@5207
|
[5207]
|
09/29/06 08:26:45 |
bitsweat |
Deprecate @response |
|
|
|
@5201
|
[5201]
|
09/29/06 07:34:02 |
bitsweat |
Deprecation: @request will be removed after 1.2. Use the request method … |
|
|
|
@4715
|
[4715]
|
08/07/06 12:40:14 |
bitsweat |
Deprecate direct usage of @params. Update ActionView::Base for instance … |
|
|
|
@4445
|
[4445]
|
06/08/06 16:18:10 |
minam |
Remove problematic control chars in rescue template. (closes #5316) |
|
|
|
@4158
|
[4158]
|
04/04/06 19:37:29 |
ulysses |
Update the diagnostics template skip the useless '<controller not set>' … |
|
|
|
@3839
|
[3839]
|
03/11/06 02:53:39 |
ulysses |
Don'tt abort rake when rendering the _trace.rhtml template |
|
|
|
@3060
|
[3060]
|
11/16/05 21:34:24 |
bitsweat |
Remove the unused, slow response_dump and session_dump variables from … |
|
|
|
@2773
|
[2773]
|
10/27/05 21:58:39 |
ulysses |
Fix line number detection and escape RAILS_ROOT in backtrace Regexp |
|
|
|
@2769
|
[2769]
|
10/27/05 17:09:00 |
ulysses |
Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces |
|
|
|
@2688
|
[2688]
|
10/19/05 15:56:21 |
minam |
Abbreviate RAILS_ROOT in traces |
|
|
|
@2677
|
[2677]
|
10/18/05 14:08:05 |
ulysses |
Update error trace templates |
|
|
|
@2643
|
[2643]
|
10/16/05 13:10:32 |
ulysses |
Add missing file |
|
|
|
@2624
|
[2624]
|
10/15/05 19:05:15 |
ulysses |
Clean up error pages by providing better backtraces |
|
|
|
@2597
|
[2597]
|
10/15/05 01:09:34 |
david |
Take retry with breakpoint out until we fix it |
|
|
|
@1246
|
[1246]
|
04/30/05 08:19:14 |
david |
Removed dumping of template assigns on the rescue page as it would very … |
|
|
|
@1173
|
[1173]
|
04/17/05 06:11:58 |
david |
Fixed error handling of broken layouts #1115 [Michael Schubert] |
|
|
|
@1048
|
[1048]
|
03/31/05 14:46:11 |
david |
Improved the message display on the exception handler pages #963 [Johan … |
|
|
|
@986
|
[986]
|
03/23/05 12:03:30 |
david |
Tweaked the rescue with breakpoint, still not perfect |
|
|
|
@984
|
[984]
|
03/23/05 11:48:10 |
david |
Improved error reporting especially around never shallowing exceptions. … |
|
|
|
@713
|
[713]
|
02/20/05 13:50:13 |
david |
Added new keyword to specify load paths as being component based. Added … |
|
|
|
@709
|
[709]
|
02/20/05 10:51:10 |
david |
Gives Rescues some Love #680 |
|
|
|
@617
|
[617]
|
02/15/05 01:45:35 |
david |
A hopefully more successful attempt at the Routing branch merge |
|
|
|
@616
|
[616]
|
02/15/05 01:24:55 |
david |
Backed out of routing merge.. investigating missing patches |
|
|
|
@614
|
[614]
|
02/15/05 00:51:02 |
david |
Merged back the Routing branch |
|
|
|
@370
|
[370]
|
01/10/05 22:46:45 |
david |
Fixed three issues with retrying breakpoints #417 [Florian Gross] |
|
|
|
@211
|
[211]
|
12/18/04 15:01:58 |
david |
Added POST support for the breakpoint retries, so form processing that … |
|
|
|
@103
|
[103]
|
12/09/04 19:48:32 |
david |
Added breakpoint retries on rescue screens |
|
|
|
@51
|
[51]
|
12/06/04 18:25:01 |
david |
Syntax errors and other exceptions thrown outside of an action are now … |
|
|
|
@4
|
[4]
|
11/24/04 01:04:44 |
david |
Initial |