Rails Web Application Templates
- Devise and Doorkeeper
- GraphQL
- I18n
- pt-BR translations and inflections
- Slim template engine
- Rspec
- Template files
- README.md
- CHAGELOG.md
- Welcome page (
/static/index.html
)
- Webpack
- at
app/frontend
- at
- Rails Asset Pipeline
- Pagy
- Tailswind CSS
- Create a new Rails application $rails new appname -d postgresql
- Run rwat template $ rails app:template LOCATION=https://raw.githubusercontent.com/gferraz/rwats/master/rwat.rb
- If step 3 doesn't work try: $bundle exec rake rails:template LOCATION=https://raw.githubusercontent.com/gferraz/rwats/master/rwat.rb
- Select the options, and wait the installation finishes.
- Develop your application