index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
templates
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence server backtrace in rescue templates and log files. Also remove some ...
Joshua Peek
2008-12-05
2
-4
/
+4
*
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 ActionController::Base.scaffold -- it went through the whole idea of ...
David Heinemeier Hansson
2007-09-09
10
-118
/
+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
13
-0
/
+263
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
13
-263
/
+0
*
test controller rescues
Jeremy Kemper
2006-11-13
1
-8
/
+8
*
Fix scaffolding from using deprecated :post => true (closes #6499)
David Heinemeier Hansson
2006-10-26
1
-1
/
+1
*
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 layout and content_for documentation to use yield rather than magic @c...
Marcel Molina
2006-04-25
1
-1
/
+1
*
Update the diagnostics template skip the useless '<controller not set>' text.
Nicholas Seckar
2006-04-04
1
-2
/
+4
*
My beautiful eyes [DHH]
David Heinemeier Hansson
2006-03-20
1
-1
/
+1
*
Add verification to scaffolds (generated and reflection based). Require POST...
Michael Koziarski
2006-03-14
1
-1
/
+1
*
Don'tt abort rake when rendering the _trace.rhtml template
Nicholas Seckar
2006-03-11
1
-1
/
+1
*
Correct the case of the CSS declarations. [Blair Zajac] Closes #3171
Michael Koziarski
2006-01-13
1
-4
/
+4
*
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
*
Proper CSS color definition (closes #2334)
David Heinemeier Hansson
2005-10-26
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
*
Fixed dynamic scaffolding [Stefan Kaes]
David Heinemeier Hansson
2005-07-27
1
-1
/
+1
*
Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11...
David Heinemeier Hansson
2005-07-02
1
-0
/
+2
*
r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700
Jeremy Kemper
2005-06-12
5
-27
/
+27
*
CSS needs "red" not #red
David Heinemeier Hansson
2005-06-06
1
-1
/
+1
*
Fixed scaffolding to use the latest style
David Heinemeier Hansson
2005-06-02
2
-1
/
+3
*
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
*
Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net]
David Heinemeier Hansson
2005-04-02
1
-0
/
+3
*
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
[next]