未能在Textmate中运行Rake-Task

时间:2013-08-17 04:29:26

标签: ruby textmate

我开始使用Textmate 1.5.11为Chef编写Ruby代码,并且在尝试从RakeFile运行任务时需要一些帮助。

当我尝试运行Bundles-> Ruby-> rake->运行rake任务时,我期望提示我想从rakefile运行哪个任务。相反,我收到以下错误:

/opt/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- run_rake_task (LoadError) from /opt/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require'from /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Ruby.tmbundle / Support / RakeMate / rake_mate.rb:7:in''

非常感谢任何帮助。

谢谢

1 个答案:

答案 0 :(得分:0)

有关此特定问题的一些答案,请参阅Textmate + RVM + Rake = Rake not using expected gem environment,以及有关如何诊断自身情况的一些建议。