Template is missing
Missing template endorsements/index.erb in view path app/views
Any help? Thanks.
--
You received this message because you are subscribed to the Google Groups "Haml" group.
To post to this group, send email to ha...@googlegroups.com.
To unsubscribe from this group, send email to haml+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.
On Jan 1, 11:29 pm, Nathan Weizenbaum <nex...@gmail.com> wrote:
> Are you sure you've restarted the server? Do you see any errors when you
> start it up?
>
>
>
> On Fri, Jan 1, 2010 at 11:20 PM, Ryan <ryan.mckil...@gmail.com> wrote:
> > Hello, just trying to use Haml for the first time. I installed the
> > plugin and can see it in /vendor/plugins/haml. I removed an
> > index.html.erb review and created a index.html.haml view, but the
> > browser is giving me this:
>
> > Template is missing
> > Missing template endorsements/index.erb in view path app/views
>
> > Any help? Thanks.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Haml" group.
> > To post to this group, send email to ha...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > haml+uns...@googlegroups.com <haml%2Bunsu...@googlegroups.com>.
To unsubscribe from this group, send email to haml+uns...@googlegroups.com.
Installed HAML:
haml (2.2.16, 2.2.15, 2.2.9, 2.2.3)
haml-edge (2.3.100, 2.3.99, 2.3.60, 2.3.27)
Renamed a template:
ike@shirma:~/Z/shakodat$ ls -l app/views/authors/
total 16
-rwxrwxrw- 1 ike ike 517 2009-07-25 15:00 edit.html.erb
-rwxr-xr-- 1 ike ike 870 2010-01-08 15:51 index.html.haml
-rwxrwxrw- 1 ike ike 411 2009-07-25 12:51 new.html.erb
-rwxrwxrw- 1 ike ike 250 2009-07-25 12:54 show.html.erb
ike@shirma:~/Z/shakodat$
And got
ActionView::MissingTemplate (Missing template authors/index.erb in
view path app/views):
app/controllers/authors_controller.rb:12:in `index'
Rendering rescues/layout (internal_server_error)