Errors when running Reload Rake Tasks
Hi,
I get the following two errors when I run Tools > Reload Rake Tasks:
/Users/baron/.rvm/rubies/ree-1.8.7-2010.01/bin/rake
Error:Error:[rake --tasks] rake aborted! not in gzip format /Users/baron/.../Rakefile:4 (See full trace by running task with --trace)
Error:Error:[rake --prereqs] rake aborted! not in gzip format /Users/baron/.../Rakefile:4 (See full trace by running task with --trace)
I am running RubyMine 2.0.2 on Mac with rvm 0.1.27. If I run the same rake commands in the terminal I get no errors.
I have googled the error, but I can't find anything.
Thanks,
Jacob
请先登录再写评论。
Hello Jacob,
What is written in Rakefile:4 ?
I tried to reproduce the problem on a small example, but all worked fine. I created empty project, then chose ree rvm sdk and attached "rake" gem. Then I created Rakefile and reloaded rake tasks list.