<?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>Poetry of Programming</title>
	<atom:link href="http://kiran.gnufied.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://kiran.gnufied.org</link>
	<description>Its mainly about Ruby on Rails ! - Kiran Soumya</description>
	<lastBuildDate>Thu, 22 Sep 2011 12:12:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>SSL/HTTPS on Devise + Rails3</title>
		<link>http://kiran.gnufied.org/2011/09/22/sslhttps-on-devise-rails3/</link>
		<comments>http://kiran.gnufied.org/2011/09/22/sslhttps-on-devise-rails3/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 11:21:58 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Devise]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[Rails3]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=96</guid>
		<description><![CDATA[I have seen gems like ssl_requirement, but its too complicated for securing just two pages of user login and sign up. Referred few blogs and found few useful links for the same: 1> For # Creating your private key # Creating your certificate signing request # Getting your certificate # Configuring your web server Refer: [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2011/09/22/sslhttps-on-devise-rails3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rake Task in Rails 3 on Production ENV</title>
		<link>http://kiran.gnufied.org/2011/07/18/rake-task-in-rails-3-on-production-env/</link>
		<comments>http://kiran.gnufied.org/2011/07/18/rake-task-in-rails-3-on-production-env/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 10:53:49 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[Rails3]]></category>
		<category><![CDATA[rake]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=91</guid>
		<description><![CDATA[Cannot execute Rake Task in production environment? Does it throws errors of uninitialized objects or refuses to load Model classes? To execute a rake task for eager loading we require, config.threadsafe! to be disabled in production which is enabled by default. But our requirement is to get it disabled only on running a rake task. [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2011/07/18/rake-task-in-rails-3-on-production-env/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing RVM &amp; Git through Proxy</title>
		<link>http://kiran.gnufied.org/2011/07/18/installing-rvm-git-through-proxy/</link>
		<comments>http://kiran.gnufied.org/2011/07/18/installing-rvm-git-through-proxy/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 09:19:11 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[RVM]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=85</guid>
		<description><![CDATA[RVM relies on GIT. So set proxy for GIT first. *  Set the http_proxy environment *  Set a proxy command to bypass the connection: gcc -o connect connect.c mv connect ~/bin echo &#8220;/home/kiran/bin/connect -H proxy.company.com:6030 $@&#8221; &#62;&#62; ~/bin/proxy chmod +x ~/bin/proxy echo &#8220;export GIT_PROXY_COMMAND=proxy&#8221; &#62;&#62; .bashrc Now try git clone. If it doesnt work, try [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2011/07/18/installing-rvm-git-through-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling GIT Conflicts</title>
		<link>http://kiran.gnufied.org/2011/03/03/handling-git-conflicts/</link>
		<comments>http://kiran.gnufied.org/2011/03/03/handling-git-conflicts/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 17:30:53 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2011/03/03/handling-git-conflicts/</guid>
		<description><![CDATA[p.p1 {margin: 0.0px 0.0px 6.0px 0.0px; line-height: 19.0px; font: 13.0px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 13.0px Courier; background-color: #f9f9f9} p.p3 {margin: 0.0px 0.0px 6.0px 0.0px; line-height: 19.0px; font: 13.0px Helvetica; min-height: 16.0px} span.s1 {font: 13.0px Courier; background-color: #f9f9f9} span.Apple-tab-span {white-space:pre} I am attempting to push when I experience a conflict [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2011/03/03/handling-git-conflicts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open ID != OAuth</title>
		<link>http://kiran.gnufied.org/2011/02/07/open-id-oauth/</link>
		<comments>http://kiran.gnufied.org/2011/02/07/open-id-oauth/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 15:16:28 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[openID Oauth]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2011/02/07/open-id-oauth/</guid>
		<description><![CDATA[Open ID single sign-on Authentication for consumers OpenID allows you to use an existing account to sign in to multiple websites, without needing to create new passwords.You may choose to associate information with your OpenID that can be shared with the websites you visit, such as a name or email address. With OpenID, you control [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2011/02/07/open-id-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Passenger and PHPmyadmin Issue</title>
		<link>http://kiran.gnufied.org/2010/12/23/rails-passenger-and-phpmyadmin-issue/</link>
		<comments>http://kiran.gnufied.org/2010/12/23/rails-passenger-and-phpmyadmin-issue/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 12:58:01 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Passenger]]></category>
		<category><![CDATA[PHPmyadmin]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2010/12/23/rails-passenger-and-phpmyadmin-issue/</guid>
		<description><![CDATA[After getting passenger up and running successfully on my machine and after many days of work, I have got to install PHPmyadmin. But Rails Passenger doesnt allow the connection to http://localhost/phpmyadmin. After lot of search, I have got it fixed when I updated the following under httpd.conf: &#60;LocationMatch &#8220;^/phpmyadmin/.+&#8221;&#62; PassengerEnabled off AllowOverride All &#60;/LocationMatch&#62; Alias [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2010/12/23/rails-passenger-and-phpmyadmin-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Secured is your Rails App?</title>
		<link>http://kiran.gnufied.org/2010/02/26/how-secured-is-your-rails-app/</link>
		<comments>http://kiran.gnufied.org/2010/02/26/how-secured-is-your-rails-app/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 12:43:27 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2010/02/26/how-secured-is-your-rails-app/</guid>
		<description><![CDATA[What do you prefer in terms of Authentication? Plugin &#8211; Restful Authentication (recommended) &#8211; easy to use and you can tweak it according to your requirements. http://railscasts.com/episodes/67 http://svn.techno-weenie.net/projects/plugins/restful_authentication/ Build your own authentication. You should rarely need to do this &#8230; Restful Authentication is quite flexible. http://www.aidanf.net/rails_user_authentication_tutorial OpenID &#8211; a universal authentication system to avoid use [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2010/02/26/how-secured-is-your-rails-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.railscasts.com/videos/068_openid_authentication.mov" length="29067479" type="video/quicktime" />
<enclosure url="http://media.railscasts.com/videos/041_conditional_validations.mov" length="9050127" type="video/quicktime" />
		</item>
		<item>
		<title>Ubuntu 9.10 running in low-graphics mode</title>
		<link>http://kiran.gnufied.org/2009/12/10/ubuntu-910-running-in-low-graphics-mode/</link>
		<comments>http://kiran.gnufied.org/2009/12/10/ubuntu-910-running-in-low-graphics-mode/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:15:27 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2009/12/10/ubuntu-910-running-in-low-graphics-mode/</guid>
		<description><![CDATA[After the installation from update manager, and every time I boot up my machine, I get a error with three options out of which I am forced to click OK for &#8220;Run Ubuntu in low-graphics mode for just one session&#8221; option. Resolution upon reference from url (http://ubuntuforums.org/archive/index.php/t-1242813.html) for Ubuntu 9.10: Take a backup and edit [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2009/12/10/ubuntu-910-running-in-low-graphics-mode/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows 7 and ROXIO</title>
		<link>http://kiran.gnufied.org/2009/12/10/windows-7-and-roxio/</link>
		<comments>http://kiran.gnufied.org/2009/12/10/windows-7-and-roxio/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:08:10 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[perfect uninstaller]]></category>
		<category><![CDATA[roxio]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2009/12/10/windows-7-and-roxio/</guid>
		<description><![CDATA[I recently got my XPS M1330 notebook upgraded from Windows Vista to Windows 7.It happened that one day I need to burn a CD and found that ROXIO DVD Creator is no more working though I have used it less. I have found the collection of CDs given by Dell and re-installed ROXIO Creator 9.  [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2009/12/10/windows-7-and-roxio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails 2.3.3 Released</title>
		<link>http://kiran.gnufied.org/2009/07/23/rails-233-released/</link>
		<comments>http://kiran.gnufied.org/2009/07/23/rails-233-released/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 04:18:26 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2009/07/23/rails-233-released/</guid>
		<description><![CDATA[A new release of Rails is available &#8211; Rails 2.3.3.Among the usual bug fixes, a few new features were added, from the release notes: touch is a convenient method to update a record&#8217;s timestamp and nothing else. This is extracted from apps whose models &#8220;touch‚&#8221; others when they change, such as a comment updating the parent.replies_changed_at [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2009/07/23/rails-233-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driver Error: Svn Merge</title>
		<link>http://kiran.gnufied.org/2008/12/27/driver-error-svn-merge/</link>
		<comments>http://kiran.gnufied.org/2008/12/27/driver-error-svn-merge/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 09:59:10 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Merge]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Svn]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2008/12/27/driver-error-svn-merge/</guid>
		<description><![CDATA[The &#8216;svn merge&#8217; command compares two trees, generates a patch, then applies that patch to a working copy. Yes, you have complete freedom to compare any two trees, and thereby generate any patch you want. But that does *not* mean that &#8216;svn merge&#8217; always will do what you want. It&#8217;s *your* responsbility to make sure [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2008/12/27/driver-error-svn-merge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid SVN updates for External Rails Plugins in your Application</title>
		<link>http://kiran.gnufied.org/2008/12/06/avoid-svn-updates-for-external-rails-plugins-in-your-application/</link>
		<comments>http://kiran.gnufied.org/2008/12/06/avoid-svn-updates-for-external-rails-plugins-in-your-application/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:11:10 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Svn]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2008/12/06/avoid-svn-updates-for-external-rails-plugins-in-your-application/</guid>
		<description><![CDATA[Make sure you are in the root of your app and do: svn propedit svn:externals vendor/plugins Just delete the line(s) of the plugins you no longer want. If you get the following error then you need to set your environment variable. svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2008/12/06/avoid-svn-updates-for-external-rails-plugins-in-your-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I need an individual file to be migrated in Rails</title>
		<link>http://kiran.gnufied.org/2008/10/15/i-need-an-individual-file-to-be-migrated-in-rails/</link>
		<comments>http://kiran.gnufied.org/2008/10/15/i-need-an-individual-file-to-be-migrated-in-rails/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:38:54 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Migrations]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2008/10/15/i-need-an-individual-file-to-be-migrated-in-rails/</guid>
		<description><![CDATA[Rails migrations are great, they allow continual evolution of database schema. Sometimes, especially when prototyping, I hate to run migrations down and up and load data, just to make small independent change in database table. In this situations I run only specific migration: ruby script/runner 'require "db/migrate/005_create_blogs"; \n CreateBlogs.migrate(:down)' ruby script/runner 'require "db/migrate/005_create_blogs";\n CreateBlogs.migrate(:up)' This [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2008/10/15/i-need-an-individual-file-to-be-migrated-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enni Gundelu aaa?</title>
		<link>http://kiran.gnufied.org/2008/08/28/enni-gundelu-aaa/</link>
		<comments>http://kiran.gnufied.org/2008/08/28/enni-gundelu-aaa/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 08:47:42 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[heart]]></category>
		<category><![CDATA[telugu]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2008/08/28/enni-gundelu-aaa/</guid>
		<description><![CDATA[&#8220;Enni Gundelu aaa?&#8221; Its a normal saying in telugu asking How dare you? But the exact words translation is &#8220;How many hearts you have haan?&#8221; Hmm&#8230; Well&#8230; I have two hearts !!!]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2008/08/28/enni-gundelu-aaa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird, Rare&#8230; and what not !</title>
		<link>http://kiran.gnufied.org/2008/07/28/weird-rare-and-what-not/</link>
		<comments>http://kiran.gnufied.org/2008/07/28/weird-rare-and-what-not/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 09:57:50 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hosts]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Proxy]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/2008/07/28/weird-rare-and-what-not/</guid>
		<description><![CDATA[Apart from Redhat Linux, I&#8217;m also trying to set up my Rails app on a Win XP Pro machine to clarify some Ajax effects in IE. IE used system hosts file very well. But at the same time, on the same OS,  my latest Mozilla Firefox version 3.0.1 ignores the same hosts file. And this [...]]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2008/07/28/weird-rare-and-what-not/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

