How can I the best do a rails generate devise:install
Hello,
I m a beginner with Rubymine and trying to find some things.
First I noticed that if I change my gem file and goto tools > bundler > install I see a lot of error messages that some gems could not be installed.
When I do a bundler install in a prompt outside RubyMine everything is going smoot.
Second I cannot not find how I can do rails generate devise:install from a menu.
Where is it hidden ?
Roelof
Please sign in to leave a comment.
Hi,
to solve the first problem you need to specify Ruby SDK to be used by RubyMine. To do it open Preferences -> Ruby SDK and Gems. Then choose ruby sdk.
Answer to your second question is - Tools -> Run Rails Generator.