Posted almost 4 years ago by Philip Ingram
Working with the Heroku instant ruby platform was a real treat.
While I’ve spent time learning and crafting my own sys admin skills over the last 2 years, it appears that heroku really could have made that pursuit moot. Heroku makes deploying apps that easy.
To boil the process down, I thought I’d post my really easy guide to getting your rails app deployed onto heroku. So boiled down, that I’ll just give you the code and as little words as possibles. Here you are:
Simply put, you are creating a git repo with a heroku remote address, but you have access to your heroku account using the heroku command, for such things as creating your project and rake tasks.
If you need to add gems, such as clearance or whatnot, the documentation has how you can go about doing so here.
Lastly, i think the default database is SQLite or postgres (need to confirm this), but i do know it’s not mysql. I say this because of a RAND() command in my app and heroku did not like it. Changing to RANDOM(), which is both postgres and SQLite friendly, solved the dilemma.
If you need someone with heroku experience, or you are in need of a web application, feel free to contact us.
Keeping Subscription dates tidy during February and Leap years
Testing ActiveResource - Basic Tutorial
Active Resource to Sinatra DataMapper backend
ArmRest and the tale of the No Schema Scheme
Textmate Ruby 1.9.1 and rvm - the facts
Easiest Postgres Install Ever - Mac Edition
Two Questions to Help Decide Between RDBMS, MongoDB or CouchDB
Testing Rails 3 - Just the Facts
Acts_as_snook - Creating an admin panel
Top 10 Movies of this Decade... Rebuttal
Thinking_Sphinx - Easy Setup Tutorial