Skip to content

Commit

Permalink
r3120@asus: jeremy | 2005-11-16 13:34:45 -0800
Browse files Browse the repository at this point in the history
 Apply [3060] to stable.  Remove the unused, slow response_dump and session_dump variables from error pages.  Closes #1222.


git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@3061 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Nov 16, 2005
1 parent 113c815 commit 1ec7fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*SVN*

* Remove the unused, slow response_dump and session_dump variables from error pages. #1222 [lmarlow@yahoo.com]

* Update to latest script.aculo.us version (as of [3031])

* Update documentation for render :file. #2858 [Tom Werner]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
request_parameters_without_action.delete("controller")

request_dump = request_parameters_without_action.inspect.gsub(/,/, ",\n")
session_dump = @request.session.instance_variable_get("@data").inspect.gsub(/,/, ",\n")
response_dump = @response.inspect.gsub(/,/, ",\n")
%>

<h2 style="margin-top: 30px">Request</h2>
Expand Down

0 comments on commit 1ec7fb6

Please sign in to comment.