Run the app locally:
gem install bundler
bundle install
bundle exec rackup
- Visit http://localhost:9292
Make something great, then push it to your Heroku account:
gem install heroku
heroku login
heroku create --stack=cedar mynewapp
git push heroku master
© copyfree 2013 [Alejandro Kondrasky]. This source code made freely available under an MIT License.