Skip to content

RedShore117/history

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainability Hits-of-Code Test Coverage

History

Build

To run locally you should add local ENV via config files: .env.local, .env.test.local. They are added to .gitignore to allow each developer use his own.

Example config:

echo "DATABASE_URL=postgresql://postgres:password@postgres:5432/history_test" >> .env.test.local
cat .env.test.local

Then install dip gem to use docker commands:

gem install dip
docker-compose build

Prepare database and container: dip provision

To run Rails commands: dip rails [command]

To run /bin/bash session in container: dip runner

To run Bundler commands: dip bundle [command]

To run All Test suite: dip make

To run RSpec commands: dip rspec [command]

To run Cucumber tests: dip cucumber

About

History of every building

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.9%
  • HTML 13.7%
  • Gherkin 5.9%
  • Dockerfile 2.0%
  • CSS 1.9%
  • JavaScript 1.3%
  • Other 0.3%