looking for .rhml.r488 instead .rhtml page

Hi Priya,

will you please give the code of list method of the invoice controller.

Thanks & Regards,

Salil Gaikwad

Salil Gaikwad wrote:

Hi Priya,

will you please give the code of list method of the invoice controller.

Thanks & Regards,

Salil Gaikwad

Hi 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

Ok. Try following links may be that helps you,

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

Salil Gaikwad wrote:

Ok. Try following links may be that helps you, Ruby script/console -- Errno:ENOENT - Rails - Ruby-Forum Ruby on Rails: Errno::ENOENT when opening URL 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....

Will renaming the files from rhtml to html.erb help ?

Thanks, Abhinav

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' :stuck_out_tongue: