https://github.com/bastos/rails-template
Writing a simple Rails template for my needs
https://github.com/bastos/rails-template
rails rails-template rails-templates ruby sqlite3 tailwindcss
Last synced: 2 months ago
JSON representation
Writing a simple Rails template for my needs
- Host: GitHub
- URL: https://github.com/bastos/rails-template
- Owner: bastos
- License: mit
- Created: 2024-09-30T02:25:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T21:43:46.000Z (about 1 year ago)
- Last Synced: 2025-05-30T08:35:11.946Z (about 1 year ago)
- Topics: rails, rails-template, rails-templates, ruby, sqlite3, tailwindcss
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This template is designed for personal use and open-source projects. It provides a quick start for Rails applications with essential features pre-configured, requiring minimal setup.
- **Database**: Your choice of SQLite (default) or PostgreSQL
- **Defaults**:
- Solid Cache for efficient caching
- Solid Queue for background job processing
- Solid Cable for real-time features
- **Frontend**:
- Tailwind CSS for rapid, utility-first styling
- Importmap for managing JavaScript modules
- **Authentication**: Google OAuth integration for secure user sign-in
[Learn more about Rails application templates](https://guides.rubyonrails.org/rails_application_templates.html)
## Usage
```sh
rails new -c tailwind -m https://raw.githubusercontent.com/bastos/rails-template/refs/heads/main/template.rb
```
During setup, the template will ask if you want to use PostgreSQL instead of the default SQLite database.
## License
This project is released under the [MIT License](https://opensource.org/licenses/MIT).