<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ไอเอินบล๊อก &#187; RoR</title>
	<atom:link href="http://www.iearn.in.th/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iearn.in.th</link>
	<description>Just Play and Just Knowledge</description>
	<lastBuildDate>Fri, 05 Aug 2011 15:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Centos Install ImageMagick and rmagick gem</title>
		<link>http://www.iearn.in.th/2011/07/30/centos-install-imagemagick-and-rmagick-gem/</link>
		<comments>http://www.iearn.in.th/2011/07/30/centos-install-imagemagick-and-rmagick-gem/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 04:37:35 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=719</guid>
		<description><![CDATA[wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz cd ImageMagick-6-?? ./configure make make install gem install rmagick แถมตัวอย่างการใช้งาน http://beatz.tistory.com/entry/Ruby-on-Rails-and-Rmagick-Crop-Resize-Rotate-Thumbnail-and-Upload-Images 12 views]]></description>
			<content:encoded><![CDATA[<p><code>wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz<br />
cd ImageMagick-6-??<br />
./configure<br />
make<br />
make install<br />
gem install rmagick</code><br />
<span id="more-719"></span></p>
<p>แถมตัวอย่างการใช้งาน</p>
<p>http://beatz.tistory.com/entry/Ruby-on-Rails-and-Rmagick-Crop-Resize-Rotate-Thumbnail-and-Upload-Images</p>

<p class="sayac_bilgi">12 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2011/07/30/centos-install-imagemagick-and-rmagick-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 2.3.5 missing gem require searchlogic</title>
		<link>http://www.iearn.in.th/2011/07/29/rails-2-3-5-missing-gem-require-searchlogic/</link>
		<comments>http://www.iearn.in.th/2011/07/29/rails-2-3-5-missing-gem-require-searchlogic/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 17:30:15 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=717</guid>
		<description><![CDATA[ถ้าเกิดเจอปัญหา Missing these required gems: searchlogic You&#8217;re running: ruby 1.8.7.72 แก้ไขไฟล์ config/environment.rb gem "searchlogic" ,:version => "2.4.19" #ถ้าเกิดมีปัญหาอีกแก้โดยเพิ่ม gem "rack"< :version => "1.0.1" 3 views]]></description>
			<content:encoded><![CDATA[<p>ถ้าเกิดเจอปัญหา Missing these required gems: searchlogic You&#8217;re running: ruby 1.8.7.72<br />
แก้ไขไฟล์ config/environment.rb<br />
<code>gem "searchlogic" ,:version => "2.4.19"<br />
#ถ้าเกิดมีปัญหาอีกแก้โดยเพิ่ม<br />
gem "rack"< :version => "1.0.1"</code></p>

<p class="sayac_bilgi">3 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2011/07/29/rails-2-3-5-missing-gem-require-searchlogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Deploy permission denied</title>
		<link>http://www.iearn.in.th/2011/07/28/rails-deploy-permission-denied/</link>
		<comments>http://www.iearn.in.th/2011/07/28/rails-deploy-permission-denied/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 09:59:51 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=714</guid>
		<description><![CDATA[ถ้าหากเจอปัญหาเมื่อมีการ deploy rails ใน /home/xxx/** แล้วเจอ permission denied ให้ทำการเพิ่ม permission ให้ /home/xxx ดังนี้ครับ chmod 755 /home/xxx 5 views]]></description>
			<content:encoded><![CDATA[<p>ถ้าหากเจอปัญหาเมื่อมีการ deploy rails ใน /home/xxx/** แล้วเจอ permission denied ให้ทำการเพิ่ม permission ให้ /home/xxx ดังนี้ครับ<br />
<code>chmod 755 /home/xxx</code></p>

<p class="sayac_bilgi">5 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2011/07/28/rails-deploy-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install mysql-server and mysql gem</title>
		<link>http://www.iearn.in.th/2010/11/20/install-mysql-server-and-mysql-gem/</link>
		<comments>http://www.iearn.in.th/2010/11/20/install-mysql-server-and-mysql-gem/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 05:18:52 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[E-Ruby]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=659</guid>
		<description><![CDATA[sudo apt-get install mysql-server mysql-client libmysqlclient-dev sudo gem install mysql 11 views]]></description>
			<content:encoded><![CDATA[<p><code>sudo apt-get install mysql-server mysql-client libmysqlclient-dev<br />
sudo gem install mysql</code></p>

<p class="sayac_bilgi">11 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/11/20/install-mysql-server-and-mysql-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Imagemagick and rmagick on Ubuntu</title>
		<link>http://www.iearn.in.th/2010/11/20/installing-imagemagick-and-rmagick-on-ubuntu/</link>
		<comments>http://www.iearn.in.th/2010/11/20/installing-imagemagick-and-rmagick-on-ubuntu/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 04:50:38 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Imagemagick]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rmagick]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=656</guid>
		<description><![CDATA[ง่ายๆ แค่ 2 ขั้นตอน sudo apt-get install imagemagick libmagick9-dev sudo gem install rmagick 4 views]]></description>
			<content:encoded><![CDATA[<p>ง่ายๆ แค่ 2 ขั้นตอน<br />
<code><br />
sudo apt-get install imagemagick libmagick9-dev<br />
sudo gem install rmagick<br />
</code></p>

<p class="sayac_bilgi">4 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/11/20/installing-imagemagick-and-rmagick-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Ruby 1.9.2 and Rails 3 on Ubuntu 10.10</title>
		<link>http://www.iearn.in.th/2010/11/19/install-ruby-1-9-2-and-rails-3-on-ubuntu-10-10/</link>
		<comments>http://www.iearn.in.th/2010/11/19/install-ruby-1-9-2-and-rails-3-on-ubuntu-10-10/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 15:25:10 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[E-Ruby]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=652</guid>
		<description><![CDATA[ง่ายๆครับ ทำตามนี้เลย apt-get install gcc g++ build-essential libssl-dev libreadline5-dev zlib1g-dev linux-headers-generic libsqlite3-dev wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p0.tar.gz tar -zxvf ruby-1.9.2-p0.tar.gz cd ruby-1.9.2-p0 ./configure --prefix=/usr/local/ruby make &#038;&#038; sudo make install สุดท้ายก็แก้ไข path ให้ไปที่ /usr/local/ruby/bin gedit /etc/envitonment source /etc/environment 12 views]]></description>
			<content:encoded><![CDATA[<p>ง่ายๆครับ ทำตามนี้เลย<br />
<code>apt-get install gcc g++ build-essential libssl-dev libreadline5-dev zlib1g-dev linux-headers-generic libsqlite3-dev<br />
wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p0.tar.gz<br />
tar -zxvf ruby-1.9.2-p0.tar.gz<br />
cd ruby-1.9.2-p0<br />
./configure --prefix=/usr/local/ruby<br />
make &#038;&#038; sudo make install</code></p>
<p>สุดท้ายก็แก้ไข path ให้ไปที่ /usr/local/ruby/bin<br />
<code>gedit /etc/envitonment<br />
source /etc/environment</code></p>

<p class="sayac_bilgi">12 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/11/19/install-ruby-1-9-2-and-rails-3-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy rails app on a suburi</title>
		<link>http://www.iearn.in.th/2010/03/11/deploy-rails-app-on-a-suburi/</link>
		<comments>http://www.iearn.in.th/2010/03/11/deploy-rails-app-on-a-suburi/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 09:00:30 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails suburi]]></category>
		<category><![CDATA[relative url]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=628</guid>
		<description><![CDATA[หากใครอยากที่จะ deploy rails สำหรับให้อยู่ในส่วนของ suburi เช่น example.com/app จำเป็นจะต้องมีการใช้งานในส่วนของการสั่งให้ rails ทราบว่าตอนนี้มันกำลังอยู่ใน url ใด ซึ่งในส่วนของการ deploy ผมได้ deploy apache+mod_proxy+mongrel ซึ่งผมจะมาเขียนที่หลังละกันครับ สำหรับการทำให้ rails deploy บน suburi ทำได้ดังนี้ครับ โดยการแก้ไขในส่วนของ environment.rb config.action_controller.relative_url_root = &#34;/rails&#34; เป็นอันว่าเรียบร้อย 17 views]]></description>
			<content:encoded><![CDATA[<p>หากใครอยากที่จะ deploy rails สำหรับให้อยู่ในส่วนของ suburi เช่น example.com/app จำเป็นจะต้องมีการใช้งานในส่วนของการสั่งให้ rails ทราบว่าตอนนี้มันกำลังอยู่ใน url ใด ซึ่งในส่วนของการ deploy ผมได้ deploy apache+mod_proxy+mongrel ซึ่งผมจะมาเขียนที่หลังละกันครับ<br />
สำหรับการทำให้ rails deploy บน suburi ทำได้ดังนี้ครับ โดยการแก้ไขในส่วนของ environment.rb</p>

<div class="wp_syntax"><div class="code"><pre class="rails" style="font-family:monospace;">config.<span style="color:#9900CC;">action_controller</span>.<span style="color:#9900CC;">relative_url_root</span> = <span style="color:#996600;">&quot;/rails&quot;</span></pre></div></div>

<p>เป็นอันว่าเรียบร้อย</p>

<p class="sayac_bilgi">17 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/03/11/deploy-rails-app-on-a-suburi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gem update &#8211;system is disabled on Debian</title>
		<link>http://www.iearn.in.th/2010/03/07/gem-update-system-is-disabled-on-debian/</link>
		<comments>http://www.iearn.in.th/2010/03/07/gem-update-system-is-disabled-on-debian/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:40:26 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[update gem]]></category>
		<category><![CDATA[update_rubygems]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=621</guid>
		<description><![CDATA[ปัญหาเกิดจากกำลังลอง server และ rails hosting controller โดยที่ลองเล่นบน debian แล้วเมื่อต้องการ update gem เจอปัญหานี้ครับ ERROR: While executing gem ... (RuntimeError) gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get. วิธีการแก้โดยการเปลี่ยนไปใช้ gem ที่ไว้สำหรับ update rubygems ทำได้ 2 วิธีครับ gem install update_rubygems cd /var/lib/gems/1.8/bin ./update_rubygems or gem install [...]]]></description>
			<content:encoded><![CDATA[<p>ปัญหาเกิดจากกำลังลอง server และ rails hosting controller โดยที่ลองเล่นบน debian แล้วเมื่อต้องการ update gem เจอปัญหานี้ครับ</p>
<pre code="bash">ERROR:  While executing gem ... (RuntimeError)
    gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.
</pre>
<p><span id="more-621"></span><br />
วิธีการแก้โดยการเปลี่ยนไปใช้ gem ที่ไว้สำหรับ update rubygems ทำได้ 2 วิธีครับ</p>
<pre code="bash">
gem install update_rubygems
cd /var/lib/gems/1.8/bin
./update_rubygems
</pre>
<p>or</p>
<pre code="bash">
gem install rubygems-update
cd /var/lib/gems/1.8/bin
./update_rubygems
</pre>

<p class="sayac_bilgi">5 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2010/03/07/gem-update-system-is-disabled-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>จะอ่าน Rails Api ได้จากไหน?</title>
		<link>http://www.iearn.in.th/2009/05/29/%e0%b8%88%e0%b8%b0%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99-rails-api-%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%88%e0%b8%b2%e0%b8%81%e0%b9%84%e0%b8%ab%e0%b8%99/</link>
		<comments>http://www.iearn.in.th/2009/05/29/%e0%b8%88%e0%b8%b0%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99-rails-api-%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%88%e0%b8%b2%e0%b8%81%e0%b9%84%e0%b8%ab%e0%b8%99/#comments</comments>
		<pubDate>Fri, 29 May 2009 06:11:36 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[RoR]]></category>
		<category><![CDATA[basic rails]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails api]]></category>
		<category><![CDATA[rails class]]></category>
		<category><![CDATA[rails doc]]></category>
		<category><![CDATA[rails method]]></category>
		<category><![CDATA[rails tutorails]]></category>
		<category><![CDATA[start with rails]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=536</guid>
		<description><![CDATA[สำหรับหลายคนที่ต้องการนำเอา Rails Api มาใช้เพื่อค้นหา method ต่างๆ รวมถึงเพื่อที่จะอ่านตัวอย่างในส่วนของ example ของโค้ดที่เขาได้เขียนไว้ให้ดู หลายคนอาจจะต้องเปิดเน็ตเพื่ออ่าน และปัยหาอยุ่ที่ว่าถ้าเน็ตช้าเราจะทำไง มันก็ช้าครับวันนี้ผมได้เจอ http://www.railsbrain.com/ ซึ่งได้รวบเอา api ทั้งหมดมา zip จากนั้นก็แจกจ่ายครับโดยผมได้โหลดมาเก็บไว้แล้วหากใครสนใจโหลดต่อได้เลย * Rails v2.3.2 Docs view online download * Rails v2.2.2 Docs view online download * Rails v2.1.2 Docs view online download * Rails v2.1.0 Docs view online download * Rails v2.0.5 Docs view online download * Rails [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/rails-api.jpg"><img src="http://www.iearn.in.th/wp-content/uploads/2009/05/rails-api-300x209.jpg" alt="rails-api" title="rails-api" width="300" height="209" class="aligncenter size-medium wp-image-537" /></a></p>
<p>สำหรับหลายคนที่ต้องการนำเอา Rails Api มาใช้เพื่อค้นหา method ต่างๆ รวมถึงเพื่อที่จะอ่านตัวอย่างในส่วนของ example ของโค้ดที่เขาได้เขียนไว้ให้ดู หลายคนอาจจะต้องเปิดเน็ตเพื่ออ่าน และปัยหาอยุ่ที่ว่าถ้าเน็ตช้าเราจะทำไง มันก็ช้าครับวันนี้ผมได้เจอ<a href="http://www.railsbrain.com/"> http://www.railsbrain.com/</a> ซึ่งได้รวบเอา api ทั้งหมดมา zip จากนั้นก็แจกจ่ายครับโดยผมได้โหลดมาเก็บไว้แล้วหากใครสนใจโหลดต่อได้เลย<br />
<span id="more-536"></span><br />
    * Rails v2.3.2 Docs <a href="http://www.iearn.in.th/api/rails-2.3.2/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-2.3.2.zip">download</a><br />
    * Rails v2.2.2 Docs <a href="http://www.iearn.in.th/api/rails-2.2.2/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-2.2.2.zip">download</a><br />
    * Rails v2.1.2 Docs <a href="http://www.iearn.in.th/api/rails-2.1.2/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-2.1.2.zip">download</a><br />
    * Rails v2.1.0 Docs <a href="http://www.iearn.in.th/api/rails-2.1.0/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-2.1.0.zip">download</a><br />
    * Rails v2.0.5 Docs <a href="http://www.iearn.in.th/api/rails-2.0.5/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-2.0.5.zip">download</a><br />
    * Rails v2.0.2 Docs <a href="http://www.iearn.in.th/api/rails-2.0.2/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-2.0.2.zip">download</a><br />
    * Rails v1.2.6 Docs <a href="http://www.iearn.in.th/api/rails-1.2.6/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.6.zip">download</a><br />
    * Rails v1.2.5 Docs <a href="http://www.iearn.in.th/api/rails-1.2.5/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.5.zip">download</a><br />
    * Rails v1.2.4 Docs <a href="http://www.iearn.in.th/api/rails-1.2.4/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.4.zip">download</a><br />
    * Rails v1.2.3 Docs <a href="http://www.iearn.in.th/api/rails-1.2.3/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.3.zip">download</a><br />
    * Rails v1.2.2 Docs <a href="http://www.iearn.in.th/api/rails-1.2.2/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.2.zip">download</a><br />
    * Rails v1.2.1 Docs <a href="http://www.iearn.in.th/api/rails-1.2.1/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.1.zip">download</a><br />
    * Rails v1.2.0 Docs <a href="http://www.iearn.in.th/api/rails-1.2.0/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.2.0.zip">download</a><br />
    * Rails v1.1.6 Docs <a href="http://www.iearn.in.th/api/rails-1.1.6/">view online</a>  <a href="http://www.iearn.in.th/api/railsbrain_rails-1.1.6.zip">download</a></p>
<p>ท่านสามารถดาวโหลดได้เลยครับ ขอบคุณ <a href="http://www.railsbrain.com/"> http://www.railsbrain.com/</a>  อย่างแรง</p>

<p class="sayac_bilgi">18 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/29/%e0%b8%88%e0%b8%b0%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99-rails-api-%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%88%e0%b8%b2%e0%b8%81%e0%b9%84%e0%b8%ab%e0%b8%99/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>เริ่มต้น Rail ง่ายๆด้วย Bort</title>
		<link>http://www.iearn.in.th/2009/05/25/%e0%b9%80%e0%b8%a3%e0%b8%b4%e0%b9%88%e0%b8%a1%e0%b8%95%e0%b9%89%e0%b8%99-rail-%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-bort/</link>
		<comments>http://www.iearn.in.th/2009/05/25/%e0%b9%80%e0%b8%a3%e0%b8%b4%e0%b9%88%e0%b8%a1%e0%b8%95%e0%b9%89%e0%b8%99-rail-%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-bort/#comments</comments>
		<pubDate>Sun, 24 May 2009 22:26:30 +0000</pubDate>
		<dc:creator>nolifelover</dc:creator>
				<category><![CDATA[RoR]]></category>
		<category><![CDATA[base rails]]></category>
		<category><![CDATA[basic rails]]></category>
		<category><![CDATA[bort]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails tutorails]]></category>
		<category><![CDATA[start with rails]]></category>

		<guid isPermaLink="false">http://www.iearn.in.th/?p=528</guid>
		<description><![CDATA[กำลังตามหาโปรแจคนี้อยุ่พอดีหลัวจากที่เห็นแว๊บๆ แต่ว่าจำไม่ได้ว่ามันอยู่เว็บไหน 55 พยายามค้นหาตาม google ประมาณเกือบชมได้ครับ ไปเจอเอาที่  http://www.rails66.com/blog/?p=89 ซึ่งเป็นอันว่าจบการค้นหาครับ แต่ยังไงก็เอามาไว้ในเว็บด้วยละกันสำหรับการลงได้ 2 วิธีครับหากว่ามี git ก็ clone มาแต่หากว่าไม่มีสามารถดาวโหลดธรรมาเป็น zip file มาได้ครับ สำหรับสิ่งที่เจ้า Bort มีให้แล้วคือ RESTful Authentication User Roles Open ID Authentication Will Paginate Rspec &#38; Rspec-rails Exception Notifier Asset Packager บอกได้เลยว่าหากคุณทำ app ธรรมดาทุกตัวจำเป็นต้องมีระบบพวกนี้ครับ หากท่านสนใจตรงไปที่นี้เลยครับ http://github.com/fudgestudios/bort/tree/master 28 views]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iearn.in.th/wp-content/uploads/2009/05/bort-a-base-rails-apllication.jpg"><img class="aligncenter size-medium wp-image-529" title="bort-a-base-rails-apllication" src="http://www.iearn.in.th/wp-content/uploads/2009/05/bort-a-base-rails-apllication-300x107.jpg" alt="bort-a-base-rails-apllication" width="300" height="107" /></a></p>
<p>กำลังตามหาโปรแจคนี้อยุ่พอดีหลัวจากที่เห็นแว๊บๆ แต่ว่าจำไม่ได้ว่ามันอยู่เว็บไหน 55 พยายามค้นหาตาม google ประมาณเกือบชมได้ครับ ไปเจอเอาที่ <a href="http://www.rails66.com/blog/?p=89"> http://www.rails66.com/blog/?p=89</a> ซึ่งเป็นอันว่าจบการค้นหาครับ แต่ยังไงก็เอามาไว้ในเว็บด้วยละกัน<span id="more-528"></span>สำหรับการลงได้ 2 วิธีครับหากว่ามี git ก็ clone มาแต่หากว่าไม่มีสามารถดาวโหลดธรรมาเป็น zip file มาได้ครับ สำหรับสิ่งที่เจ้า Bort มีให้แล้วคือ</p>
<p style="padding-left: 30px;">
RESTful Authentication<br />
User Roles<br />
Open ID Authentication<br />
Will Paginate<br />
Rspec &amp; Rspec-rails<br />
Exception Notifier<br />
Asset Packager</p>
<p>บอกได้เลยว่าหากคุณทำ app ธรรมดาทุกตัวจำเป็นต้องมีระบบพวกนี้ครับ หากท่านสนใจตรงไปที่นี้เลยครับ <a href="http://github.com/fudgestudios/bort/tree/master">http://github.com/fudgestudios/bort/tree/master</a></p>

<p class="sayac_bilgi">28 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iearn.in.th/2009/05/25/%e0%b9%80%e0%b8%a3%e0%b8%b4%e0%b9%88%e0%b8%a1%e0%b8%95%e0%b9%89%e0%b8%99-rail-%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-bort/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

