發表文章

目前顯示的是有「RoR設定」標籤的文章

Ruby on Rails 2.02 在Windows平台上的安裝筆記

最近看了一下Ruby on Rails的網頁開發技術,還蠻有趣的...也很可怕 RoR 2.02(2007/12/18會傳回403 Forbidden)剛剛出來,很難直接由網路安裝,相信過一陣子之後,應該可以直接安裝。以下是個人在Windows XP上的安裝。 首先,下載Ruby的On click installer在 http://rubyforge.org/projects/rubyinstaller/ 並安裝之。 再來,下載這些Gems: actionmailer-2.0.2.gem actionmailer-2.0.2.zip actionpack-2.0.2.gem actionpack-2.0.2.zip activerecord-2.0.2.gem activerecord-2.0.2.zip activeresource-2.0.2.gem activeresource-2.0.2.zip activesupport-2.0.2.gem activesupport-2.0.2.zip rails-2.0.2.gem rails-2.0.2.zip win32-service-0.6.0-x86-mswin32-60.gem win32-service-0.6.0.zip 依序安裝Gems,以便裝好Rails,Mongrel和mysql相關的library: E:\RoR> gem install activesupport-2.0.2.gem Successfully installed activesupport, version 2.0.2 Installing ri documentation for activesupport-2.0.2-... Installing RDoc documentation for activesupport-2.0.2-... E:\RoR> gem install activerecord-2.0.2.gem Successfully installed activerecord, version 2.0.2 Installing ri documentation for activerecord-2.0.2-... Installing RDoc documentation for activ...