I used Heroku to push already coded Rails applications.
But now I'm wondering what the workflow will look like if I start coding a new Rails application from scratch.
For example, if I use my add-ons (MongoHQ, Redis, Websolr, Sendgrid, etc.) in my application code, then I think I should not install MongoDB, Redis, Solr, Mail server, etc. in your local environment, t work with my code, right?
So this means that I have to push my application to the Heroku platform in order to be able to run it in a web browser. This means that after changing the lines, I have to lock and push it.
If I’m right, it doesn’t take much time, because before that I just changed the code and I immediately saw the results in the browser. Now I have to insist on every change that I want to see in the browser.
source
share