RubyMine Links
Categories
Tags
1.5 2.0 2.5 analysis bdd Beta build bundler code completion CoffeeScript configuration cucumber debug deploy documentation editing Enoki formatting gems haml i18n Ichii IDE inspection intellij mac navigation Nire performance plugin Rails RailsConf refactoring rspec Ruby RubyMotion rvm SASS SCSS Tōhi test Type Inference UI UML unit testing-
Other JetBrains Blogs
Want RubyMine T-Shirt?
Meta
Category Archives: Productivity
RubyMine 4.0 Early Access is Open
Hello everyone, Today we are glad to announce that the RubyMine 4.0 EAP is open. There are loads of major and minor improvements compared to 3.2.x versions. Let us just mention some most important ones: Performance. We’ve reworked a significant … Continue reading
Posted in Announcement, Comfort, Cutting Edge, Productivity
Tagged performance, Tōhi, UI
27 Comments
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
RubyMine 3.2.4 — fighting for performance
We’ve just made another RubyMine update available — RubyMine 3.2.4. The main reason of the update is improved IDE performance. The improvements are made in Ruby specific functionality and also in the underlying IntelliJ Platform: memory footprint reduced for indexing JavaScript … Continue reading
Improved HAML auto-indenting in RubyMine 2.0.2
When you edit the code you should only think about the code, not the way it looks. And a good IDE, such as RubyMine, should do the rest, like auto-indenting and formatting the code as you type. So, we are … Continue reading
Execute selected code in console
IRB console in RubyMine is a quick way to execute Ruby code. Here is a quick hint on how you can quickly execute some code from the editor. Tools | Start the IRB console Select a code Tools | Load … Continue reading
5 keyboard shortcuts to get familiar with
You probably know RubyMine bases on IntelliJ platform and gets lots of cool features from the platform. Going even further, I will base this post on a post in IntelliJ IDEA blog. The author of the original posting has permitted … Continue reading
Did you know? Finding usages…
No matter how long you know RubyMine, you can still find something new in it. I was doing Productivity Tips update just yesterday and found one thing I did not know We quite often need to find where something is … Continue reading
What’s mining: run Rake tasks quickly
This one is really hot, not even available to our QA yet. We are adding the feature to quickly execute Rake tasks. Once activated, a field appears allowing to enter the name of a task to execute. The search mechanism … Continue reading
