Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T20:05:54.000Z (about 1 month ago)
- Last Synced: 2024-11-29T21:20:17.218Z (about 1 month ago)
- Topics: rails, rails-template, rails-templates, ruby, sqlite3, tailwindcss
- Language: Ruby
- Homepage:
- Size: 4.88 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**: SQLite3 for simplicity and ease of setup
- **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 -j importmap -c tailwind -d sqlite3 -m https://raw.githubusercontent.com/bastos/rails-template/refs/heads/main/template.rb
```## License
This project is released under the [MIT License](https://opensource.org/licenses/MIT).