Installed railroad '0.5.0' on ruby version 1.9.2 and after trying usual rialroad -v -M got an error that it can not
load the application environment.
Actually, I've fixed it on my own (it need just replacing the strings kind of "require 'config/environment'"
with "require './config/environment'".
But for me more correct way will be creating a root_path variable. |