Skip to content

Writing a simple Rails template for my needs

License

Notifications You must be signed in to change notification settings

bastos/rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

rails new <app_name> -c tailwind -m https://raw.githubusercontent.com/bastos/rails-template/refs/heads/main/template.rb

License

This project is released under the MIT License.