Starter Kit for Bloc Projects Includes PostgreSQL as database (locally and on production) Sass Basic Rails asset technologies (Coffeescript, jQuery, etc) Debugging tools (Better Errors, Binding Pry) Testing tools (RSpec, Factory Girl, Database Cleaner, Capybara) Optional and easy to remove HAML for easy views (with generators). Read more about HAML here. To Download Clone the repo to your local environment (or Vagrant) To Get Started Bundle install (delete or comment HAML line first, if you'd prefer ERB) Edit config/database.yml (replace app and user names with your own) Create the relevant databases (rake db:create)