All Questions
3 questions
0
votes
1
answer
1k
views
Why my active admin shows errors which perfetly worked locally?
I am trying to add admin interface with activeadmin in my rails app. I have successfully completed locally but it gives error after deploying to heroku.
I have done all the things which is necessary ...
3
votes
1
answer
990
views
Heroku routing errors in Rails app
On my local machine, when I authenticate at http://subdomain.myapp.dev (using the Pow server), I am properly redirected to the index page.
When logging into the production domain http://subdomain....
1
vote
4
answers
3k
views
Sending an email from Rails app- works in development, not in production on Heroku
I am trying to use the gem Active Admin to send emails to users that I sign up so that they can create a password.
This entails a process of inserting the following code on the config/environments/...