<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>國家高速網路與計算中心 Ruby on Rails 推廣</title>
	<atom:link href="http://www.qweruiop.org/nchcrails/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qweruiop.org/nchcrails</link>
	<description></description>
	<pubDate>Wed, 19 Nov 2008 07:16:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Screencast 出現了！</title>
		<link>http://www.qweruiop.org/nchcrails/posts/54</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/54#comments</comments>
		<pubDate>Fri, 14 Nov 2008 16:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.qweruiop.org/nchcrails/?p=54</guid>
		<description><![CDATA[我為了準備要開課的課程，會把課程的內容先一一用 Screencast 錄起來，然後放在本網站上。 
不能來上課的人下載來看看，我上課的內容會幾乎跟 Screencast 一模一樣，所以呢，你如果看了 Screencasts 就可能覺得不用來上課了。 或是可以看完 screencast 再來聽課會聽的比較懂 (但 screencast 裡面的笑話我也會重說一次)。 
目前我有錄了 RoR 的介紹，以後會錄更多，要錄到六小時的課程上課才知道有夠東西講了個六小時吧。
下面的連結要按右鍵儲存到你的電腦裡看，不然會直接顯示在你的瀏覽器裡。 
高解析度是 1440&#215;900, 低解析度 是 720&#215;450。 看高解析度的比較好，低解析度的太模糊。

RoR 大概介紹 ( ~15 分鐘) 高 72MB 或 低 30 MB 。
TVShows 裡的功能 ( ~6 分鐘) 高 22MB 或 低 10 MB 。

開始寫程式，Netbeans，Migrations ( ~35 分鐘) 高 125MB 或 低 55 MB 。


課程筆記

資料表: [...]]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/54/feed</wfw:commentRss>
		</item>
		<item>
		<title>時間</title>
		<link>http://www.qweruiop.org/nchcrails/posts/52</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/52#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:03:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.qweruiop.org/nchcrails/?p=52</guid>
		<description><![CDATA[ 碎碎念 
Ruby 的時間計算功能很強的， 而且 Rails 再新增更多的功能， 像 1.day.from_now 就可以給你一天後的時間。 這更能是別的語言比較少看到的。 要測試本文章裡的時間功能不要忘了開啟 script/console 才試驗喔， 因為有些時間的功能是 Rails 外加的， Ruby 裡沒有。
 本文章的範圍 

加/減時間
時間顯示的格式
跟時間有關的欄位命名
Time 跟 DateTime 的差別
大約的時間
精準的時間
去資料庫撈某某時間內的資料
資料分成一天一天來顯示

不會討論到:

時區支援 - 可以參考 Railscasts 第 106 集 還有
  mad.ly
  
日期選擇

快速小抄
注意: 單數或複數並不會有差別， 1.days 跟 1.day 是一樣的。 5.day 跟 5.days 也是一樣的。

# 計算時間前有時候會需要用到時間的 class
require 'date'

# 可用 seconds, minutes, days, years
4.seconds.from_now    [...]]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/52/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenID - 使用者管理</title>
		<link>http://www.qweruiop.org/nchcrails/posts/50</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/50#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:13:55 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.qweruiop.org/nchcrails/?p=50</guid>
		<description><![CDATA[ 此文章的範圍 
- 介紹 openID 的認證機制
- 教導如何在新的程式裡使用多個 openID 認證
- 不介紹舊的程式裡如何套用 openID
 資源 
有關 openID 可以看看 Ryan Bates 的 podcast。 我們用的起步程式包含了 restful_authentication。 如果覺得這種認證機制是牛刀殺雞的話， 可以考慮用 HTTP 基本認證或是最簡單的認證方法。
 什麼是 openID? 
openID 的目的就是用一個使用者名稱來登入多個網站。  我的 openID 是 qweruiop.myopenid.com。  理論上， 如果雅虎和 Google 都用 openID 的話， 我就可以享受這些功能： 分別登入雅虎跟 Google 的網站， 跟他們說我的 openID。
之後， 我到雅虎的網站上用 qweruiop.myopenid.com 登入時， 它就送我到 myopenid.com 網站， 讓我在那裡完成登入手續。 登入完後， [...]]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/50/feed</wfw:commentRss>
		</item>
		<item>
		<title>Git 原始碼管理</title>
		<link>http://www.qweruiop.org/nchcrails/posts/49</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/49#comments</comments>
		<pubDate>Thu, 15 May 2008 09:52:41 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.qweruiop.org/nchcrails/?p=49</guid>
		<description><![CDATA[文章範圍

安裝 和 設定 Git
Git 基本操作
長樹枝了(分叉成不同的版本）
Ruby on Rails 上使用
Git 維護

本文章的來源大部分是由 Git 官方網站裡的基本和更
先進一點的教學翻譯的， 然後加入了自己寫的範例。 Railscasts裡的資料也有參考到。  此文章的內容會談到 Git 基本管理， 維護， 還有資料分枝。 此文章不會談到架設自己的 Git 伺服器 或 push 跟 pull 等跟別人合作的方法。
Git 指令快速查照

git init             # 開始用 Git 來管理
git add .         [...]]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/49/feed</wfw:commentRss>
		</item>
		<item>
		<title>軟體開發工具</title>
		<link>http://www.qweruiop.org/nchcrails/posts/48</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/48#comments</comments>
		<pubDate>Mon, 17 Mar 2008 09:16:00 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://nchcrails.wordpress.com/2008/03/17/%e8%bb%9f%e9%ab%94%e9%96%8b%e7%99%bc%e5%b7%a5%e5%85%b7/</guid>
		<description><![CDATA[Netbeans - 最推薦的開發軟體，免費的
Eclipse / Radrails 安裝與介紹 - 也是免費的，但沒比 Netbeans 好
Textmate 簡單介紹 - 要掏腰包，而且在蘋果電腦上才可跑
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/48/feed</wfw:commentRss>
		</item>
		<item>
		<title>安裝 Rails</title>
		<link>http://www.qweruiop.org/nchcrails/posts/47</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/47#comments</comments>
		<pubDate>Mon, 17 Mar 2008 08:53:00 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://nchcrails.wordpress.com/2008/03/17/%e5%ae%89%e8%a3%9d-rails/</guid>
		<description><![CDATA[三選一

蘋果 OS X 或 Linux 自己 compile 
微軟的 Windows
套裝軟體: 蘋果 OS X 平台上的 Locomotive, 微軟 Windows 平台上的 Instant Rails

&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/47/feed</wfw:commentRss>
		</item>
		<item>
		<title>內容更新中</title>
		<link>http://www.qweruiop.org/nchcrails/posts/46</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/46#comments</comments>
		<pubDate>Mon, 17 Mar 2008 08:37:00 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nchcrails.wordpress.com/2008/03/17/%e5%85%a7%e5%ae%b9%e6%9b%b4%e6%96%b0%e4%b8%ad/</guid>
		<description><![CDATA[中心有時間讓我改文章了。。。所以現在文章修改中。。。
有誰知道有比 Blogger 更好看的文章顯示的 template 嗎?
]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/46/feed</wfw:commentRss>
		</item>
		<item>
		<title>下載本網站教材</title>
		<link>http://www.qweruiop.org/nchcrails/posts/45</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/45#comments</comments>
		<pubDate>Mon, 10 Sep 2007 07:25:00 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://nchcrails.wordpress.com/2007/09/10/%e4%b8%8b%e8%bc%89%e6%9c%ac%e7%b6%b2%e7%ab%99%e6%95%99%e6%9d%90/</guid>
		<description><![CDATA[我把有關 RoR 的文章都放成一篇 PDF 檔了，可由此下載
http://www.rubyonrails.org.tw/ror/rorIntro.pdf
本 PDF 檔版權為
Creative Commons Attribution-Noncommercial 3.0 License. 


]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/45/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google Analytics</title>
		<link>http://www.qweruiop.org/nchcrails/posts/44</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/44#comments</comments>
		<pubDate>Fri, 18 May 2007 01:39:00 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://nchcrails.wordpress.com/2007/05/18/google-analytics/</guid>
		<description><![CDATA[想要了解誰來看你的網站嗎？ Google Analytics 蠻好用的喔！ 我知道參訪者的分析軟體有很多，但 Google Analytics 的功能比我以前看過的還強。而且只要在網頁內放一小段程式碼就可以開始偷喵誰來看你了。
這跟 Rails 有甚麼關係？ㄛ。。。是沒有 &#62;_&#60; 可是是免費的喔！
比較特殊的功能如下，這些數字是來參訪本網站的人：
以地圖顯示:

參訪者用的 Flash 版本:

參訪者用的作業系統:

從那個連線點進入：

那個網站介紹的：

參訪者在單一網頁上逗留的流程：

參訪者住的公寓:

&#8230;
]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/44/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mongrel</title>
		<link>http://www.qweruiop.org/nchcrails/posts/43</link>
		<comments>http://www.qweruiop.org/nchcrails/posts/43#comments</comments>
		<pubDate>Tue, 01 May 2007 06:31:00 +0000</pubDate>
		<dc:creator>nchcrails</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nchcrails.wordpress.com/2007/05/01/mongrel/</guid>
		<description><![CDATA[以前 RoR 內建的伺服器叫做 Webrick, 現在內建的是 Mongrel。 Mongrel 是由 Ruby 所寫出來的網頁伺服軟體。 它的設計跟一套 Java 寫出來的伺服軟體叫 Simple 差不多。 功能方面很純粹的就是網頁伺服器，沒有 https 等功能。 Rubyonrails.org 官方網站是在 Mongrel 上面跑的。 
Mongrel 的作者 Zed Shaw 承認說純粹伺服靜態網頁的話， LightTPD 的速度會比較快。 但因為 LightTPD 的作者沒有在除錯了，而且也沒有在更新 mod_proxy 的 plugin 了，所以不建議大家用 LightTPD。 如果一定要 LightTPD 的速度的話，可以把前端機器用 LightTPD, 然後後端的機器用 Mongrel。 詳細架構可以  到此參考 。
]]></description>
		<wfw:commentRss>http://www.qweruiop.org/nchcrails/posts/43/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
