Rails7 Chat application
- 3.2.1
- Ruby 3.2.1
- Rails 7
- install dependencies
bundle install
- migrate/prepare the database
rails db:migrate
- run the development server
rails server
rails db:migrate
rails test
- The production application requires provisioned Redis server to manage the chatroom subscription and broadcast functionality.
git push heroku main
heroku run rails db:migrate