<?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>Vivek&#039;s Blog &#187; Rails</title>
	<atom:link href="http://www.khokhar.info/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khokhar.info</link>
	<description>Opensource, Coding, Products and Life</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:29:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OpenSolaris: Problem Installing eventmachine gem</title>
		<link>http://www.khokhar.info/2008/10/12/opensolaris-problem-installing-eventmachine-gem/</link>
		<comments>http://www.khokhar.info/2008/10/12/opensolaris-problem-installing-eventmachine-gem/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 10:09:16 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2008/10/12/opensolaris-problem-installing-eventmachine-gem/</guid>
		<description><![CDATA[set this var before gem install command [code]export CXX=g++[/code]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2008/10/12/opensolaris-problem-installing-eventmachine-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup:: Rubyworks &amp; rMagick</title>
		<link>http://www.khokhar.info/2008/10/12/setup-rubyworks-rmagick/</link>
		<comments>http://www.khokhar.info/2008/10/12/setup-rubyworks-rmagick/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 09:36:13 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2008/10/12/setup-rubyworks-rmagick/</guid>
		<description><![CDATA[I tried this before mod_rails launched. Pushing my command log for reference. This setup uses rubyworks, details can be found here http://studios.thoughtworks.com/rubyworks I tried this on a redhat machine. The setup seems to be working perfectly fine. clear 2 ruby 3 yum install ruby 4 wget http://rubyworks.rubyforge.org/RubyWorks.i386.repo 5 sudo cp RubyWorks.i386.repo /etc/yum.repos.d/ 6 uname -A [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2008/10/12/setup-rubyworks-rmagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/bin/rm: Argument list too long  tmp/sessions/ruby_sess.*</title>
		<link>http://www.khokhar.info/2007/12/06/binrm-argument-list-too-long-tmpsessionsruby_sess/</link>
		<comments>http://www.khokhar.info/2007/12/06/binrm-argument-list-too-long-tmpsessionsruby_sess/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 01:25:19 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/12/06/binrm-argument-list-too-long-tmpsessionsruby_sess/</guid>
		<description><![CDATA[Well this happens when there are too many files to process: Best way in this case is to do batch processing: Sample command: find . -name 'ruby_sess.*' -print0 &#124; xargs -0 rm]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/12/06/binrm-argument-list-too-long-tmpsessionsruby_sess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAILS_ROOT</title>
		<link>http://www.khokhar.info/2007/07/26/rails_root/</link>
		<comments>http://www.khokhar.info/2007/07/26/rails_root/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 09:38:12 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/07/26/rails_root/</guid>
		<description><![CDATA[RAILS_ROOT gives you relative path within the applications it works fine as far as you need the path within rails application. How about getting absolute path to rails folder? I found one way, and thats from the ENV hash. You can use ENV['PWD'] to find absolute path to the rails folder. Any other ways ?? [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/07/26/rails_root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails RJS redirect</title>
		<link>http://www.khokhar.info/2007/06/11/rails-rjs-redirect/</link>
		<comments>http://www.khokhar.info/2007/06/11/rails-rjs-redirect/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 09:12:36 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/06/11/rails-rjs-redirect/</guid>
		<description><![CDATA[page.redirect_to :action => &#8216;thanks&#8217;, :p1 => @g_resp.params["_code"], :p2 => @r_id]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/06/11/rails-rjs-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
