¶ ↑
READMEThis README would normally document whatever steps are necessary to get the application up and running.
Setting up the app on your machine
-
We’ve used rails 4.0.0 and ruby 2.0.0
-
First of all clone the app from github.com/ishwinder/audit_score_entry.git
-
run “bundle” command to install all the gems.
-
Change the database adapter to postgresql and dbname in config/database.yml
-
run rake db:create and then rake db:migrate
-
To get the data from seeds run rake db:seed
-
Before commiting any change, ensure that you run automated tests using rspec command: rspec spec