RubyMine Links
-
Categories
Tags
2016.2 2016.3 2017.1 2017.2 2017.3 2018.1 2018.2 2018.3 2019.1 2019.2 2019.3 bdd code completion cucumber debug Docker EAP gems git guest post haml i18n JavaScript learn newsletter performance Puppet Rails RailsConf React recording refactoring rspec Ruby RubyConf RubyKaigi rvm tdd test Type Inference UI VCS webinar YAML YARDJetBrains Blogs
Meta
Tag Archives: EAP
Find usages in RubyMine
Find usages can be used to find all the pieces of code referencing a specific element, such as a class, method, symbol, or many of the others. RubyMine can also find dynamic usages, including Rails associations, factories, or delegates. You … Continue reading
Running Rails tasks with Run Anything
Hi there! As you may already know, RubyMine provides a unified way to run Ruby scripts, Rails applications, Rake tasks, Rails generators, and so on with the powerful Run Anything (double Ctrl). At the same time, you can run Rails … Continue reading
Ending Support for RubyMotion and Heroku Integration Plugins
Dear all, We plan to discontinue support for the following plugins in RubyMine v2019.3: Heroku Integration RubyMotion support Unfortunately, these plugins have gained very little traction and are seldom used, coupled with the impractical maintenance they need, we feel that … Continue reading
RubyMine 2019.3 EAP is Open!
Hi everyone, RubyMine 2019.3 EAP (build 193.2956.44) is now open! In this release, our main focus has been on your feedback and the IDE quality: we’ve added a mapping of Rubocop severities to RubyMine inspection severities, fixed up navigation to … Continue reading
Debugging in RubyMine
One of the main advantages of IDEs over text editors is the debugging experience. In this blog post, we’ll review the rich debugging capabilities available in RubyMine and then we’ll have a quick rundown of the new debugging features added … Continue reading
YARD support in RubyMine
YARD is a popular Ruby documentation generation tool that is used in multiple libraries for documenting code. RubyMine helps you to work with YARD tags and documentation in various ways, for example, you can view the documentation using Quick Documentation … Continue reading
RubyMine 2019.2 EAP is Open!
Hi everyone, RubyMine 2019.2 EAP (build 192.4205.37) is now open! The first EAP build adds support for new things in Rails 6, improves YARD and Factory Bot support, and fixes many bugs. Here’s a short version of the completed tasks: … Continue reading
Learn RubyMine with IDE Features Trainer
RubyMine provides you with loads of different useful features for working with source code: from basic code editing, smart navigation, and completion, all the way through to debugging remote applications. We always try to make features easy to use and … Continue reading
RubyMine Navigation: Recent Locations Popup
RubyMine 2019.1 is filled with features and options to help you navigate around your projects quickly without a mouse or touchpad. For example, you can quickly switch between tool windows, go to classes or actions, and open recently edited files. … Continue reading
How to work with Docker/Docker Compose from RubyMine
RubyMine 2019.1 has a bunch of capabilities which allow you to work with Docker and Docker Compose. You can inspect existing images and containers, quickly edit Docker files using autocompletion, create new images and start services directly from the IDE, … Continue reading
Posted in Feature, Learn RubyMine, What's New (EAP)
Tagged 2019.1, Docker, docker-compose, EAP, learn
11 Comments