<?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 about Ruby on Rails - Kiran Soumya</description>
	<lastBuildDate>Mon, 01 Oct 2012 12:52:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title> Release of Rockdove</title>
		<link>http://kiran.gnufied.org/2012/09/26/rockdove/</link>
		<comments>http://kiran.gnufied.org/2012/09/26/rockdove/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 12:56:09 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Microsoft Exchange Web Services]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[EWS]]></category>
		<category><![CDATA[Ruby Email Processing Gem]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=131</guid>
		<description><![CDATA[Announcing the stable release of my gem Rockdove, version 0.3.1. So what&#8217;s the noise about Rockdove ? Rockdove is for those applications with a requirement to poll and process every incoming mail from Microsoft EWS 1.0 Mail Server ! It doesn&#8217;t just fly away blindly with the mail but parses each mail item for the actual..]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2012/09/26/rockdove/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rspec to work with Logger</title>
		<link>http://kiran.gnufied.org/2012/07/07/rspec-to-work-with-logger/</link>
		<comments>http://kiran.gnufied.org/2012/07/07/rspec-to-work-with-logger/#comments</comments>
		<pubDate>Sat, 07 Jul 2012 13:35:57 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[rspec]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=119</guid>
		<description><![CDATA[In order to set expectations on what we actually logged during the method call,assign under before(:each) @test_logger = StringIO.new controller.stub!(:logger).and_return(Logger.new(@test_logger)) and then match the log output using @test_logger.string]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2012/07/07/rspec-to-work-with-logger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue with Guard</title>
		<link>http://kiran.gnufied.org/2012/06/28/issue-with-guard/</link>
		<comments>http://kiran.gnufied.org/2012/06/28/issue-with-guard/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 04:18:19 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[Guard]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=112</guid>
		<description><![CDATA[I came across this error this morning, &#8220;The user limit on the total number of inotify watches was reached or the kernel failed to allocate a needed resource. (Errno::ENOSPC)&#8221; Tried Guard ignore path to .git or tried reducing the watch files under Guardfile, but alas! Guard by default handles that ignore path of .git and..]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2012/06/28/issue-with-guard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Address/Path with Nginx</title>
		<link>http://kiran.gnufied.org/2012/06/05/redirect-addresspath-with-nginx/</link>
		<comments>http://kiran.gnufied.org/2012/06/05/redirect-addresspath-with-nginx/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 09:33:39 +0000</pubDate>
		<dc:creator>kiran</dc:creator>
				<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://kiran.gnufied.org/?p=106</guid>
		<description><![CDATA[Here is the nginx config file which redirects http://mysite/escapeme/blah =&#62;  http://mysite:3000/blah user www-data; worker_processes  3; error_log  /var/log/nginx/error.log; pid        /var/run/nginx.pid; events { worker_connections  1024; } http { include     /etc/nginx/mime.types; access_log  /var/log/nginx_access.log; sendfile        on; keepalive_timeout  65; tcp_nodelay        on; server { listen   *:80; ## listen for..]]></description>
		<wfw:commentRss>http://kiran.gnufied.org/2012/06/05/redirect-addresspath-with-nginx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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[I am attempting to push when I experience a conflict (ruby-1.9.2-p180) cts_work/diaspora_cts git:(master)&#62; git push origin master To git@gitorious.org:diaspora_cts/diaspora_cts.git  ! [rejected]        master -&#62; master (non-fast-forward) error: failed to push some refs to &#8216;git@gitorious.org:diaspora_cts/diaspora_cts.git&#8217; To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes (e.g. &#8216;git pull&#8217;) before pushing..]]></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>
	</channel>
</rss>
