This README would normally document whatever steps are necessary to get the application up and running.
Clone code
bundle install
Database creation & initialization

rake db:migrate
Create a migration
rails generate model Item --no-fixture --no-test-framework
rails generate migration AddHiToUsers
How to run the test suite
Services (job queues, cache servers, search engines, etc.)
Deployment instructions