'rake' the Rails root from within RubyMine? Follow
What is the command for 'rake'-ing the entire project from the command line of the rails root in RubyMine?
e.g.
~/rails_app/my_app$ rake #how is the done in RubyMine?
Thanks!
Please sign in to leave a comment.
Hello Kilik _,
Please have a look at the RubyMine help topic dedicated to rake tasks: http://www.jetbrains.com/ruby/webhelp/running-rake-tasks.html
Regards,
Oleg