Ruby2 Rails4 Bootstrap Heroku
Posted by Geremia Taglialatela on 25 June 2013
Rails 4 brings many cool new features like Turbolinks and Strong Parameters. We already used these gems and as soon as Rails 4 has been released we created a starter app that includes Twitter Bootstrap, Font Awesome and some other defaults like Rspec and HAML.
In order to use it all you have to do is:
$ git clone https://github.com/diowa/ruby2-rails4-bootstrap-heroku.git
If you want to deploy it on Heroku:
$ cd ruby2-rails4-bootstrap-heroku
$ heroku create
$ git push heroku master