[Rails] Re: how do I fix this?
On Jul 10, 4:43 am, Angel Robert Marquez <angel.marq...@gmail.com>
wrote:
> ruby 1.9.3dev (2010-07-06 trunk 28554) [i686-linux]Rails 3.0.0.beta4
> Fedora Release 13
>
> Kernel Linux 2.6.33.5-124.fc13.i686.PAE
> GNOME 2.30.0
> After I scaffold, migrate, link_to posts_path, and check click on new post
> I'm presented with this error. Please help...what does it mean and how do I
> fix it? I downloaded the Getting Started code and replaced the partial file
> and received a different error..any
> ideas?http://localhost:3000/posts/newI18n::UnknownFileType
Sounds like you've got a weird file somewhere where rails expected to
find I18n data (config/locales unless you've changed it)
Fred
> in Posts#newShowing /home/user/Desktop/blog/app/views/posts/_form.html.erb
> where line #15 raised:Extracted source (around line #15):12: <% end %>13: 14:
> <div class="field">15: <%= f.label :name %><br />16: <%=
> f.text_field :name %>17: </div>18: <div class="field">
--
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@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home