RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Rails console

Last modified: 09 August 2022

Run a console: Tools | Run Rails Console or

RubyMine allows you to run the Rails console and interact with your application without leaving the IDE. You can use completion and navigation capabilities, run the console with additional options, and so on.

https://resources.jetbrains.com/help/img/idea/2022.2/rails_console_completion.png
Gif

Before using the Rails console, make sure that the rails gem is installed for your interpreter.