hi, in rails3 im getting suddenly this: ActionView::MissingTemplate in Events#new Showing /home/tom/ror/myapp/app/views/events/_form.html.erb where line #49 raised: line 49 in _form.rhtml is: <%= render :partial=>''events/form_test'', :locals=>{:f=>f} %> the form/file is present. with or without specifying the folder i get this message. whats wrong here? appreciate ur time thx -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Is _form_test.html.erb present in your events/ folder? It sounds like you''re probably missing your actual partial template. David On Sat, Oct 1, 2011 at 8:41 PM, der_tom <tomabroad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi, > in rails3 im getting suddenly this: > ActionView::MissingTemplate in Events#new > > Showing /home/tom/ror/myapp/app/views/events/_form.html.erb where line > #49 raised: > > line 49 in _form.rhtml is: > > <%= render :partial=>''events/form_test'', :locals=>{:f=>f} %> > > the form/file is present. with or without specifying the folder i get > this message. > > whats wrong here? > appreciate ur time > thx > > > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
crap, fileextension was rhtml. thx On Sat, Oct 1, 2011 at 11:32 PM, David Chua <zhchua-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is _form_test.html.erb present in your events/ folder? > > It sounds like you''re probably missing your actual partial template. > > David > > On Sat, Oct 1, 2011 at 8:41 PM, der_tom <tomabroad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> hi, >> in rails3 im getting suddenly this: >> ActionView::MissingTemplate in Events#new >> >> Showing /home/tom/ror/myapp/app/views/events/_form.html.erb where line >> #49 raised: >> >> line 49 in _form.rhtml is: >> >> <%= render :partial=>''events/form_test'', :locals=>{:f=>f} %> >> >> the form/file is present. with or without specifying the folder i get >> this message. >> >> whats wrong here? >> appreciate ur time >> thx >> >> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.