ActionController::RoutingError (uninitialized constant User::UsersController) in heroku (but everything works in local)
问题 I am trying to run my app in heroku but I get this error when trying to signup or even access devise's login page: ActionController::RoutingError (uninitialized constant User::UsersController) Is this a devise bug or a server setting i missed in heroku? I am running a rails3.1 app in a cedar stack by the way and loading the index page is good, but if I try to login or sign up, it blows. The signup form DOES show, but when I submit, that's when it blows. I checked the logs and it did POST to