提交 bb9975fb 编写于 作者: D David Heinemeier Hansson

File.expand_path in config/environment.rb would fail when dealing with...

File.expand_path in config/environment.rb would fail when dealing with symlinked public directories [mjobin].

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@208 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 604a0946
*SVN*
* File.expand_path in config/environment.rb would fail when dealing with symlinked public directories [mjobin].
*0.9.1*
* Upgraded to Action Pack 1.0.1 for important bug fix
......
RAILS_ROOT = File.expand_path(File.dirname(__FILE__) + "/../")
RAILS_ROOT = File.dirname(__FILE__) + "/../"
RAILS_ENV = ENV['RAILS_ENV'] || 'development'
......
RAILS_ROOT = File.expand_path(File.dirname(__FILE__) + "/../")
RAILS_ROOT = File.dirname(__FILE__) + "/../"
RAILS_ENV = ENV['RAILS_ENV'] || 'development'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册