aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 09:07:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 09:07:43 +0000
commit17ef7067c86be4e01ac8320ade4f2787c9d7aa57 (patch)
tree3be29c1525081ab0cc4e1a1a2520fadad06b8910 /railties/CHANGELOG
parentb33557b6221c0d9f4d0a7374771b9272c48951a8 (diff)
downloadrails-17ef7067c86be4e01ac8320ade4f2787c9d7aa57.tar.gz
rails-17ef7067c86be4e01ac8320ade4f2787c9d7aa57.tar.bz2
rails-17ef7067c86be4e01ac8320ade4f2787c9d7aa57.zip
Added -m/--mime-types option to the WEBrick server, so you can specify a Apache-style mime.types file to load #2059 [ask@develooper.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2175 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 81de077c39..06183484a4 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,8 +1,10 @@
*SVN*
+* Added -m/--mime-types option to the WEBrick server, so you can specify a Apache-style mime.types file to load #2059 [ask@develooper.com]
+
* Added -c/--svn option to the generator that'll add new files and remove destroyed files using svn add/revert/remove as appropriate #2064 [kevin.clark@gmail.com]
-* Added -c/--charset option to WEBrick controller, so you can specify a default charset (which without changes is UTF-8) #2084 [wejn@box.cz]
+* Added -c/--charset option to WEBrick server, so you can specify a default charset (which without changes is UTF-8) #2084 [wejn@box.cz]
* Make the default stats task extendable by modifying the STATS_DIRECTORIES constant