/rails_chat

A simple real-time chat made with rails

Primary LanguageRuby

Rails Chat 💻💎

Ruby

A simple real time chat made in Ruby on Rails and Action Cable.

Running the app 🐳

docker-compose up

Access http://localhost:3000 🚀

Database Migrations 💾

docker-compose run --rm ruby rails db:migrate

Running the tests ✔️

  • docker-compose run --rm ruby rails db:migrate RAILS_ENV=test
  • docker-compose run --rm ruby rails test