<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Randika on Rails</title>
	
	<link>http://randika.com</link>
	<description />
	<lastBuildDate>Fri, 23 Dec 2011 01:13:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/randika" /><feedburner:info uri="randika" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>randika</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to deploy rails 3.1.1 app on heroku Cedar stack</title>
		<link>http://feedproxy.google.com/~r/randika/~3/g4sn9XM1OZI/</link>
		<comments>http://randika.com/2011/11/09/how-to-deploy-rails-3-1-app-on-heroku-cedar-stack/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 22:06:50 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://randika.com/?p=353</guid>
		<description>Rails 3.1 runs best on Heroku’s Cedar stack, rather than bamboo stack. Following steps worked for me when deploying the apps to heroku&amp;#8217;s cedar. Gem configuration ============================== 1) On your Gem file move the default sqlite3 gem config to development group and add PosgreSQL group :production do # gems specifically for Heroku go here gem [...]&lt;img src="http://feeds.feedburner.com/~r/randika/~4/g4sn9XM1OZI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2011/11/09/how-to-deploy-rails-3-1-app-on-heroku-cedar-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://randika.com/2011/11/09/how-to-deploy-rails-3-1-app-on-heroku-cedar-stack/</feedburner:origLink></item>
		<item>
		<title>Linux tips: Check whether the mongrel port 3000 is open</title>
		<link>http://feedproxy.google.com/~r/randika/~3/4pjrwj5ddsM/</link>
		<comments>http://randika.com/2011/06/03/linux-tips-check-whether-the-mongrel-port-3000-is-open/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 14:09:41 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://randika.com/?p=343</guid>
		<description>&lt;img src="http://feeds.feedburner.com/~r/randika/~4/4pjrwj5ddsM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2011/06/03/linux-tips-check-whether-the-mongrel-port-3000-is-open/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://randika.com/2011/06/03/linux-tips-check-whether-the-mongrel-port-3000-is-open/</feedburner:origLink></item>
		<item>
		<title>Linux tips: How To Search Shell Command History</title>
		<link>http://feedproxy.google.com/~r/randika/~3/FWMxSiWyD8g/</link>
		<comments>http://randika.com/2011/06/03/linux-tips-how-to-search-shell-command-history/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 13:46:25 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://randika.com/?p=338</guid>
		<description>&lt;img src="http://feeds.feedburner.com/~r/randika/~4/FWMxSiWyD8g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2011/06/03/linux-tips-how-to-search-shell-command-history/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://randika.com/2011/06/03/linux-tips-how-to-search-shell-command-history/</feedburner:origLink></item>
		<item>
		<title>How to Install Ruby 1.9.2 and Rails 3.0 on Ubuntu</title>
		<link>http://feedproxy.google.com/~r/randika/~3/n_PXX0_6UbA/</link>
		<comments>http://randika.com/2011/02/05/how-to-install-ruby-1-9-2-and-rails-3-0-on-ubuntu/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 20:06:40 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://randika.com/?p=300</guid>
		<description>Most of the developers still use package managers to install ruby. This approach works, but most of the times it leads to dependency issues every now and then. Usually I don&amp;#8217;t use package managers to install ruby, instead I use ruby version manager (RVM) by wayneeseguin In this post I&amp;#8217;m going to install ruby 1.9.2 [...]&lt;img src="http://feeds.feedburner.com/~r/randika/~4/n_PXX0_6UbA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2011/02/05/how-to-install-ruby-1-9-2-and-rails-3-0-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://randika.com/2011/02/05/how-to-install-ruby-1-9-2-and-rails-3-0-on-ubuntu/</feedburner:origLink></item>
		<item>
		<title>How to unzip bz2 files</title>
		<link>http://feedproxy.google.com/~r/randika/~3/dCSxHQtkGOY/</link>
		<comments>http://randika.com/2010/06/18/how-to-unzip-bz2-files/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 11:08:40 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://randika.com/2010/06/18/how-to-unzip-bz2-files/</guid>
		<description>tar &amp;#8211;use-compress-program bzip2 -xvf your-file-name.tar.bz2&lt;img src="http://feeds.feedburner.com/~r/randika/~4/dCSxHQtkGOY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2010/06/18/how-to-unzip-bz2-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://randika.com/2010/06/18/how-to-unzip-bz2-files/</feedburner:origLink></item>
		<item>
		<title>Fedora: Accidentally deleted Gnome desktop panels, how to restore?</title>
		<link>http://feedproxy.google.com/~r/randika/~3/t_TyWBdhcrY/</link>
		<comments>http://randika.com/2010/06/15/fedora-accidentally-deleted-gnome-desktop-panels-how-to-restore/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 04:08:12 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://randika.com/?p=276</guid>
		<description>I accidentally deleted the entire panels at the bottom and the top of the my fedora Gnome installation. Start menu, the clock, desktop switchers, workspaces and everything are gone now. After googling for few minutes I found a fix for this. Here is what I did. [randika@localhost ~]$ mkdir bak [randika@localhost ~]$ mv -rf {.gnome*,.gconf*} [...]&lt;img src="http://feeds.feedburner.com/~r/randika/~4/t_TyWBdhcrY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2010/06/15/fedora-accidentally-deleted-gnome-desktop-panels-how-to-restore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://randika.com/2010/06/15/fedora-accidentally-deleted-gnome-desktop-panels-how-to-restore/</feedburner:origLink></item>
		<item>
		<title>Ruby on Rails: How to bypass Model validation</title>
		<link>http://feedproxy.google.com/~r/randika/~3/1Qa_pKFHMnk/</link>
		<comments>http://randika.com/2010/04/09/ruby-on-rails-how-to-bypass-model-validation/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 12:55:27 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://randika.com/?p=198</guid>
		<description>In my recent application I have these two models (User, BusinessAccount) with some data validation which works well with their respective controllers. While keeping these models with their data validation as it is, I wanted to create another Controller (SignupController) which save both model data at once. But  I wanted to bypass the original model validation [...]&lt;img src="http://feeds.feedburner.com/~r/randika/~4/1Qa_pKFHMnk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2010/04/09/ruby-on-rails-how-to-bypass-model-validation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://randika.com/2010/04/09/ruby-on-rails-how-to-bypass-model-validation/</feedburner:origLink></item>
		<item>
		<title>JavaScript: trim() Function</title>
		<link>http://feedproxy.google.com/~r/randika/~3/IQiJ8X1CM_I/</link>
		<comments>http://randika.com/2010/02/09/javascript-trim-function/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:42:19 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://randika.com/2010/02/09/javascript-trim-function/</guid>
		<description>Where is the trim() function to remove leading and trailing whitespaces of strings? Actually Javascript String object doesn&amp;#8217;t natively support it. But there is a workaround for this with regular expressions.&lt;img src="http://feeds.feedburner.com/~r/randika/~4/IQiJ8X1CM_I" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2010/02/09/javascript-trim-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://randika.com/2010/02/09/javascript-trim-function/</feedburner:origLink></item>
		<item>
		<title>Ruby on rails: how to install ruby 1.8.7 on windows</title>
		<link>http://feedproxy.google.com/~r/randika/~3/q-_FRTrOWMI/</link>
		<comments>http://randika.com/2010/01/11/ruby-on-rails-how-to-install-ruby-1-8-7-on-windows/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:47:23 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://randika.com/?p=178</guid>
		<description>I couldn&amp;#8217;t find the very famous ruby one-click-installer for ruby 1.8.7, after trying various ways I ended up with a solution for this. Here is what I did to get ruby 1.8.7 installed on windows. First download the ruby 1.8.7 from this link: http://www.ruby-lang.org/en/downloads/ (I took Ruby 1.8.7-p72 Binary) extract this to c:\ruby (or somewhere [...]&lt;img src="http://feeds.feedburner.com/~r/randika/~4/q-_FRTrOWMI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2010/01/11/ruby-on-rails-how-to-install-ruby-1-8-7-on-windows/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://randika.com/2010/01/11/ruby-on-rails-how-to-install-ruby-1-8-7-on-windows/</feedburner:origLink></item>
		<item>
		<title>Most wanted ruby on rails code snippets, tips and tricks</title>
		<link>http://feedproxy.google.com/~r/randika/~3/pKxCyZXbrGs/</link>
		<comments>http://randika.com/2009/11/30/most-wanted-ruby-on-rails-code-snippets-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 10:44:53 +0000</pubDate>
		<dc:creator>Randika</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://randika.com/?p=149</guid>
		<description>I keep forgetting all those fancy ruby on rails commands and the important code snippets always. I better keep them documented some where I can find easily. So I&amp;#8217;m going to write down as much as code snippets, command lines, tips tricks where I need. Anyway this looks messy as I update this page time [...]&lt;img src="http://feeds.feedburner.com/~r/randika/~4/pKxCyZXbrGs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://randika.com/2009/11/30/most-wanted-ruby-on-rails-code-snippets-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://randika.com/2009/11/30/most-wanted-ruby-on-rails-code-snippets-tips-and-tricks/</feedburner:origLink></item>
	</channel>
</rss>

