ruby-rails-application
CommunityRails app bootstrap: MVC, auth, REST APIs.
Authorstereosupersonic
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Developers often spend considerable time wiring Rails apps from scratch, duplicating boilerplate for models, controllers, views, and authentication. This Skill provides a structured blueprint to accelerate Rails project setup with MVC architecture, Active Record associations, RESTful routes, and secure authentication patterns.
Core Features & Use Cases
- MVC scaffolding: Prepares models, controllers, and views with conventional Rails structure.
- Active Record & associations: Sets up relationships, validations, scopes, and common queries.
- Authentication & API-ready: Includes JWT-based login, token handling, and protected routes for API or full-stack apps.
- Use Case: Rapidly bootstrap a new Rails project to build a blog, API service, or admin panel with user-generated content.
Quick Start
Run commands to create a new Rails API project with PostgreSQL, then install required gems and scaffold initial models, controllers, and migrations.
- rails new myapp --api --database=postgresql
- cd myapp
- bundle add bcrypt jwt
- rails generate scaffold User email:string password_digest:string role:integer
- rails db:create
- rails db:migrate
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ruby-rails-application Download link: https://github.com/stereosupersonic/dotfiles/archive/main.zip#ruby-rails-application Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.