<?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>b(ond)log &#187; rails</title>
	<atom:link href="http://www.kiran.srilatha.com/bondlog/category/technology/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kiran.srilatha.com/bondlog</link>
	<description>bond's musings</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:34:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>To Tweet or Not To: @What I Follow</title>
		<link>http://www.kiran.srilatha.com/bondlog/2009/04/30/to-twit-or-not-to-maybe-not/</link>
		<comments>http://www.kiran.srilatha.com/bondlog/2009/04/30/to-twit-or-not-to-maybe-not/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 22:39:23 +0000</pubDate>
		<dc:creator>bond</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.kiran.srilatha.com/bondlog/?p=32</guid>
		<description><![CDATA[Is it cool to be on twitter? I end up reading about facebook and Twitter more than I need to for social or work reasons. However, it will surprising to know that is more for intellectual curiosity for the underlying &#8230; <a href="http://www.kiran.srilatha.com/bondlog/2009/04/30/to-twit-or-not-to-maybe-not/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kiran.srilatha.com/bondlog/2009/04/30/to-twit-or-not-to-maybe-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signalling on Rails: Tips on Exception Notifier</title>
		<link>http://www.kiran.srilatha.com/bondlog/2007/07/28/signalling-on-rails-tips-on-exception-notifier/</link>
		<comments>http://www.kiran.srilatha.com/bondlog/2007/07/28/signalling-on-rails-tips-on-exception-notifier/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 21:37:24 +0000</pubDate>
		<dc:creator>bond</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.kiran.srilatha.com/bondlog/2007/09/05/signalling-on-rails-tips-on-exception-notifier/</guid>
		<description><![CDATA[When you are developing rails apps and you are hacking your way around, it is fine to get a bunch of errors and screen dump of what went wrong. However, when you start deploying it and want to convince users &#8230; <a href="http://www.kiran.srilatha.com/bondlog/2007/07/28/signalling-on-rails-tips-on-exception-notifier/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kiran.srilatha.com/bondlog/2007/07/28/signalling-on-rails-tips-on-exception-notifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Free on Rails: Displaying results of find_by_sql queries</title>
		<link>http://www.kiran.srilatha.com/bondlog/2007/06/19/running-free-on-rails-displaying-results-of-find_by_sql-queries/</link>
		<comments>http://www.kiran.srilatha.com/bondlog/2007/06/19/running-free-on-rails-displaying-results-of-find_by_sql-queries/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 05:00:04 +0000</pubDate>
		<dc:creator>bond</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.kiran.srilatha.com/bondlog/2007/06/19/running-free-on-rails-displaying-results-of-find_by_sql-queries/</guid>
		<description><![CDATA[When we construct views of query results using ERb in rails, most of the time we know what we are displaying and how to format it. However, there are a few occasions when we run find_by_sql queries. Even rare are &#8230; <a href="http://www.kiran.srilatha.com/bondlog/2007/06/19/running-free-on-rails-displaying-results-of-find_by_sql-queries/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kiran.srilatha.com/bondlog/2007/06/19/running-free-on-rails-displaying-results-of-find_by_sql-queries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: Confessions of a Closet Coder</title>
		<link>http://www.kiran.srilatha.com/bondlog/2007/06/03/ruby-on-rails-confessions-of-a-closet-coder/</link>
		<comments>http://www.kiran.srilatha.com/bondlog/2007/06/03/ruby-on-rails-confessions-of-a-closet-coder/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 06:16:33 +0000</pubDate>
		<dc:creator>bond</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.kiran.srilatha.com/bondlog/2007/06/03/ruby-on-rails-confessions-of-a-closet-coder/</guid>
		<description><![CDATA[I have been dabbling with Ruby on Rails a little more lately. I have hacked around and figured out solutions for issues that stumped me based on posts from others or from experiments. I will try to catalog some of &#8230; <a href="http://www.kiran.srilatha.com/bondlog/2007/06/03/ruby-on-rails-confessions-of-a-closet-coder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kiran.srilatha.com/bondlog/2007/06/03/ruby-on-rails-confessions-of-a-closet-coder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Greased Rails: Adventures in Rapid Application Development</title>
		<link>http://www.kiran.srilatha.com/bondlog/2006/07/09/ruby-on-greased-rails-adevtures-in-rapid-application-development/</link>
		<comments>http://www.kiran.srilatha.com/bondlog/2006/07/09/ruby-on-greased-rails-adevtures-in-rapid-application-development/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 06:02:04 +0000</pubDate>
		<dc:creator>bond</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.kiran.srilatha.com/bondlog/?p=6</guid>
		<description><![CDATA[Even though I work in a chip company, I believe in tools that work on the web so creating, updating and maintaining data is a collaborative process (and less personal overhead ). Having a spouse who works in web tech &#8230; <a href="http://www.kiran.srilatha.com/bondlog/2006/07/09/ruby-on-greased-rails-adevtures-in-rapid-application-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kiran.srilatha.com/bondlog/2006/07/09/ruby-on-greased-rails-adevtures-in-rapid-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
