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: Feature
Rubymine 96.788: RCov, SCSS, more issue trackers
Hello guys, It’s been a long time since the previous EAP of RubyMine was published, and today we are ready to announce new RubyMine EAP build 96.788. The previous build had some problems with Ruby formatting, spellchecker and RSpec, and … Continue reading
RubyMine 96.552 is here
Hello guys, today we are happy to announce RubyMine 2.5 EAP build 96.552. What’s in? Leaner CSS (LESS) support. More details are available here Magnifier mode for diagram RSpec 2 support Better Rails 3 support Mac OS UI Improvements Native Open file/directory … Continue reading
What’s mining: Leaner CSS in RubyMine
Hello guys, Today are going to show you a brand new feature of RubyMine — LESS support. Information about this language can be found here. LESS coding has never been so easy! What’s in? LESS syntax highlighting On-the-fly syntax checking … Continue reading
Posted in Cutting Edge, Feature, WhatsMining
12 Comments
Project-wide code analysis and quick-fixes
We had wrote earlier that we do some of our RubyMine tests using Cucumber. Recently we’ve upgraded to a more recent version of Cucumber and stumbled into an incompatibility such as ‘Examples’ should be followed by a colon. Of course … Continue reading
RubyMine EAP 95.361 is here
Hello guys, We are happy to announce the next EAP version of RubyMine. In this build we tried to process the feedback we’ve received during RailsWayCon in Berlin and RailsConf. This build features the following changes: Move statement refactoring Rails 3 … Continue reading
Smarter introduce variable refactoring for Ruby
Do you use RubyMine’s introduce variable refactoring? You should, actually, as well as many other refactorings RubyMine offers. RubyMine 2.5 features an improved procedure for introducing variables, fields or constants. You no longer need to select the block you want … Continue reading
RVM Support in RubyMine 2.0.2
Many of you asked for RubyMine to support the latest RVM (Ruby Version Manager) gem and especially RVM gemset workflow. Doing this would have delayed RubyMine 2.0.2 but we still decided to add an initial support for RVM’s nice features. … 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
Edit HTML injected inside JavaScript literals
It often happens that we need to edit HTML code inside JavaScript literals. And most of the time it is something involving trial-and-error and not too pleasant in result. But not within RubyMine! Here is a simple string… But once … Continue reading
