Urgent Problem: Production site is breaking because of cached routes
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-06-01T15:56:27Z
Indexed on
2010/06/01
17:03 UTC
Read the original article
Hit count: 229
Hi folks, i have an urgent problem. Essentially, my routing works on my localhost. But when i deployed this to production, the routes does not seem to work correctly.
For example, given a new route "/invites" - sometimes i will get a 404, and sometimes it will work correctly.
I suspect there is some caching going on somewhere, but i am not sure.
Can someone help?
UPDATE: when a page is not found (when it is supposed to be ok )
Processing UsersController#network (for 67.180.78.126 at 2010-06-01 09:59:31) [GET] Parameters: {"id"=>"new"}
ActionController::RoutingError (No route matches "/comm/role_playing_games" with {}):
app/controllers/application_controller.rb:383:inprev_page_label'
log_timed_info'
app/controllers/application_controller.rb:238:in
app/controllers/users_controller.rb:155:innetwork'
network'
app/controllers/users_controller.rb:151:in
app/controllers/application_controller.rb:44:inturn_on_query_caching'
turn_on_query_caching'
app/controllers/application_controller.rb:43:in
app/controllers/application_controller.rb:42:inturn_on_query_caching'
turn_on_query_caching'
app/controllers/application_controller.rb:41:in
app/controllers/application_controller.rb:40:inturn_on_query_caching'
turn_on_query_caching' haml (3.0.6) lib/sass/plugin/rack.rb:41:in `call'
app/controllers/application_controller.rb:39:inRendering /mnt/app/releases/20100524233313/public/404.html (404 Not Found)
© Stack Overflow or respective owner