Messaging app using Ruby on Rails, Hotwire, stimulusjs, tailwindcss.
docker compose build
docker compose up
docker compose run rails bundle exec rake demo:setup
An easy way to test messages are auto loading, is to log in with another user using an incognito session, and send messages to [email protected]
Run the rspec test suite with the following command
docker compose build && docker compose run -e "RAILS_ENV=test" rails bundle exec rspec