routes - Rails 3.1.10 upgrade results in consistent [GET /] miss -
after upgrading application rails 3.0.20
rails 3.1.10
, i'm finding problem in rendering of routes; requests result in empty body status of "success 200", rails log reports:
cache: [get /route] miss
i same results after clearing rails cache.
i'm debugging applicationcontroller
, subsequent controllers in aims of finding out response goes wrong.
any pointer in farther debugging much appreciated :)
it appears though query_reviewer
source of issue.
after quick git stash
, bundle update
, found few gems had been updated, namely query_reviewer
, 0.1.6
0.1.7
. seems outstanding changes between versions caused regressions, namely 1 described in question.
solution: reverting query_reviewer
0.1.7
0.1.6
.
ruby-on-rails-3.1 routes upgrade
No comments:
Post a Comment