Ruby on Rails Monday, September 30, 2013

Hello Guys,

Sorry for the delayed response, I had to focus my effort elsewhere however, really need to figure (no pun intended) this out now.
When looking into development.log, I see the following error:

I, [2013-09-30T22:16:11.213141 #12076]  INFO -- : Started GET "/pages/index" for 127.0.0.1 at 2013-09-30 22:16:11 -0400
I, [2013-09-30T22:16:11.221511 #12076]  INFO -- : Processing by PagesController#index as HTML
I, [2013-09-30T22:16:11.226746 #12076]  INFO -- :   Rendered pages/index.html.erb (0.6ms)
I, [2013-09-30T22:16:11.229833 #12076]  INFO -- : Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
I, [2013-09-30T22:16:12.990109 #12076]  INFO -- : Started GET "/block_nine.jpg" for 127.0.0.1 at 2013-09-30 22:16:12 -0400
F, [2013-09-30T22:16:12.995561 #12076] FATAL -- : 
ActionController::RoutingError (No route matches [GET] "/block_nine.jpg"):

Which is understandable since the file in the webserver is:

block_nine-dbda8c968180776a036973cf045baba1.jpg

The controller is not taking into consideration the fingerprint added by the precompile process. Please help!

Thanks in Advance,

Nick.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/dc10ba0b-15a9-4b57-b468-a5638cb1ef82%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment