<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.paradigm52.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Ruby on Rails related Posts</title>
 <link>http://www.paradigm52.com/view/rubyonrails_list</link>
 <description>Ruby on Rails related posts</description>
 <language>en</language>
<item>
 <title>Rails 2.0 finally released...</title>
 <link>http://www.paradigm52.com/rails2_point_0</link>
 <description>&lt;style&gt;
  em {font-weight: bold;}
&lt;/style&gt;
&lt;p&gt;After about a year in the making, &lt;b&gt;Rails 2.0&lt;/b&gt; was finally released in Dec 2007. It is supposedly &lt;i&gt;stuffed with great new features, loads of fixes, and an incredible amount of polish&lt;/i&gt;, although I must say I have yet to dive into it. As much as I welcome new features into Rails, I am still trying to learn the old features which are still &#039;new&#039; features to me. Having started in Ruby on Rails about a year ago, developed an Intranet with it and a couple of small projects, I still find myself trying to get a grip on Rails. As such the old features are still being discovered by myself, as I started to get to be familiar with them in my projects.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.paradigm52.com/rails2_point_0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.paradigm52.com/rails2_point_0#comments</comments>
 <category domain="http://www.paradigm52.com/taxonomy/term/22">Intermediate</category>
 <category domain="http://www.paradigm52.com/taxonomy/term/42">Ruby on Rails</category>
 <pubDate>Wed, 09 Jan 2008 03:58:37 -0500</pubDate>
 <dc:creator>Steve</dc:creator>
 <guid isPermaLink="false">77 at http://www.paradigm52.com</guid>
</item>
<item>
 <title>Rails Rake Cheatsheet</title>
 <link>http://www.paradigm52.com/ror_rake_cheatsheet</link>
 <description>&lt;style&gt;
   em {font-weight: bold;}
   .green {color: green; padding-right: 30px;}
   .red {color: red; padding-right: 30px;}
&lt;/style&gt;
&lt;p&gt;Working with Ruby on Rails, I often have a hard time remembering most of the Rake commands. So I have decided to create a cheatsheet for my own reference that I know where to access. Hopefully it will be useful to others too.&lt;/p&gt;
&lt;p&gt;Commands in &lt;font color=&quot;red&quot;&gt;&lt;b&gt;red&lt;/b&gt;&lt;/font&gt; are only available in Rails 2.0&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.paradigm52.com/ror_rake_cheatsheet&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.paradigm52.com/ror_rake_cheatsheet#comments</comments>
 <category domain="http://www.paradigm52.com/taxonomy/term/7">Software</category>
 <category domain="http://www.paradigm52.com/taxonomy/term/22">Intermediate</category>
 <category domain="http://www.paradigm52.com/taxonomy/term/42">Ruby on Rails</category>
 <pubDate>Mon, 31 Dec 2007 16:31:51 -0500</pubDate>
 <dc:creator>Steve</dc:creator>
 <guid isPermaLink="false">71 at http://www.paradigm52.com</guid>
</item>
<item>
 <title>Ruby Gem update issue</title>
 <link>http://www.paradigm52.com/rubygem_update</link>
 <description>&lt;style&gt;
  em {font-weight: bold;}
  .codequotes {padding-left: 20px; color: blue;}
&lt;/style&gt;

&lt;p&gt;Today I have decided to update my Ruby Gem software from version 0.9.5 to 1.0.1.  I have previously updated my Rails from version 1.2.3 to 1.2.6. And since my Ruby Gem is a couple of version behind, I thought I should do the same. It is a straight forward process that involves just one command line. (on my Ubuntu installation) Simple enough.&lt;/p&gt;</description>
 <comments>http://www.paradigm52.com/rubygem_update#comments</comments>
 <category domain="http://www.paradigm52.com/taxonomy/term/43">Ubuntu</category>
 <category domain="http://www.paradigm52.com/taxonomy/term/23">Advance</category>
 <category domain="http://www.paradigm52.com/taxonomy/term/42">Ruby on Rails</category>
 <pubDate>Thu, 27 Dec 2007 15:17:00 -0500</pubDate>
 <dc:creator>Steve</dc:creator>
 <guid isPermaLink="false">64 at http://www.paradigm52.com</guid>
</item>
<item>
 <title>Ruby...Ruby... Ruby on Rails..</title>
 <link>http://www.paradigm52.com/ruby_on_rails</link>
 <description>&lt;p&gt;I have been learning a PHP framework called &lt;a class=&quot;contentlink&quot; href=&quot;http://www.cakephp.org&quot;  target=&quot;_blank&quot;&gt;cakePHP&lt;/a&gt; for more than 6 months and has written an application on it - &lt;a class=&quot;contentlink&quot; href=&quot;http://www.isignin.com&quot; target=&quot;_blank&quot; &gt; iSignin.com &lt;/a&gt; which I am quite proud of. Wrote that app while learning cakePHP, MVC framework concepts, etc from scratch. It was a good learning experience. Then I decided to take on &lt;a class=&quot;contentlink&quot; href=&quot;http://www.rubyonrails.com&quot;  target=&quot;_blank&quot;&gt; ROR &lt;/a&gt;(Ruby n Rails) thinking that since it is also a MVC framework and has many similarities in concepts to cakePHP, why not? And these days there have been so many talk and news about ROR.&lt;/p&gt;

&lt;p&gt;Well I have to say that other than the similarities in the MVC concepts, the differences are quite significant. Basically learning a new language. In trying to learn a new language while constantly refering to the old one can be a challenge really. Especially when you naturally think how you accomplish the task in the old one while at the same time translating to the new one. Being one without much patience in sitting down to read up the programming book, I tend to want to learn by just diving right into it.&lt;/p&gt;</description>
 <comments>http://www.paradigm52.com/ruby_on_rails#comments</comments>
 <category domain="http://www.paradigm52.com/taxonomy/term/7">Software</category>
 <category domain="http://www.paradigm52.com/taxonomy/term/42">Ruby on Rails</category>
 <pubDate>Tue, 27 Mar 2007 17:45:44 -0400</pubDate>
 <dc:creator>Steve</dc:creator>
 <guid isPermaLink="false">7 at http://www.paradigm52.com</guid>
</item>
</channel>
</rss>
