README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

#commands Travis used to roll back rails version on computer:

  • which ruby
  • atom ~/.bash_profile
  • . ~/.bash_profile
  • rails -v
  • gem uninstall rails -v 6.0.2.1
  • gem uninstall railties