<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jigyasa Makkar</title>
	<link>http://jigyasamakkar.com</link>
	<description>Ruby on Rails Developer</description>
	<lastBuildDate>Thu, 08 Dec 2011 10:08:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Ruby oci8 with Rails 3.1 on Ubuntu</title>
		<description><![CDATA[ruby-oci8 is the gem to use Oracle as the database for your Rails 3.1 application. Getting it to work can be a &#8216;little&#8217; tricky. In this post, I&#8217;ll try to summarize how to get it to work on Ubuntu for a Rails 3.1 application. Well, let&#8217;s start with the basics. Before you try your luck [...]]]></description>
		<link>http://jigyasamakkar.com/ruby-oci8-with-rails-3-1-on-ubuntu/</link>
			</item>
	<item>
		<title>Oracle 11g on Ubuntu for Rails 3</title>
		<description><![CDATA[Developers don&#8217;t like databases (usually). Especially enterprise-y ones (read Oracle). I started my career as a DBA and shockingly enough, I happen to enjoy working on DBs. That said, this write-up is originally for my current project team and it works out for all developers &#8216;forced&#8217; to work on Oracle for their clients. This one [...]]]></description>
		<link>http://jigyasamakkar.com/oracle-11g-on-ubuntu-for-rails-3/</link>
			</item>
	<item>
		<title>Mods</title>
		<description><![CDATA[Mobile Developer Summit 2011 is here. It&#8217;s by the people from SaltMarch Media. Two days of back-to-back iOS/Android/WinMo development sessions. Mostly excited about the sessions covering Titanium &#38; Phonegap. I&#8217;ve been working on Corona lately. And although I don&#8217;t see Corona figure anywhere on the Mods2011 Agenda, I&#8217;m still quite excited to explore my options. [...]]]></description>
		<link>http://jigyasamakkar.com/mods/</link>
			</item>
	<item>
		<title>#delhihack</title>
		<description><![CDATA[I&#8217;ve always been convinced about the efficacy of &#8216;hackathons&#8217; &#8211; 24 to 48 hr code marathons, working on an idea or something you feel passionately about. And I&#8217;ve had so many occasions where I almost participated in one, but didn&#8217;t. But, last weekend I finally did get to participate in one and well.. ended up winning it! [...]]]></description>
		<link>http://jigyasamakkar.com/delhihack/</link>
			</item>
	<item>
		<title>jqGrid &#8211; Inline Edit woes</title>
		<description><![CDATA[I&#8217;ve been working quite extensively with jqGrid. Its nicely done, very flexible and is documented decently enough. That said, it does have its fair share of issues. Some issues involve spelling mistakes, even. But I&#8217;ve moved past all those and hit a big solid roadblock on the jqGrid Inline Edit. The default behavior of inline [...]]]></description>
		<link>http://jigyasamakkar.com/jqgrid-inline-edit-woes/</link>
			</item>
	<item>
		<title>Dynamic is_ ? methods for boolean attributes of a  model</title>
		<description><![CDATA[A very common pattern observed in Rails models is a series of &#8220;is_{attribute}?&#8221; instance methods. Here, &#8216;attribute&#8217; is usually a boolean column. I got tired of defining these similar methods. And adding to the misery, if the model structure changes to add another boolean field, you need to define another clone of the same method! [...]]]></description>
		<link>http://jigyasamakkar.com/dynamic-is_-methods-for-boolean-attributes-of-a-model/</link>
			</item>
	<item>
		<title>Ruby on Rails views : Time ago in words for string time</title>
		<description><![CDATA[I worked my way around an interesting information tidbit discovery yesterday. The use case seemed pretty simple and direct. I needed to display the &#8220;n hours ago&#8221; text in my view. I used the awesome view helper &#8216;time_ago_in_words&#8217; to do that and it worked, well almost. Here&#8217;s what I&#8217;m talking about: In console, time_string = [...]]]></description>
		<link>http://jigyasamakkar.com/ruby-on-rails-views-time-ago-in-words-for-string-time/</link>
			</item>
	<item>
		<title>ActiveRecord Object to Hash assignment in Ruby on Rails</title>
		<description><![CDATA[I find a frequent scenario in Ruby on Rails code base. A local hash variable is assigned a partial subset of an ActiveRecord object, or worse the variable gets the entire AR object. And may be you don&#8217;t already do it the way I have seen it, but its still worth discussing, being as frequent [...]]]></description>
		<link>http://jigyasamakkar.com/activerecord-object-to-hash-assignment-in-ruby-on-rails/</link>
			</item>
	<item>
		<title>YAML Oddity for Ruby arrays</title>
		<description><![CDATA[I discovered this interesting nugget of oddity today. While normal Ruby arrays are &#8216;comma separated&#8221; and space agnostic ie. >> array = [2,3 ,4, 5] => [2, 3, 4, 5] >> array.size => 4 >> array_spaces = [2 , 3 , 4 , 5] => [2, 3, 4, 5] >> array_spaces.size => 4 In case [...]]]></description>
		<link>http://jigyasamakkar.com/yaml-oddity-for-ruby-arrays/</link>
			</item>
	<item>
		<title>Ruby on Rails Must follow RSS feeds</title>
		<description><![CDATA[Ruby on Rails community is fast growing. Too much is happening, and too fast. Its important to keep ourselves abreast of the latest in our community. Following are some RSS feeds I follow religiously [ well, I try]. So configure your favorite Reader and put on your reading caps: Always begin by looking at RoR [...]]]></description>
		<link>http://jigyasamakkar.com/ruby-on-rails-must-follow-rss-feeds/</link>
			</item>
</channel>
</rss>

