- ruby 1.9.2
- rails 3.1
gem install bundler
bundle install
rake spec
for integration and unit testsrake cucumber
for acceptance tests
In order to keep DB migration to minimum, migration files are modified during the development. Please run rake dev:db:reset
to keep your database schema up to date.