Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).