aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-09 21:15:41 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-09 21:15:41 +0000
commit5879a2e9192dc9b6e1e17d2b6d14b26df96ff41b (patch)
tree683ab8ee56964be7acabfe98955cc941f2daac01 /railties/CHANGELOG
parent3661eacfbde129ea1ed4dbecf1789175c80ce73b (diff)
downloadrails-5879a2e9192dc9b6e1e17d2b6d14b26df96ff41b.tar.gz
rails-5879a2e9192dc9b6e1e17d2b6d14b26df96ff41b.tar.bz2
rails-5879a2e9192dc9b6e1e17d2b6d14b26df96ff41b.zip
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 dont have Ruby in path [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2959 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 4a02b8c226..2abf4f9d9a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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 doesn'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
* Correct versioning in :freeze_gems Rake task. #2778 [jakob@mentalized.net, Jeremy Kemper]