Hey Ryan! Welcome to rails! To prevent your frustration in the future, here's a simple rule to follow:
If you change anything in a rails application that isn't in app/, restart the server. Notice I didn't say "you must restart the server" because there are some things outside of app/ that don't require a restart. But for beginners like you, it's sufficient and restarting a server takes only a few seconds. After working with rails for a while, you'll learn what needs a restart and what doesn't. :brad PS: this advice does not pertain if you're modifying a production environment (which you shouldn't do in the first place without a deployment mechanism). On Sat, Jan 2, 2010 at 1:48 AM, Ryan <[email protected]> wrote: > I didn't restart the server. I'm brand new to Rails. Thanks! > > On Jan 1, 11:29 pm, Nathan Weizenbaum <[email protected]> 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 <[email protected]> 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 [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<haml%[email protected]>< > haml%[email protected]<haml%[email protected]> > >. > > > For more options, visit this group at > > >http://groups.google.com/group/haml?hl=en. > > -- > > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > > -- Bradley Grzesiak [email protected] * You have received an email from my personal account. Please do not divulge this address to any website (eg: evite, shutterfly, etc). I have another address for such uses; please ask me for it. -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
