This is a template I use for my new Ruby on Rails applications. Pull requests are welcome.
You'll need the following installed to run the template successfully:
- Ruby 3.0.1 or higher
- Redis - For ActionCable support
- bundler - gem install bundler
- rails - gem install rails
- Yarn - brew install yarn or Install Yarn
rails new [app_name] -m https://raw.githubusercontent.com/hernanvicente/regular-rails-template/master/generator.rb
Install the rails_panel chrome extension to see directly a panel browser your app activity. See more at:
https://github.com/dejan/rails_panel
https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg
http://guides.rubyonrails.org/generators.html https://github.com/erikhuda/thor https://gist.github.com/srowley/2573325 http://stackoverflow.com/questions/19835803/thor-inject-into-file-at-end https://github.com/excid3/jumpstart
- Git setup
- Deployment setup
- HTML Boilertemplate