You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Shows
instead of
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.
The text was updated successfully, but these errors were encountered: