/not finished, working on real time updates/
- as language.
- as framework.
- as database.
- for deployment in production.
- a CSS framework.
- for Front-End styling.
- for Front-End styling.
- for scripts and Front-End styling.
- for Front-End styling.
- for continuous-integration
- ActionCable for integration of websockets and stream of channels.
- Redis on Heroku.
- RSpec, FactoryBot, Shoulda-Matchers as test suite stack.
- gem bullet in development for killing n+1 queries.
- gem rubocop for static-code-analysis
- responsive layout meta tag for mobiles.
Ruby: 2.7.2p137
Rails: 6.0.3.4
Redis: 4.2.5
database: postgresql
git clone https://github.com/tmtocb/actioncable-messenger-rails
bundle install
rails db:drop db:create db:migrate
rails s