ruby on rails - Repaired bug in RoR app stay in Chrome -
example situation: had bug in controller mysite.sk/profil/5. site show me /error500, it's ok, but... repaired bug, when open mysite.sk/profil/5 in google chrome,it show me /error500. when open in firefox, or other computer it's ok , show me profil page. use thin server, webrick , apache passenger , have same problem.
this log:
# repaired bug started "/" 10.10.13.80 @ 2012-06-05 09:19:22 +0200 processing indexcontroller#index html rendered index/_top_article.html.erb (4.6ms) rendered index/_side_bar.html.erb (0.0ms) rendered index/index.html.erb within layouts/index (5.1ms) completed 200 ok in 16ms (views: 7.6ms | activerecord: 1.3ms) # clicked on link /profil/6 started "/error500" 10.10.13.80 @ 2012-06-05 09:19:27 +0200 processing errorscontroller#handle500 html rendered errors/handle500.html.erb within layouts/index (0.2ms) completed 200 ok in 8ms (views: 6.4ms | activerecord: 0.1ms)
Comments
Post a Comment