I''m revisiting Rails as a web app solution, and my previous playtime with it had me using RHTML... now it''s outputting ERB files or something. That''s all fine, I understand that it''s evolving, etc. I''m sure ERB files are great compared to RHTML. Thing is, I''ve got my files sittin'' pretty in Dreamhost, but I''m getting this error: Template is missing Missing template /home/.wycliffe/rinalich/healinglightyoga.com/hlyoga/app/views/event/index.rhtml What should I do here...? Rename my erb files to rhtml? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jose Sierra wrote:> I''m revisiting Rails as a web app solution, and my previous playtime > with it had me using RHTML... now it''s outputting ERB files or > something. That''s all fine, I understand that it''s evolving, etc. I''m > sure ERB files are great compared to RHTML. > > Thing is, I''ve got my files sittin'' pretty in Dreamhost, but I''m getting > this error: > > Template is missing > > Missing template > /home/.wycliffe/rinalich/healinglightyoga.com/hlyoga/app/views/event/index.rhtml > > What should I do here...? Rename my erb files to rhtml?Never mind... I figured out what my problem was. My environment.rb file was set incorrectly to Rails 1.2.6. I switched it, and all set. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Just for future reference, RHTML files and ERb files are the same thing with a different file extension. :) --Jeremy On Mon, Feb 25, 2008 at 4:43 PM, Jose Sierra <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I''m revisiting Rails as a web app solution, and my previous playtime > with it had me using RHTML... now it''s outputting ERB files or > something. That''s all fine, I understand that it''s evolving, etc. I''m > sure ERB files are great compared to RHTML. > > Thing is, I''ve got my files sittin'' pretty in Dreamhost, but I''m getting > this error: > > Template is missing > > Missing template > /home/.wycliffe/rinalich/healinglightyoga.com/hlyoga/app/views/event/index.rhtml > > What should I do here...? Rename my erb files to rhtml? > -- > Posted via http://www.ruby-forum.com/. > > > >-- http://jeremymcanally.com/ http://entp.com Read my books: Ruby in Practice (http://manning.com/mcanally/) My free Ruby e-book (http://humblelittlerubybook.com/) Or, my blogs: http://mrneighborly.com http://rubyinpractice.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---