Skip to content
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

Missleading error when LoadError in custom app.rb #145

Open
vass-david opened this issue Feb 4, 2014 · 1 comment
Open

Missleading error when LoadError in custom app.rb #145

vass-david opened this issue Feb 4, 2014 · 1 comment

Comments

@vass-david
Copy link

Shows

Errno::ENOENT at /
No such file or directory - /home/david/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/nesta-0.9.13/views/index.haml

instead of

LoadError: cannot load such file -- ...

Come across that bug when forgot to bundle or had a typo in require statements. Instead of showing LoadError it just ignores the whole custom app.rb in my app directory.

@gma
Copy link
Owner

gma commented Feb 4, 2014

Okay, thanks for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants