Rails Rocket Sheep

Public
Rails 8 application template for building with AI coding agents (Claude Code, Cursor, Codex).
Used 7 times
Created by
M Mark Evans

Usage
IMPORTANT: Use with `rails new --template=`, not `rails app:template`.

rails new myapp --database=mysql --template="https://railsbytes.com/script/Vwys9d"

Generates an app with a CLAUDE.md and AGENTS.md, one-convention-per-file rules under docs/rules/, 24 workflow slash commands, and deterministic gates that run at push and in CI. Devise, Solid Stack, Kamal, Tailwind, Slim, ViewComponent. PostgreSQL or MySQL.

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/Vwys9d"
Template Source

Review the code before running this template on your machine.

# Rails Rocket Sheep — https://github.com/PositiveControl/rails-rocket-sheep
#
# Run with `rails new`, not `rails app:template`:
#
#   rails new myapp --database=postgresql \
#     --template=https://railsbytes.com/script/Vwys9d
#
# Add --api for a JSON API. --database may be postgresql, mysql, trilogy,
# mariadb-mysql or mariadb-trilogy. Requires git.
#
# Everything lives in the repo; this script just applies the tagged release.
apply "https://raw.githubusercontent.com/PositiveControl/rails-rocket-sheep/v1.0.1/template.rb"
Comments

Sign up or Login to leave a comment.