Great Ideas allows LAA staff to submit their ideas for consideration to the Continuous Improvement team.
Install PostgreSQL 10.5
bundle install
npm install
rake db:setup
rake db:migrate
rake db:seed
rake db:reset
rails server
To execute Rspec tests and coverage
rake
Install (Docker Compose)[https://docs.docker.com/compose/]
docker-compose build
docker-compose up
In new terminal window:
docker-compose run app bundle exec rake db:reset
Bug reports and pull requests are welcome.
- Fork the project (https://github.com/ministryofjustice/laa-great-ideas/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit until you are happy with your contribution (
git commit -am 'Add some feature'
) - Push the branch (
git push origin my-new-feature
) - Make sure your changes are covered by tests, so that we don't break it unintentionally in the future.
- Create a new pull request.
Released under the MIT License. Copyright (c) 2015-2016 Ministry of Justice.