I'm using custom devise views created by the rails-prelaunch template - https://github.com/RailsApps/rails-prelaunch-signup

In development, everything works fine. I see the devise views I'm expecting (from the views/devise folder).

However, as soon as I switch to production, the app starts using the default devise gem views.

Any ideas as to what might be going on?

Thanks!

有帮助吗?

解决方案

I re-created the app, and things just worked. It turns out that there was a problem accessing the template.

I still don't know why the common solutions didn't work, as things seemed to be setup correctly.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top