Hi All: I am experiencing a strange error. The action request instead of displaying the usual .rhml file is searching for some .rhml.r488 file... log says.. A Errno::ENOENT occurred in invoices#list: No such file or directory - /home/conf.iluminix.com/web/app/views/invoices/list.rhtml.r488 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_view/reloadable_template.rb:88:in `mtime'' Any sort of help will be highly appreciated, TIA, Priya Saini -- Posted via http://www.ruby-forum.com/.
Hi Priya, will you please give the code of list method of the invoice controller. Thanks & Regards, Salil Gaikwad -- Posted via http://www.ruby-forum.com/.
Salil Gaikwad wrote:> Hi Priya, > > will you please give the code of list method of the invoice controller. > > > Thanks & Regards, > > Salil GaikwadHi Sahil: Thanks for the reply.. But it is not using the code written inside the list method.. i tried clearing the complete code lying in the method and still got the same error.. Actually i have upgraded my application recently from 1.2.3 to 2.3.2. I no its a major upgrade.. bt all set n done.. its wrking fine .. except for this issue.. that too only in this case. Thanks. Priya -- Posted via http://www.ruby-forum.com/.
Ok. Try following links may be that helps you, http://www.ruby-forum.com/topic/80494 http://railsruby.blogspot.com/2006/02/errnoenoent-when-opening-url.html http://forum.slicehost.com/comments.php?DiscussionID=1076 http://mail.python.org/pipermail/python-list/2003-May/204168.html Thanks, Salil Gaikwad -- Posted via http://www.ruby-forum.com/.
Salil Gaikwad wrote:> Ok. > Try following links may be that helps you, > http://www.ruby-forum.com/topic/80494 > http://railsruby.blogspot.com/2006/02/errnoenoent-when-opening-url.html > http://forum.slicehost.com/comments.php?DiscussionID=1076 > http://mail.python.org/pipermail/python-list/2003-May/204168.html > > > Thanks, > > Salil GaikwadThanks Salil: Bt no help .. the main issue is why is it looking for list.rhtml.r488 instead of list.rhtml.. I use SVN to manage my projects bt there exist no such extra file or something.... -- Posted via http://www.ruby-forum.com/.
Will renaming the files from rhtml to html.erb help ? Thanks, Abhinav -- http://twitter.com/abhinav On Fri, Sep 25, 2009 at 5:05 PM, Priya Saini < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Salil Gaikwad wrote: > > Ok. > > Try following links may be that helps you, > > http://www.ruby-forum.com/topic/80494 > > http://railsruby.blogspot.com/2006/02/errnoenoent-when-opening-url.html > > http://forum.slicehost.com/comments.php?DiscussionID=1076 > > http://mail.python.org/pipermail/python-list/2003-May/204168.html > > > > > > Thanks, > > > > Salil Gaikwad > > Thanks Salil: > > Bt no help .. the main issue is why is it looking for list.rhtml.r488 > instead of list.rhtml.. I use SVN to manage my projects bt there exist > no such extra file or something.... > -- > 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 -~----------~----~----~----~------~----~------~--~---
Abhinav Saxena wrote:> Will renaming the files from rhtml to html.erb help ? > > Thanks, > Abhinav > > -- > http://twitter.com/abhinav > > > > On Fri, Sep 25, 2009 at 5:05 PM, Priya Saini <wat i did is, i changed the action from list to list2 and the corresponding file from list.rhtml to list2.rhtml and it worked fine.. Looks as if Rails 2.3.2 is not liking the name ''list'' :P -- Posted via http://www.ruby-forum.com/.