Skip to content

victorhazbun/test-rails-6-apps

Repository files navigation

Learn how to test Ruby on Rails 6 applications

Setup

  • Install Ruby
  • Install PostgreSQL
  • Install Redis
  • Run gem install foreman
  • Run rails db:setup
  • You may also need Node if you don't already have it