Tag: Ruby

RubyMine 5 main features demo by John Lindquist

  •  

 

 Develop native iOS applications on Ruby with a help of RubyMotion and enjoy syntax highlighting, intelligent code completion, quick documentation and running options.

 A short RubyMine demo that hints you on being more productive with smart navigation, intelligent code completion, on-the-fly code analysis and integrated testing support.

MPS basics - GText generation

MPS basics - generating text with TextGen

Learn the tricks of RubyMine's 'Go to File' popup to access project files instantly

Rename refactoring is Rails-aware and knows that a Controller Action method has associated view that needs to be renamed too.

See how RubyMine handles more complex cases when using the Extract Method refactoring, e.g. multiple return values.

Short example of using the Extract Method refactoring for improving code logic and structure. The demo also shows error handling during the refactoring.

Quick demonstration of several refactorings: introduce and inline variable, as well as in-place rename for local variable.