RubyMine
 
Get RubyMine

Rails console

Last modified: 17 June 2024

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/2024.3/rails_console_completion.png
Gif

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