Bugs: Browse | Submit New | Admin

[#29552] Railroad failed to run under Ruby 1.9.2

Date:
2012-04-04 21:32
Priority:
3
Submitted By:
Aziz Latypov (niceweekend)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Railroad failed to run under Ruby 1.9.2

Detailed description
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.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item