test_rails is for trying Rails-related features and gems and showing coding examples.
Install dependencies
bundle install
Setup database
bundle e rails db:setup
Start the Rails server
bundle e rails s
For detailed instruction: How to Run an Existing Ruby-on-Rails Project Locally After Cloning a Repository
Check out the details of the gems used in this project via the links in the Gemfile file.
- GitHub flow: Create a branch from
master
and create a pull request from the branch. - Branch name should look like
reason__details--tag
. e.g.feature__public-api--v3
. See: Let the branch name do all the talking in git
- Write comments outside of the code blocks where the spell checker works.
Devise - User model
.circleci/config.yml
- Config filerspec_junit_formatter
gem - Formats RSpec results for Circle CI to be able to read