posts - 495,comments - 227,trackbacks - 0

关键词: Ruby rails

谈使用Eclipse 设置Rails在windows下开发环境的配置

原文地址(英文):http://www.napcs.com/howto/railsonwindows.html

首先你要下载并安装Ruby:http://rubyforge.org/projects/rubyinstaller/

One-Click Installer - Windows

我是安装在d:\ruby你可以根据你的要求选择安装路径
打开dos 命令窗口并执行:gem install rails --include-dependencies
第二、安装Eclipse
我用的是Eclipse3.1.1 下载地址http://www.eclipse.org/downloads/index.php 并解压到:d:\eclipse3.1 双击eclipse.exe启动eclipse
第三、好了基本工作已经做好了,现在就开始配置Rails、
1.安装Ruby开发工具包
选择Help→Software Updates→Find and Install
选择Search for new features to install 点击Next
选择 New Remote Site
name: Ruby Developer Tools
URL: http://rubyeclipse.sourceforge.net/nightlyBuild/updateSite/
点击 OK
检查RDT 点击Next,选择feature RDT 点击Next
2.配置RDT plugin
选择 Windows > Prefrences > Ruby
选择Installed Interpreters
选择Add
interpreter name : ruby.exe
path: 例如d:\ruby\bin\ruby.exe
单击 确定 > 确定

********************************************************************

ROR学习资料

ror官方网站:
http://www.rubyonrails.org/
可以作为了解这项技术的起点,那里面有一个15分钟搭建一个blog的视频很值得一看

Rolling with Ruby on Rails:
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1
Curt Hibbs写的对于ror的学习过程,还没来得及看,但是实在是太多地方reference了...随大流吧

Really Getting Started in Rails
http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails
另一处比较著名的入门网站

Ruby on Rails中文社区
http://www.railscn.com/
不知为啥,教育网上这个网站还要用代理...而且好像还不能注册?或者是我的代理的问题?

Setting up a Rails Development Environment on Windows Using Eclipse
http://www.napcs.com/howto/railsonwindows.html
这是一个step by step的在windows上利用eclipse搭建ruby on rails开发平台的指南
我自己就是参考的这个东东。

Why's(poignant) guide to ruby
http://poignantguide.net/ruby/
一个很有意思的ruby语言的入门介绍,作者还会自己画小狐狸插图,
还在侧边栏里写自己的价值观,让我们觉得老外还是蛮可爱的
恩,应该可以用强烈推荐来形容,寓学于乐。

RailsOnWindows:
http://wiki.rubyonrails.com/rails/pages/RailsOnWindows
教你怎样在windows下利用Rails进行开发,其中包括Apache服务器的配置等等
服务器的问题可以从这里找到答案。

Ajax on Rails
http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html
Ajax现在绝对是热点,当然不可放过...虽然对Ajax还仅仅是名词和用户体验上的了解...-___-

GemRails:
http://wiki.rubyonrails.com/rails/pages/GemRails
GemRails是rails的管理器,相当于linux系统中的包管理器
可以自动上网安装新的rails包,可以自动解决依赖,非常方便

************************************************************************************

关于ruby的电子书下载

BlogJava - tech.cap - 关于ruby的电子书下载(持续更新2006-3-22)


posted on 2006-04-01 20:08 SIMONE 阅读(845) 评论(0)  编辑  收藏 所属分类: Ruby on rails

只有注册用户登录后才能发表评论。


网站导航: