<?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>Jiramot.info &#187; ruby</title>
	<atom:link href="http://www.jiramot.info/tag/ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jiramot.info</link>
	<description>me?.note.each{ println it }</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:57:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Ruby, RubyGems, Rails, and the Ruby/Rails Oracle library</title>
		<link>http://www.jiramot.info/install-ruby-rubygems-rails-and-the-rubyrails-oracle-library</link>
		<comments>http://www.jiramot.info/install-ruby-rubygems-rails-and-the-rubyrails-oracle-library#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:22:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=434</guid>
		<description><![CDATA[There are two pieces of software you&#8217;ll need in order to use Rails on Windows XP: the Ruby programming language with RubyGems installation package, Rails 2.3.2(the latest version of Rails), and the Ruby/Rails Oracle database library. To download and install Ruby with the Gems package installer, do the following:

Go to http://rubyinstaller.rubyforge.org/.
Download the &#8220;One-Click Ruby Installer [...]]]></description>
			<content:encoded><![CDATA[<p>There are two pieces of software you&#8217;ll need in order to use Rails on Windows XP: the Ruby programming language with RubyGems installation package, Rails 2.3.2(the latest version of Rails), and the Ruby/Rails Oracle database library. To download and install Ruby with the Gems package installer, do the following:</p>
<ol>
<li>Go to <a href="http://rubyinstaller.rubyforge.org/">http://rubyinstaller.rubyforge.org/</a>.</li>
<li>Download the <a href="http://rubyforge.org/frs/download.php/29263/ruby186-26.exe">&#8220;One-Click Ruby Installer for Windows 1.8.6-26 Final Release&#8221;</a>.</li>
<li>Follow the installation instructions.</li>
</ol>
<p>Once the Ruby programming platform is installed you can use RubyGems, a Ruby application that allows you to install Ruby frameworks very easily. To install the Rails application development framework, first you need to update RubyGems because Rails 2.3.2 requires RubyGems 1.3.1 (or higher):</p>
<pre>C:\&gt; gem update --system</pre>
<p>Then install Rails:</p>
<pre>C:\&gt; gem install rails -v 2.3.2</pre>
<p>Now that you have Ruby, RubyGems, and Rails installed, you can install a specialized code library that will allow your Ruby/Rails applications to talk to your Oracle database server. To install <a href="http://ruby-oci8.rubyforge.org/" target="_blank">Ruby Oracle library</a> and ActiveRecord Oracle Adapter, execute the following commands:</p>
<pre>C:\&gt; gem install ruby-oci8 -v 1.0.4</pre>
<pre>C:\&gt; gem install activerecord-oracle-adapter --source http://gems.rubyonrails.org</pre>
<p>Another choice for the ActiveRecord Oracle Adapter is the <a href="http://github.com/rsim/oracle-enhanced/tree/master" target="_blank">ActiveRecord Oracle enhanced adapter</a> busily maintained by Oracle ACE <a href="http://github.com/rsim" target="_blank">Raimonds Simanovskis</a>. This adapter contains <a href="http://wiki.github.com/rsim/oracle-enhanced/usage" target="_blank">useful additional features</a> for working with new and legacy Oracle databases which are extracted from real projects&#8217; patches for the original ActiveRecord Oracle adapter (<a href="http://dev.rubyonrails.org/browser/adapters/oracle/lib/active_record/connection_adapters/oracle_adapter.rb" target="_blank">activerecord-oracle-adapter</a>), and <a href="http://blog.rayapps.com/2009/03/23/activerecord-oracle-enhanced-adapter-also-on-jruby-and-ruby-19/">supports three major Ruby interpreters</a> (MRI 1.8.6, JRuby 1.1.6 and Ruby/YARV 1.9.1). To install ActiveRecord Oracle enhanced adapter, execute the following command:</p>
<pre>C:\&gt; gem install activerecord-oracle_enhanced-adapter</pre>
<p>Assuming that everything went smoothly, you have now installed Ruby, Rails, and the Rails-Oracle connection library. You are now ready to create your first Ruby on Rails Web application.</p>
<p>source: <a href="http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html">http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/install-ruby-rubygems-rails-and-the-rubyrails-oracle-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>มาลอง Ruby on Rails กันเหอะ</title>
		<link>http://www.jiramot.info/%e0%b8%a1%e0%b8%b2%e0%b8%a5%e0%b8%ad%e0%b8%87-ruby-on-rails-%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b9%80%e0%b8%ab%e0%b8%ad%e0%b8%b0</link>
		<comments>http://www.jiramot.info/%e0%b8%a1%e0%b8%b2%e0%b8%a5%e0%b8%ad%e0%b8%87-ruby-on-rails-%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b9%80%e0%b8%ab%e0%b8%ad%e0%b8%b0#comments</comments>
		<pubDate>Wed, 19 Nov 2008 10:48:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.jiramot.info/?p=66</guid>
		<description><![CDATA[วันนี้ นั่งลง RoR 1 ชม เอ๋ มันยากกว่าเขียน Grails อีกน่ะเนี่ย  setup ยากกว่านิดหน่อย แต่ว่าเรื่อง syntax นี่ดิ  555 ruby เขียนไงว่ะ เลยทำให้ยากกว่าเจ้า grails เยอะเลย
แต่เท่าที่ดู ส่วนของ view ของเจ้า RoR มันจะแก้ได้ง่ายกว่าของ Grails แหะ เพราะว่ามันเป็น HTML ธรรมดาเลย แล้วแทรก tag เข้าไปนิดหน่อย เลยทำให้อ่านดูง่ายกว่า (จริงๆ กรูไม่เข้าใจเจ้า sitemesh เองมากกว่า ว่าทำไปเพื่ออะไร)
เด๋วจะลองมาเขียน simple tutorial ดูวันหลังละกัน หา document ใหม่ๆ ไม่ค่อยเจอ ทำตามไม่ค่อยได้ ก็เลยปวดหัวนิดหน่อย (มือใหม่จริงๆ แหะๆ)
]]></description>
			<content:encoded><![CDATA[<p>วันนี้ นั่งลง RoR 1 ชม เอ๋ มันยากกว่าเขียน Grails อีกน่ะเนี่ย  setup ยากกว่านิดหน่อย แต่ว่าเรื่อง syntax นี่ดิ  555 ruby เขียนไงว่ะ เลยทำให้ยากกว่าเจ้า grails เยอะเลย</p>
<p>แต่เท่าที่ดู ส่วนของ view ของเจ้า RoR มันจะแก้ได้ง่ายกว่าของ Grails แหะ เพราะว่ามันเป็น HTML ธรรมดาเลย แล้วแทรก tag เข้าไปนิดหน่อย เลยทำให้อ่านดูง่ายกว่า (จริงๆ กรูไม่เข้าใจเจ้า sitemesh เองมากกว่า ว่าทำไปเพื่ออะไร)</p>
<p>เด๋วจะลองมาเขียน simple tutorial ดูวันหลังละกัน หา document ใหม่ๆ ไม่ค่อยเจอ ทำตามไม่ค่อยได้ ก็เลยปวดหัวนิดหน่อย (มือใหม่จริงๆ แหะๆ)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jiramot.info/%e0%b8%a1%e0%b8%b2%e0%b8%a5%e0%b8%ad%e0%b8%87-ruby-on-rails-%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b9%80%e0%b8%ab%e0%b8%ad%e0%b8%b0/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
