RubyMine Links
Categories
Tags
1.5 2.0 2.5 analysis bdd Beta build bundler code completion CoffeeScript configuration cucumber debug documentation EAP editing Feature formatting gems haml i18n IDE inspection intellij JavaScript mac navigation performance plugin productivity rails RailsConf RCov refactoring rspec ruby RubyMine rvm SCSS settings Tōhi test Type Inference UI unit testing-
Other JetBrains Blogs
Want RubyMine T-Shirt?
Meta
Category Archives: Feature
What’s Mining: Inline Method Refactoring
Hello guys, RubyMine team recently was on New Year and Christmas holidays, less than a week has passed since our days off ended, however today we want to show you the new cool feature coming in 4.0 – inline method … Continue reading
What’s Mining: Faster Code Modifications with “Unwrap”
RubyMine makes code editing agile and easy with code fragment surrounding actions. To choose one just hit Ctrl+Alt+T / Cmd+Opt+T and invoke “Surround With” panel: From the last EAP version RubyMine also supports code fragment unwrapping actions, inverting the ones … Continue reading
What’s Mining: Git Revisions Graph
Hello everyone, If you have already tried the last EAP version you might have noticed the new incredible Git revisions graph feature. If not, let me tell you about it. First of all, Git log now visualizes all the changes: … Continue reading
What’s Mining: New Ruby Inspections for Better Code
Hello everyone, Writing a code that smells isn’t as terrible as it seems to be. But leaving an ugly code without changing it is much worse. Refactoring is one of the bases of development, and Ruby development is not an … Continue reading
What’s Mining: Show You Inherited Methods
Hello everyone, You know we focus a lot on the performance issues these days. But we don’t forget about other cool features. Let me show you the one, quite yummy… In the next EAP build you will be able to … Continue reading
Plugin highlight: “Injector” brings single-key Ruby injections into ERB
If you use ERB for your Rails views, you should like this one. It may not be a problem for you but I always stumble when typing <% %>, let alone <%# %>. Non-letter keys and you have to press … Continue reading
Deployment from RubyMine. Sync files via FTP/SFTP, etc.
RubyMine 3.2 comes with a new plugin bundled — “Remote Host Access”. The plugin’s main feature is to allow you quickly upload your files from the IDE to a remote or local server or a mapped network drive. You can … Continue reading
Want cleaner UI and more effective workspace in RubyMine?
Some time ago we showed a quick video on how to make RubyMine UI clean and lightweight if you prefer it this way. With RubyMine 3.2 there’s a new option available which you should consider. You may have noticed a … Continue reading
Bundler is the official Gems environment provider in RubyMine
There’s been one quite major change in RubyMine 3.2 that was not really advertised — gems management changes. We decided to remove a part of our own code in favor of using Bundler. Because Bundler is really the best way to … Continue reading
