aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-20 22:41:35 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-20 22:41:35 +0000
commit20e3cfe52d294893ad46307440e4acf1f02165ea (patch)
treeb555bce70a9841d06b731eb8fe76697cd8c708d7 /railties/CHANGELOG
parenta61360688cd0e1f43f523866384d0d0796a4ea73 (diff)
downloadrails-20e3cfe52d294893ad46307440e4acf1f02165ea.tar.gz
rails-20e3cfe52d294893ad46307440e4acf1f02165ea.tar.bz2
rails-20e3cfe52d294893ad46307440e4acf1f02165ea.zip
Combined the script/environment.rb used for gems and regular files version. If vendor/rails/* has all the frameworks, then files version is used, otherwise gems #878 [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@946 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 99a86a00bc..c92fcb6760 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Combined the script/environment.rb used for gems and regular files version. If vendor/rails/* has all the frameworks, then files version is used, otherwise gems #878 [Nicholas Seckar]
+
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke]
* Added script/runner which can be used to run code inside the environment by eval'ing the first parameter. Examples: