ruby-on-railsrubyruby-on-rails-3deviserailsapps

Custom devise views ignored in production enviroment


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!


Solution

  • 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.