Let Your Ruby Shine with RubyMine 6.0!
Hello everyone,
Today we can finally take a deep breath and solemnly proclaim that RubyMine 6.0 is fully baked up and waits for you to download and try it!
Key features of RubyMine 6 include:
- Support for working with multiple projects in one IDE instance
- Enhanced Ruby support up to version 2.1.0-preview1
- Boosted overall IDE performance, reworked code insight for faster editing and code completion
- Improved Extract Method refactoring now finds duplicates
- Built-in SSH console and local terminal
- Integration with Zeus (check this tutorial to learn more)
- Faster Ruby visual debugger and support for debugger-gem with a multi-process debugging option
- Adjustable auto-test delay, and more.
This release also includes many features and improvements from the IntelliJ Platform continuously developed by JetBrains, including GitHub pull requests right from the IDE, Presentation and Full Screen views for Windows, Linux and OS X, support for Subversion 1.8 and database and other improvements.
You can buy or renew your license on our site. Note that RubyMine 6.0 will be a free update for everyone who purchased RubyMine after November, 26, 2012. As always free 30-day trial is available if you need some time to decide.
We would like to thank you all for your votes, issues, feature requests and for staying with RubyMine during the EAP. We always appreciate your feedback and hope that you’ll enjoy RubyMine 6.0!
RubyMine 6.0 just released | Enjoying The Moment says:
November 26, 2013[…] Hacker News https://blog.jetbrains.com/ruby/2013/11/let-your-ruby-shine-with-rubymine-6-0/ Like this:Like Loading… Tags Feedly, IFTTT Categories […]
Kerrick says:
November 26, 2013Awesome! Any idea when these features (especially Built-in SSH console and local terminal) will be coming to IntelliJ IDEA?
Daria Dovzhikova says:
November 26, 2013Kerrick,
SSH console and terminal are coming in the next version of IntelliJ IDEA (http://www.jetbrains.com/idea/nextversion/index.html)
railsguy says:
November 26, 2013I goy this error when i installed new version and tried to debug,
Error running Development: my_website: Failed to Install Gems. Following gems were not installed: RubyMine.app/rb/gems/ruby-debug-base19x-0.11.30.pre15.gem: Error installing ruby-debug-base19x-0.11.30.pre15.gem: ERROR: Failed to build gem native extension. /.rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb checking for rb_method_entry_t.called_id in method.h… *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: –with-opt-dir –with-opt-include –without-opt-include=${opt-dir}/include –with-opt-lib –without-opt-lib=${opt-dir}/lib –with-make-prog –without-make-prog –srcdir=. –curdir –ruby=/.rvm/rubies/ruby-1.9.3-p0/bin/ruby –with-ruby-dir –without-ruby-dir –with-ruby-include=${ruby-dir}/include –with-ruby-lib –without-ruby-lib=${ruby-dir}/lib //.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/mkmf.rb:381:in `try_do’: The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first.
Alexander Shvets says:
November 27, 2013*** You have to install development tools first. ***
It’s part of Xcode.
railsguy says:
November 27, 2013new Xcode is already installed.
Dennis Ushakov says:
November 27, 2013Sometimes command line tools are not automatically installed. To fix it you can run following command in terminal: sudo xcode-select –install
railsguy says:
December 4, 2013when run that command,I get,
xcode-select: error: invalid argument ‘–install’
when i see possible arguments install is not one of them.
Dennis Ushakov says:
December 8, 2013Sorry, it seems double dash was replaced by long one. It should be sudo xcode-select --install
Dmitriy says:
December 10, 2013thank you, it helped me
Daria Dovzhikova says:
December 10, 2013@Dmitriy, good to hear that!
railsguy says:
December 10, 2013after running that command and installing development tools,am still getting same error,do i need to setup any path?.
Kevin says:
November 26, 2013I can’t update? Checking for an update results in nothing. I got the message in the morning and clicked the read more link, but can’t get the update message back again. Downloading a new version would replace my current and I don’t want to loose all my settings.
Daria Dovzhikova says:
November 27, 2013@Kevin,
You won’t loose your settings in case you install a new version and won’t choose a clear install, what operating system do you use?
Matt says:
December 2, 2013I am also not getting the update inside the IDE.
11:35:58 AM Update Info
You already have the latest version of JetBrains RubyMine installed.
To configure automatic update settings, see the Updates dialog of your IDE settings
Box is checked to get New Major Version Releases.
Currently running 5.4.3.2.1 (RM-129.861) on Windows 7.
Thanks!
Matt
Daria Dovzhikova says:
December 2, 2013@Matt
Thank you, will check what might be wrong. Meanwhile please install the latest version from our site (http://www.jetbrains.com/ruby/download/index.html), just in case, you’ll be able to save your projcts and settings by upgrading this way.
JetBrainsのRuby用統合開発環境「RubyMine 6.0」リリース | ソフトアンテナブログ says:
November 27, 2013[…] / Rails 用の統合開発環境「RubyMine」の最新版 6.0 がリリースされています(公式ブログ、What’s […]
Jose says:
November 27, 2013Thanks for the update!
Having a problem here: RM used to show the current git branch by default in the status bar, which I found very useful. This is missing since after the update, how do I get it back?
BR,
— Jose
Daria Dovzhikova says:
November 27, 2013@Jose
Can you please check whether git integration is turned on in settings?
Martin Tomes says:
November 27, 2013The test running isn’t working properly for me. If I run all my tests then all is well, but if a right click in a test and choose to run that test I get:
/usr/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) -Itest …/test/functional/uhh_files_test.rb –name=test_highlight_files_which_are_in_the_outbox
Testing started at 14:50 …
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require’: cannot load such file — simplecov-rcov (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require’
from /home/martinto/Documents/EOS/eosdirector/test/test_helper.rb:12:in `’
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require’
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require’
from /home/martinto/Documents/EOS/eosdirector/test/functional/uhh_files_test.rb:1:in `’
from -e:1:in `load’
from -e:1:in `’
Ryan says:
December 2, 2013Hi Martin,
I’m getting the same thing – figure out any fixes?
mrp says:
December 26, 2013Just added `gem ‘simplecov’` to your Gemfile and it works.
drago says:
November 27, 2013Hi, i want to know is new RubyMine 6.0 has all features from Webstorm 7, and i mean “all” features 🙂
thanks
Drago
Daria Dovzhikova says:
November 28, 2013@Drago
RubyMine does not provide all WebStorm features out of the box, but most of them are available via plugins.
Jeremy says:
December 2, 2013And how do we get the plugins?
Daria Dovzhikova says:
December 2, 2013@Jeremy
Plugins are available either from the plugin repository http://plugins.jetbrains.com/ruby or from the product (File| Settings | Plugins)
James Schorr says:
November 28, 2013Very nice, thanks! 6.0 seems to run quite a bit faster than 5.4 to me, great work!
Daria Dovzhikova says:
November 28, 2013Thank you, James!
It’s great that you like it 🙂
erwan says:
November 29, 2013No Black Friday special offer to celebrate RM 6.0?
Daria Dovzhikova says:
December 2, 2013@erwan
No, we didn’t run any special offers linked to Black Friday
Oosee says:
December 6, 2013Hi.
I’ve purchaised v5, about month ago, is there any option to free update to v6?
Dennis Ushakov says:
December 8, 2013Your purchase includes one year of free upgrades, so you can simply install new version and enter license key you received
Michael Pelz-Sherman says:
October 15, 2014What if your year of free upgrades has expired?
How much does it cost to upgrade from v5 to v6 in that case?
Tatiana Vasilyeva says:
October 17, 2014Please take a look on the link below:
https://www.jetbrains.com/ruby/buy/choose_edition.jsp?license=PERSONAL&#upgradeuser
RubyMine 6 for component-based Ruby and Rails applications - SkyOffice Consulting | SkyOffice Consulting says:
January 1, 2014[…] I am happy to say that that hack is no longer necessary. Multi-project support was built into RubyMine 6! It makes component-based Ruby and Rails applications with multiple unbuilt gems and engines even […]
Eric Heflin says:
February 9, 2014Just updated to RM 6.02. The debugger is not usable! It takes 20 seconds to 3 minutes to step through -each- line of code. What it the world is going on?
Oleg Sukhodolsky says:
February 10, 2014Eric,
could you please try 6.0.3 we have fixed similar problem there.
If the problem is still reproducible let’s discuss this on our forum (http://devnet.jetbrains.com/community/ruby?view=discussions&start=0)