I ran the Rails application on Heroku. The problem: my application is turned off when no one for a while not in use, but as soon as the user enters - the server is started. How do I make it work forever?
Rails, Thin web server.
My Procfile:
web: bundle exec rails server thin-p $ PORT