<?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>Linux İpuçları &#187; rails</title>
	<atom:link href="http://www.linuxipuclari.com/tag/rails/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxipuclari.com</link>
	<description>Linux Hakkında Pratik İpuçları</description>
	<lastBuildDate>Sat, 24 Apr 2010 21:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Ubuntu 9.04 Rails 2.3.2 kurulumu</title>
		<link>http://www.linuxipuclari.com/ubuntu/ubuntu-904-rails-232-kurulumu</link>
		<comments>http://www.linuxipuclari.com/ubuntu/ubuntu-904-rails-232-kurulumu#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:25:17 +0000</pubDate>
		<dc:creator>Ali Soğukpınar</dc:creator>
				<category><![CDATA[Gezegen]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.linuxipuclari.com/?p=394</guid>
		<description><![CDATA[Standard Ubuntu kurulumu ne yazik ki eski bir Rails versiyonunu kuruyor. Ruby on Rails&#8217;in son versiyonunu (v2.3.2) yi kullanabilmek için rubygems-update paketini kurmanız gerekmekte. Bu paketi kurduktan sonra gem sistemi aracılığıyla rails in son versiyonunu kullanabilirsiniz. Aşağıda ortamınızı upgrade etmeniz için gereken adımları bulabilirsiniz. sudo apt-get install ruby-full -y sudo apt-get install rubygems PATH=$PATH:/var/lib/gems/1.8/bin sudo [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Standard Ubuntu kurulumu ne yazik ki eski bir Rails versiyonunu kuruyor. Ruby on Rails&#8217;in son versiyonunu (v2.3.2) yi kullanabilmek için <em>rubygems-update</em> paketini kurmanız gerekmekte.  Bu paketi kurduktan sonra gem sistemi aracılığıyla rails in son versiyonunu kullanabilirsiniz.</p>
<p>Aşağıda ortamınızı upgrade etmeniz için gereken adımları bulabilirsiniz.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ruby-full <span style="color: #660033;">-y</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> rubygems
<span style="color: #007800;">PATH</span>=<span style="color: #007800;">$PATH</span>:<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gems<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.8</span><span style="color: #000000; font-weight: bold;">/</span>bin
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> rubygems-update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gems<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.8</span><span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>update_rubygems
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> rails</pre></div></div>

<p>Bu yazıyı yazarken faydalandığım <a href="http://conceptspace.wikidot.com/rails101:basic-ruby-on-rails-installation/">Umur Özkul</a>&#8216;un sitesinden konu hakkında daha detaylı bilgi alabilir. Hazırlamış olduğu güzel tutorial sayesinde Rail programlamasına hızlı bir giriş yapabilirsiniz.</p>
<p><strong style="color:#999;">Bu yazıyı beğendiyseniz, diğer yazılarımıza da <a href="http://www.linuxipuclari.com">Linuxipuclari.com</a> adresinden ulaşabilirsiniz.</strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxipuclari.com/ubuntu/ubuntu-904-rails-232-kurulumu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

