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
- Host: GitHub
- URL: https://github.com/stevehobbsdev/rails-boilerplate
- Owner: stevehobbsdev
- Created: 2024-12-21T22:50:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T23:01:25.000Z (over 1 year ago)
- Last Synced: 2025-02-17T09:45:13.642Z (over 1 year ago)
- Language: Ruby
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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