Quickly generate a rails app configuration using Rails Templates.
rails new \
-d postgresql \
-m https://raw.githubusercontent.com/Alexskq/template_rails_8/master/template_rails.rb \
YOUR_APP_NAME
Rails 8TailwindCSSDeviseSimple_formDaisyUIrails_live_reload
gem update rails
rbenv install 3.3.5
rbenv global 3.3.5rails new \
-d postgresql \
-m https://raw.githubusercontent.com/Alexskq/template_rails_8/master/minimal.rb \
CHANGE_THIS_TO_YOUR_RAILS_APP_NAMERails 8TailwindCSSFlowbiteDeviseSimple_formDaisyUIrails_live_reload