aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2006-03-13 02:11:59 +0000
committerSam Stephenson <sam@37signals.com>2006-03-13 02:11:59 +0000
commit3589871de82c12123f62c80b4924d2696412065c (patch)
tree8f420e61f86e6860a63cb9bbcc812962954d359f /actionpack/CHANGELOG
parent955583aed4668981ee32dadcdc7e3c35e83d3adf (diff)
downloadrails-3589871de82c12123f62c80b4924d2696412065c.tar.gz
rails-3589871de82c12123f62c80b4924d2696412065c.tar.bz2
rails-3589871de82c12123f62c80b4924d2696412065c.zip
Added simple alert() notifications for RJS exceptions when config.action_view.debug_rjs = true. Set debug_rjs = true for the default development environment.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3856 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 5924b240da..aa1ddd1a08 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added simple alert() notifications for RJS exceptions when config.action_view.debug_rjs = true. [Sam Stephenson]
+
* Added :content_type option to render, so you can change the content type on the fly [DHH]. Example: render :action => "atom.rxml", :content_type => "application/atom+xml"
* CHANGED DEFAULT: The default content type for .rxml is now application/xml instead of type/xml, see http://www.xml.com/pub/a/2004/07/21/dive.html for reason [DHH]