gma / nesta

File Based CMS and Static Site Generator
http://nestacms.com
MIT License
902 stars 121 forks source link

Missleading error when LoadError in custom app.rb #145

Open vass-david opened 10 years ago

vass-david commented 10 years ago

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 commented 10 years ago

Okay, thanks for reporting it.