そしてconfig.ruを編集してやる。 $ vi myapp2/config.ru -------------------------------------------------------------------------------------- require ::File.expand_path('../config/environment', _FILE_) map ActionController::Base.config.relative_url_root || "/" do run Rails.application end XBTIT
そしてconfig.ruを編集してやる。 $ vi myapp2/config.ru --------------------------------------------------------...
=======================================
http://ift.tt/1abnmbU
May 26, 2016 at 02:53PM
=======================================
そしてconfig.ruを編集してやる。
$ vi myapp2/config.ru
--------------------------------------------------------------------------------------
require ::File.expand_path('../config/environment', _FILE_)
map ActionController::Base.config.relative_url_root || "/" do
run Rails.application
end
$ vi myapp2/config.ru
--------------------------------------------------------------------------------------
require ::File.expand_path('../config/environment', _FILE_)
map ActionController::Base.config.relative_url_root || "/" do
run Rails.application
end
http://ift.tt/1abnmbU
May 26, 2016 at 02:53PM
コメント
コメントを投稿