aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-11-19 21:01:25 +0000
committerRick Olson <technoweenie@gmail.com>2006-11-19 21:01:25 +0000
commitca2d704c75121fa15fc7bed642139daf15039de3 (patch)
tree1712db381906f6a8fd8db1dc756ce6cbb7a626fc /railties/CHANGELOG
parentbc6f0d2f30bb9b052d67e79d917bb6b8c6cfb1f8 (diff)
downloadrails-ca2d704c75121fa15fc7bed642139daf15039de3.tar.gz
rails-ca2d704c75121fa15fc7bed642139daf15039de3.tar.bz2
rails-ca2d704c75121fa15fc7bed642139daf15039de3.zip
Add custom mime type file for mongrel. config/mime.yml is added with generated apps from the rails command. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5571 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b0e6bb04e7..0d1c70f5cc 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add custom mime type file for mongrel. config/mime.yml is added with generated apps from the rails command. [Rick Olson]
+
* Update to Prototype 1.5.0_rc2 [5550] which makes it work in Opera again [Thomas Fuchs]
* Make sure that exceptions which are thrown outside of the user code try their best to be handeled in ApplicationController#rescue_action [Tobias Luetke]