How can I run my Carpet applications directly from Aptana Studio with RadRails? Setting the shoes.exe as VM/Interpreter won't work.
相关问题
- How to specify memcache server to Rack::Session::M
- Why am I getting a “C compiler cannot create execu
- reference to a method?
- ruby 1.9 wrong file encoding on windows
- gem cleanup shows error: Unable to uninstall bundl
相关文章
- 使用Webstorm打开刚下载的jquery为什么会有报错
- Ruby using wrong version of openssl
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- “No explicit conversion of Symbol into String” for
- Segmentation fault with ruby 2.0.0p247 leading to
- How to detect if an element exists in Watir
- uninitialized constant Mysql2::Client::SECURE_CONN
If you have the file in a Ruby project, you can do the following:
C:\Program Files\Common Files\Shoes\0.r1134\shoes.exe
${workspace_loc}${project_loc}
(You can change this to fit your needs, but I'd assume the project's base directory is as good a place as any to set as the working directory)"${workspace_loc}${resource_path}"
The double quotes should be included, otherwise any spaces in your path will muck things up.That's it. Now you can run it by going to Run -> External Tools -> Shoes, or using the External Tools icon on the toolbar.