Run the Rails Console on Heroku

Assuming you've already setup and named your remotes for staging and producdtion

heroku run rails c --remote staging
heroku run rails c --remote production

Last updated