- Rails 7.x
- Hotwire/StimulusReflex
This is a pretty generic Rails app. Following the steps below should be all that's required to get this up and running.
- Ruby 3.1.x
- Node 16.x.x
- PostgreSQL
bin/rake db:create && bin/rake db:migrate
bundle install --path=.bundle
bin/rails server
bin/rails test
👤 Braden
- Rails Core for continuing to push the boundaries