<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>「[教學] Ruby on Rails (ROR)入門第一站，InstantRails安裝圖文教學」的迴響</title>
	<atom:link href="http://m955.com/wp/archives/73/feed" rel="self" type="application/rss+xml" />
	<link>http://m955.com/wp/archives/73</link>
	<description></description>
	<lastBuildDate>Sun, 06 May 2012 23:50:58 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：Joe Chan</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-1910</link>
		<dc:creator>Joe Chan</dc:creator>
		<pubDate>Mon, 27 Dec 2010 10:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-1910</guid>
		<description>若然是 早前已安裝了 mysql 和 apache 可能會有 已自動開了 導致 instant rails 發生衝突

可以在window 的 服務 把 mysql 和 apache 改為手動 開 就可以了</description>
		<content:encoded><![CDATA[<p>若然是 早前已安裝了 mysql 和 apache 可能會有 已自動開了 導致 instant rails 發生衝突</p>
<p>可以在window 的 服務 把 mysql 和 apache 改為手動 開 就可以了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Joe Chan</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-1909</link>
		<dc:creator>Joe Chan</dc:creator>
		<pubDate>Mon, 27 Dec 2010 10:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-1909</guid>
		<description>我試試用了 instant rails 
因為ruby 和 rails 在板本上有太舊的問題 , 導致在GEM 的更新上會失敗 (畢竟是2007年的產物)

解決方法

1. Download zip from http://rubygems.org/pages/download
2. Unzip into a temporary directory that I made under InstantRails 2.0 installation
3. From running Instant Rails application opened Ruby Console windows and cd to the unzip directory
4. Manually installed with: ruby setup.rb
5. Added new remote source with: gem sources—add http://rubygems.org/

因 instant rails 的板本是 1.8.7 ,如要上1.9.2 可以下載最新板本 並覆蓋在 instant rails 的 ruby 目錄即可</description>
		<content:encoded><![CDATA[<p>我試試用了 instant rails<br />
因為ruby 和 rails 在板本上有太舊的問題 , 導致在GEM 的更新上會失敗 (畢竟是2007年的產物)</p>
<p>解決方法</p>
<p>1. Download zip from <a href="http://rubygems.org/pages/download" rel="nofollow">http://rubygems.org/pages/download</a><br />
2. Unzip into a temporary directory that I made under InstantRails 2.0 installation<br />
3. From running Instant Rails application opened Ruby Console windows and cd to the unzip directory<br />
4. Manually installed with: ruby setup.rb<br />
5. Added new remote source with: gem sources—add <a href="http://rubygems.org/" rel="nofollow">http://rubygems.org/</a></p>
<p>因 instant rails 的板本是 1.8.7 ,如要上1.9.2 可以下載最新板本 並覆蓋在 instant rails 的 ruby 目錄即可</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：小傑</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-1527</link>
		<dc:creator>小傑</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-1527</guid>
		<description>我現在做到scaffold這邊 好像是SQL跟ROR之間有問題

我建好scaffold時 它裡面的DB是sqlite3的yml檔 可是我用的是Mysql

不知道要怎麼改才能連上呢?</description>
		<content:encoded><![CDATA[<p>我現在做到scaffold這邊 好像是SQL跟ROR之間有問題</p>
<p>我建好scaffold時 它裡面的DB是sqlite3的yml檔 可是我用的是Mysql</p>
<p>不知道要怎麼改才能連上呢?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：安東</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-1390</link>
		<dc:creator>安東</dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-1390</guid>
		<description>開啟你的apache manager
右鍵開啟服務
進去把apache關掉
再執行作者的步驟就可以了</description>
		<content:encoded><![CDATA[<p>開啟你的apache manager<br />
右鍵開啟服務<br />
進去把apache關掉<br />
再執行作者的步驟就可以了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ROR &#171; 基哥部落</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-1101</link>
		<dc:creator>ROR &#171; 基哥部落</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-1101</guid>
		<description>[...]   Ruby on Rails (ROR)入門第一站，InstantRails安裝圖文教學  2月 11th, 2010 &#124; Category: ROR (Ruby on [...]</description>
		<content:encoded><![CDATA[<p>[...]   Ruby on Rails (ROR)入門第一站，InstantRails安裝圖文教學  2月 11th, 2010 | Category: ROR (Ruby on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Joint</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-830</link>
		<dc:creator>Joint</dc:creator>
		<pubDate>Fri, 28 Aug 2009 03:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-830</guid>
		<description>感謝您!! 
最後的檔案名稱為 hello.rhtml</description>
		<content:encoded><![CDATA[<p>感謝您!!<br />
最後的檔案名稱為 hello.rhtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿毛</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-650</link>
		<dc:creator>阿毛</dc:creator>
		<pubDate>Wed, 06 May 2009 09:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-650</guid>
		<description>InstantRails我自己試過，實在不太好用，不如自己上Rubyforge下載Ruby 1.8.7的原碼，加上rubygems，然後用gems去安裝mongrel及Rails還好。</description>
		<content:encoded><![CDATA[<p>InstantRails我自己試過，實在不太好用，不如自己上Rubyforge下載Ruby 1.8.7的原碼，加上rubygems，然後用gems去安裝mongrel及Rails還好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Allen</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-527</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-527</guid>
		<description>您好，我是用ruby官網的one click to install，資料庫用的是MySQL
也是按照您的步驟一步一步作
但是為什麼連到webserver看結果，總是顯示missing sourcefile ***controller#***
是不是我哪裡做錯了呢？這問題困擾我好久了~~~
麻煩解惑，謝謝~~~</description>
		<content:encoded><![CDATA[<p>您好，我是用ruby官網的one click to install，資料庫用的是MySQL<br />
也是按照您的步驟一步一步作<br />
但是為什麼連到webserver看結果，總是顯示missing sourcefile ***controller#***<br />
是不是我哪裡做錯了呢？這問題困擾我好久了~~~<br />
麻煩解惑，謝謝~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ivy</title>
		<link>http://m955.com/wp/archives/73/comment-page-1#comment-419</link>
		<dc:creator>ivy</dc:creator>
		<pubDate>Sat, 20 Dec 2008 08:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://m955.com/wp/archives/73#comment-419</guid>
		<description>想請問若是apache的燈沒有變成綠燈，該如何做呢？
是了很久還是沒辦法..</description>
		<content:encoded><![CDATA[<p>想請問若是apache的燈沒有變成綠燈，該如何做呢？<br />
是了很久還是沒辦法..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

