sam / harbor

Harbor is a Ruby Web Framework.
https://github.com/sam/harbor
MIT License
3 stars 6 forks source link

Fixes some tests, important update to Harbor::View.exists?, Erubis is default #31

Closed Bauerpauer closed 12 years ago

Bauerpauer commented 12 years ago

If nothing is in Harbor::View.paths, you end up w/ a glob like {}/**/index.html.erb, which searches all the things. That, plus fixes a couple Form Helper tests.

Bauerpauer commented 12 years ago

2nd commit just requires erubis before tilt. Not sure what the concern about handling LoadError's is about, erubis is in the gemspec. Would close #26 if accepted.

fgrehm commented 12 years ago

Ooooops, didn't think about that one :P