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
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 Development Tools插件,并创建Ruby on Rails项目,通过实际操作步骤演示了从创建Ruby项目到搭建Rails应用的全过程。
235

被折叠的 条评论
为什么被折叠?



