sam / harbor

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

Views should be upgraded to Tilt #5

Closed sam closed 12 years ago

sam commented 12 years ago

View rendering should use a defined preference. ie: erb, haml, json, etc.

You shouldn't have to specify which view you want to render with a render call. It should simply glob the matching views and use the defined precedence.

Must maintain the ability to override views.

View paths should be relative to the application. Sure you can manually add additional paths, but you shouldn't have to if you're just using the convention of having a views folder at the root of your project.

sam commented 12 years ago

I'm going to call this done. If we come up with additional issues, or want to support additional engines we'll create new tickets.