Hacker News new | ask | show | jobs
by coffeecloud 677 days ago
Oh I found the goto-definition works pretty well in RubyMine.

I would imagine goto-definition not working well to be more an issue with Ruby being a dynamically typed language and having metaprogramming features like define_method, not the framework. (FWIW I really dislike Ruby despite really liking Rails)