A starting app in Ruby on Rails 5 including bootstrap 4, rspec and devise.
The purpose is to have a starting template in Ruby on Rails with the following requirements:
export RAILS_DATABASE_NAME=<name of the database>
export RAILS_TEST_DATABASE_NAME=<name of testing database>
export RAILS_DATABASE_USERNAME=<username for accessing database>
export RAILS_DATABASE_PASSWORD=<password for accessing database>
During your development you can use Guard to automatically execute written tests.
For this just execute the ‘guard’ command in your startingapp root path:
startingapp > guard
todo Define what gem was used and how to do upgrades
One controller Greetings with an index action.
Using RSpec for Testing and Guard.
In this StartingApp there are included two Acceptance testing:
This StartePpp uses PostgreSQL adapter.