I am developing a Rails 4 app using the Active Admin gem for the administration back end. Active Admin in turn uses Devise for user authentication. Now, when I try to deploy
Check if your config\initializers\secret_token.rb has:
config\initializers\secret_token.rb
YourAppName::Application.config.secret_token
It should be:
YourAppName::Application.config.secret_key_base