Impossible du run the Rails Console.
Hello,
I usualy use rubymine to run my server with the debugger attached and this is working just fine.
I recently started a new project (rails 3 beta 4) where I need to use the ruby console so I tried to run it with rubymine.
But I can't run it and i don't understand why ...
Is this a bug with the EAP 96.552 ? Do i need to do something to activate the console ?
I found nothing on Google can you guys help me ?
Thanks :)
Please sign in to leave a comment.
Hi Nicolas,
Run Rails console action is available in case when
Please ensure that all requirements are met.
Best regards,
Oleg
IRB was missing ...
A simple apt-get install irb solved the problem !
By the way, you should probably add a little tooltip explaining why a functionality is not available ;)
Thanks, great support and great IDE ! B-)
PS : A simple history might improve the console experience.
Actualy history is already there! Use Ctrl + Up/Down.
Best regards,
Oleg