[Rails] Re: No route matches for stylesheets

2009-06-29 Thread Aldo Italo
Valentino Lun wrote: > background: #4E8CFF url(images/img02.gif) no-repeat; i think you correct with url(../images/img02.gif) -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[Rails] Re: No route matches for stylesheets

2009-06-29 Thread Mukund
use an absolute path for the image file. I think you can use /images/ img02.gif. On Jun 29, 4:19 pm, Valentino Lun wrote: > Dear all > > Why the following error appear in development.log? > > Processing ApplicationController#index (for 160.1.42.69 at 2009-06-29 > 19:09:05) [GET] > > ActionContr