ruby on rails - heroku[router] gets old and wrong url -


i have rails app deployed on heroku, , there annoying issue: router heroku gets url doesn't exist anymore (i have deleted on webapp regarding notifications). have idea come from?

here logs :

2015-06-25t12:22:30.357205+00:00 heroku[router]: at=info method=get path="/notifications" host=www.krawd.com request_id=6b03fbec-88ee-48bd-8afd-aa6d59a9bf53 fwd="82.237.217.103" dyno=web.1 connect=1ms service=12ms status=500 bytes=377 2015-06-25t12:22:30.334224+00:00 app[web.3]: source=rack-timeout id=8b3b9046-8613-44fb-8274-c0dc976d3472 wait=16ms timeout=25000ms state=ready 2015-06-25t12:22:30.362821+00:00 app[web.3]: source=rack-timeout id=8b3b9046-8613-44fb-8274-c0dc976d3472 wait=16ms timeout=25000ms service=29ms state=active 2015-06-25t12:22:30.406680+00:00 app[web.3]: completed 500 internal server error in 25ms 2015-06-25t12:22:30.341720+00:00 app[web.1]: source=rack-timeout id=6b03fbec-88ee-48bd-8afd-aa6d59a9bf53 wait=0ms timeout=25000ms service=0ms state=active 2015-06-25t12:22:30.344956+00:00 app[web.1]: actioncontroller::routingerror (no route matches [get] "/notifications"): 

make sure search web app folder "/notifications" , see if forgot reference somewhere. request happen when run on localhost? trace more way.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -