rubymine
Installation
SKILL.md
RubyMine
RubyMine provides specialized tooling for Ruby and Rails. It excels at navigating the "Magic" of Rails (views to controllers, routes to actions).
When to Use
- Ruby on Rails: It connects the dots that text editors miss.
- RSpec / Cucumber: Visual test runner and step definition navigation.
- Debugging:
ruby-debug-ideintegration is seamless.
Core Concepts
Rails Project View
Groups Models, Views, and Controllers logically.
ERB / Slim / Haml
Full support for template languages.