aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 0735f4a36a..38f0f470a9 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -10,8 +10,6 @@
* Don't detach or fork for script/server tailing [Nicholas Seckar]
-* Added automatic browser launching on OS X when starting script/server [DHH]
-
* Changed all script/* to use #!/usr/bin/env ruby instead of hard-coded Ruby path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that don't have Ruby in path [DHH]
* Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesn't wreck havok [DHH] #2660