diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-01-30 04:08:05 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-01-30 04:08:05 +0000 |
commit | f8bcfa6e042e7f953f1e7bd16195b2200a6dfc45 (patch) | |
tree | 97905be0fc871a6dad4da7441915058c42d1fca5 /railties/CHANGELOG | |
parent | 34df9be0e5bfcae1c84d1598bbcc3679314eca28 (diff) | |
download | rails-f8bcfa6e042e7f953f1e7bd16195b2200a6dfc45.tar.gz rails-f8bcfa6e042e7f953f1e7bd16195b2200a6dfc45.tar.bz2 rails-f8bcfa6e042e7f953f1e7bd16195b2200a6dfc45.zip |
Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework to be found in a different place than vendor/rails. Should be set in boot.rb. [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3496 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 f4b78a5927..76de230e28 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework to be found in a different place than vendor/rails. Should be set in boot.rb. [DHH] + * Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet #3433 [tom@craz8.com] * Fixed documentation tasks to work with Rake 0.7.0 #3563 [kazuhiko@fdiary.net] |