Rails with Eclipse

Rails with Eclipse

1. I installed the latest eclipse, maybe 3.6

2. install RDT(Ruby Development Tools)
plugin URL:
http://download.aptana.com/studio3/plugin/install

3. create a sample ruby project
project----> ruby project
create a new file example.rb
The content is:
puts "hello"

run as ----> ruby as Application

4. Create a sample rails project

references:
http://www.ibm.com/developerworks/opensource/library/os-rubyeclipse/
http://www.aptana.com/products/studio3/getting_started
http://sourceforge.net/projects/rubyeclipse/
http://wiki.appcelerator.org/display/tis/Home

你可能感兴趣的:(eclipse,Ruby,aptana,Rails)