I know that the Rails Console and IRB can be run from tools. But how can I run a simple console in RubyMine? (command line for s; rails g ... rails - itβs more convenient for me)
You can configure 'bash' as ββan external tool in settings | External tools - then you can run it in the RubyMine tool window.