-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no such file to load -- config/app/marley (LoadError) #1
Comments
Hi David, sorry for the late reply. Apparently, your rackup cannot find the Karel |
Why does marley's repository have the config.ru in the root marley directory and not in config? Having config.ru in the root marley directory, where it is by default, incurs the following error in log/thin.log:
However, moving config.ru into the config directory then incurs the following error in my log:
The problem appears to be with Line 6 of config.ru:
Instead of referencing app/marley.rb in the current directory, I need to reference it from the parent directory, but after much Googling I couldn't figure out how to do that. |
I fixed it doing |
vpereira, thank you so much! This did work for me! |
Hi David, yes, that's related to the last commit on master, there're some fixes dangling in the forks which I crappily enough haven't yet found time to incorporate, sorry for that... |
I followed the instructions, set up my app per the README, successfully deployed via capistrano, but I cannot start the server! I have no idea what gives! rake server:start appears to fire up thin, which immediately exits and dumps the following in thin's log file:
I have tried for hours to get this to work by moving files around (even trying to have config.ru in both APP_ROOT/ and APP_ROOT/config/), attempting to override the rackup path in a thin config file to no avail, and even updating the rack and thin gems on my server to their latest versions. Nothing seems to work!
The text was updated successfully, but these errors were encountered: