Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.01 KB

File metadata and controls

27 lines (19 loc) · 1.01 KB

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

Usage

rails new <app_name> -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.