diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-11-19 21:12:22 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-11-19 21:12:22 +0000 |
commit | 5999fdd3f30c64e340b64be1a64aa16323c6c69e (patch) | |
tree | 141f568dc04c5033e6acd79e332c2c629bc334ab /railties/CHANGELOG | |
parent | ca2d704c75121fa15fc7bed642139daf15039de3 (diff) | |
download | rails-5999fdd3f30c64e340b64be1a64aa16323c6c69e.tar.gz rails-5999fdd3f30c64e340b64be1a64aa16323c6c69e.tar.bz2 rails-5999fdd3f30c64e340b64be1a64aa16323c6c69e.zip |
Use custom mime file for script/server mongrel if config/mime.yml exists. Pass --mime=other/path for a custom mime file. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5572 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 0d1c70f5cc..939c771889 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Use custom mime file for script/server mongrel if config/mime.yml exists. Pass --mime=other/path for a custom mime file. [Rick Olson] + * 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] |