An open API service indexing awesome lists of open source software.

https://github.com/stevehobbsdev/rails-boilerplate

Boilerplate for a new Rails app
https://github.com/stevehobbsdev/rails-boilerplate

Last synced: about 1 year ago
JSON representation

Boilerplate for a new Rails app

Awesome Lists containing this project

README

          

## Rails Boilerplate

This is a template repo for setting up a basic Rails app.

In addition to the basics generated by `rails new`:

- Has one controller and action `home#index`
- Uses TailwindCSS and esbuild for assets
- `rspec-rails`
- Rubocop configuration
- GitHub actions for building and linting
- Makefile