Develop Ruby on Rails applications with models, controllers, views, Active Record ORM, authentication, and RESTful routes. Use when building Rails applications, managing database relationships, and implementing MVC architecture.
3f5182cBuild comprehensive Ruby on Rails applications with proper model associations, RESTful controllers, Active Record queries, authentication systems, middleware chains, and view rendering following Rails conventions.
Minimal working example:
rails new myapp --api --database=postgresql
cd myapp
rails db:create
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | Rails Project Setup | Rails Project Setup | | Models with Active Record | Models with Active Record | | Database Migrations | Database Migrations | | Controllers with RESTful Actions | Controllers with RESTful Actions | | Authentication with JWT | Authentication with JWT | | Active Record Queries | Active Record Queries | | Serializers | Serializers |
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/ruby-rails-application · pinned to the source commit
git clone https://github.com/aj-geddes/useful-ai-prompts.git
cd useful-ai-prompts
git checkout 3f5182cfd739fc113f4af5244a1cf342ad7f7911
mkdir -p ".claude/skills/ruby-rails-application"
cp -r "skills/ruby-rails-application" ".claude/skills/ruby-rails-application"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 3f5182cfd739. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.