How to use Eclipse for Ruby on Rails (RoR)

前端 未结 5 1105
广开言路
广开言路 2021-01-30 10:58

I am new in Ruby. I have installed Ruby on Rails on Windows 7. I visited the following to choose a suitable IDE/Editor for writing Ruby code:

http://rubyonrails.org/down

5条回答
  •  心在旅途
    2021-01-30 11:37

    To save you some legwork, in Eclipse:

    1. Go to Help -> Install New Software...
    2. Click add (top right of popup)
    3. Enter a Name like "RadRails2"
    4. Enter the location as http://download.aptana.com/tools/radrails/plugin/install/radrails-bundle (for the full Aptana studio Studio 3, instead enter http://download.aptana.com/studio3/plugin/install)
    5. Click ok
    6. Restart Eclipse
    7. Go to Window -> Preferences. You will see Ruby is enlisted at left panel

    You are done...

    Now when you use the "New" menu, you'll have the option to make a Ruby project (among other things).

提交回复
热议问题