What problem does it solve?
This Skill provides a comprehensive guide and best practices for developing Ruby on Rails applications, ensuring efficient, secure, and maintainable code.
Core Features & Use Cases
- Development Workflow: Covers essential tools and commands for linting, security scanning, testing, and running Rails applications.
- Rails 8.x Features: Details built-in authentication, background jobs (Solid Queue), and caching mechanisms.
- Code Standards: Enforces patterns for controllers, service objects, models, and migrations.
- Security Best Practices: Highlights the importance of Brakeman and secure coding patterns to prevent vulnerabilities.
- Testing & Deployment: Guides on writing effective model and request specs, and database migration strategies.
- Use Case: When starting a new Rails project or refactoring an existing one, use this Skill to ensure adherence to modern best practices and leverage the latest framework features.
Quick Start
Activate the rails-workflow skill to generate a new Rails authentication system.