Ruby on Rails Skills
Full-stack web framework for database-backed applications.
Sub-Skills
Database
- •active-record.md - Active Record patterns
- •associations.md - Model associations
- •scopes.md - Named scopes
- •migrations.md - Database migrations
Security
- •authentication.md - Devise auth
- •authorization.md - Pundit/CanCanCan
- •api-authentication.md - API auth
API
- •serializers.md - JSON serialization
- •controllers.md - API controllers
- •versioning.md - API versioning
Error Handling
- •exception-handling.md - Exception handling
- •logging.md - Rails logging
Testing
- •rspec.md - RSpec patterns
- •factory-bot.md - Factory Bot
- •integration.md - Integration tests
Performance
- •caching.md - Rails caching
- •background-jobs.md - Sidekiq/ActiveJob
Detection
Auto-detected when project contains:
- •
Gemfilewithrails - •
config/routes.rb - •
ApplicationControllerclass