What problem does it solve?
This Skill helps you incrementally upgrade your Rails application's config.load_defaults to match your Rails version, ensuring your application benefits from the latest framework configurations and security enhancements without breaking existing functionality.
Core Features & Use Cases
- Iterative Upgrades: Guides you through each
new_framework_defaults configuration change one by one.
- Codebase Analysis: Analyzes your codebase to recommend appropriate values for new configurations.
- Safe Deployment: Facilitates a test-and-commit workflow for each change, minimizing risk.
- Consolidation: Helps merge all changes into
config/application.rb upon completion.
- Use Case: You've just updated your Rails app from version 6.1 to 7.0, but
config.load_defaults is still set to 6.1. This Skill will walk you through enabling and configuring each new default for Rails 7.0, ensuring your app is up-to-date and secure.
Quick Start
Use the rails-load-defaults skill to upgrade my Rails load_defaults from 6.1 to 7.0.