<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-578036153888993974</id><updated>2012-02-16T10:53:55.208-08:00</updated><category term='PHP'/><category term='special characters'/><category term='Ruby'/><category term='Programming'/><title type='text'>Balancing On Rails</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-1330725241524568611</id><published>2008-02-08T11:19:00.001-08:00</published><updated>2008-02-08T11:19:10.498-08:00</updated><title type='text'>Rails Way</title><content type='html'>&lt;p&gt;Finally I got the book from Amazon.com. I think this book is in high demand because it took long time for Amazon.com to ship it. I also ordered the RailsSpace book along with this one. Both of them are with me now. I decided to read the Rails Way first than the RailsSpace book.&lt;/p&gt;  &lt;p&gt;I am a slow reader in the sense that I don't have much time for it. Between jobs and family, the only time I get to read the book is in the night before going to bed. So I somehow manage to read couple of pages. You know how difficult it is to read a technical book at the end of the day.&lt;/p&gt;  &lt;p&gt;But one thing I can tell you, this book is a must read if you want to develop Rails app. I would strongly suggest this book over the &amp;quot;Agile Web Development with Rails&amp;quot;. The main reason is that Agile Web Development book starts off with an application and then in the later part it tries to explain how Rails work. I feel that the book does not explain everything in detail instead it expects you to do trial and error to figure out everything.&lt;/p&gt;  &lt;p&gt;In contrast, Rails Way starts with the basic steps on learning Rails. It starts explaining from how the class loader works and the sequence of loading of the class. Then it slowly moves on to Controller etc. I find this very logical steps if you want to learn Rails in depth. I assume by the time you are done with the book, you would get a thorough understanding of the Rails framework and then it would be an easy task to develop application in rails.&lt;/p&gt;  &lt;p&gt;So if you are starting out as a Rails newbie, like me,&amp;#160; drop the Agile book, instead buy this one. This is the only one you would need. It also covers Rails 2.0 which is a bonus!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-1330725241524568611?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/1330725241524568611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=1330725241524568611' title='40 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/1330725241524568611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/1330725241524568611'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2008/02/rails-way.html' title='Rails Way'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>40</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-8787256622000477132</id><published>2008-01-14T14:07:00.001-08:00</published><updated>2008-01-14T14:07:41.211-08:00</updated><title type='text'>Making a div 100% height - A side note</title><content type='html'>&lt;p&gt;This has nothing to do with Rails. It has everything to do with CSS. If you have any situation where you want a div to span across the vertical height, here is the solution:&lt;/p&gt;  &lt;div&gt;   &lt;div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;     &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;html&lt;/span&gt;, &lt;span style="color: #0000ff"&gt;body&lt;/span&gt; {&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;height&lt;/span&gt;: &lt;span style="color: #006080"&gt;100%;&lt;/span&gt; &lt;span style="color: #008000"&gt;/*key point*/&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt; }&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   4:&lt;/span&gt;&amp;#160; &lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   5:&lt;/span&gt; #longdiv {&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   6:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;height&lt;/span&gt;: &lt;span style="color: #006080"&gt;100%;&lt;/span&gt;&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   7:&lt;/span&gt; }&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;This should work like a charm in all the browsers. If you have your div wrapped with another div, then don't forget to set the height of the wrapper div too!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-8787256622000477132?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/8787256622000477132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=8787256622000477132' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/8787256622000477132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/8787256622000477132'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2008/01/making-div-100-height-side-note.html' title='Making a div 100% height - A side note'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-6417968234148698025</id><published>2008-01-10T16:53:00.001-08:00</published><updated>2008-01-10T16:53:16.124-08:00</updated><title type='text'>Tried very hard for Aptana/RadRails</title><content type='html'>&lt;p&gt;Well, I tried. I love Eclipse. I developed a dislike for NetBeans when I tried it couple of years before. After Eclipse 2.x, I had never looked back at NetBeans. With Ruby, the situation came back again where I had to decide between NetBeans and Aptana/RadRails.&lt;/p&gt;  &lt;p&gt;There are other IDEs. But they won't come as close as these two. So I tried NetBeans 6.0 and was totally blown away by all the features and everything so neatly implemented. I don't want to go into details as there have been many rave reviews about NetBeans on the net. A little googling would let you see all those reviews. I wish NetBeans had the smooth font looks like Eclipse! That's the only downside of NetBeans.&lt;/p&gt;  &lt;p&gt;However, one thing I loved in Eclipse is Mylyn. It always allowed&amp;#160; me to look at my bugs from Bugzilla. As we use Bugzilla at work, so it was very convenient for me to do all the bug tracking from Eclipse itself. NetBeans does not have that feature yet. It has a task list. But it does not have the bug list integration with Bugzilla. After a little search I found that it is under work and is in alpha mode. However, I could not download the alpha version to test it out. But I assume when it comes out, it is going to be a good one.&lt;/p&gt;  &lt;p&gt;Thinking that this might give me an opportunity to look at Aptana again, so I headed to Aptana web site. After downloading it and then installing RadRails plug-in (why don't they have an integrated download?), I fired up the IDE. I tried to import my existing Rails project. But seems like it tried to rewrite the whole project directory again. So I had to keep typing &amp;quot;n&amp;quot; to prevent it from overwriting my files. This means the project importing is not implemented in a right way.&amp;#160; &lt;/p&gt;  &lt;p&gt;After it pulled the project in, I could see it in the project explorer. Why could not it use Rails icon? It's a minor thing, but in NetBeans, the Rails icon is used. It gives a better look though!&lt;/p&gt;  &lt;p&gt;Then I opened up one of rb file. It was a database table file to create the table. I tried to see if the code completion works or not. I typed &amp;quot;add&amp;quot; and then pressed Ctrl+space to see the code completion. Nothing! Nothing showed up. In NetBeans, by typing &amp;quot;a&amp;quot; itself would show you all the related methods. Ignoring that, I typed &amp;quot;add_index(&amp;quot; and then pressed Ctrl+space. The code completion pop-up showed up. But what waste it is!. It didn't show my table name, neither did it show the columns or anything that is related to the method add_index. No code completion help either! It really got me frustrated! So I did one thing. I closed the IDE and went to explorer. Selected the directory and pressed &amp;quot;Delete&amp;quot;! So bye bye Aptana. May be I will look at it after 2 years. But does not look like it's going to be any good in future. I have a feeling unless Eclipse takes over the job of releasing an IDE for Ruby, it won't get done. So until then I am back to NetBeans and love it more now!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b824c8f3-09e6-4bca-b686-c537c1af486e" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/NetBeans" rel="tag"&gt;NetBeans&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Eclipse" rel="tag"&gt;Eclipse&lt;/a&gt;,&lt;a href="http://technorati.com/tags/RadRails" rel="tag"&gt;RadRails&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Aptana" rel="tag"&gt;Aptana&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Rails" rel="tag"&gt;Rails&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Ruby" rel="tag"&gt;Ruby&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-6417968234148698025?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/6417968234148698025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=6417968234148698025' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/6417968234148698025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/6417968234148698025'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2008/01/tried-very-hard-for-aptanaradrails.html' title='Tried very hard for Aptana/RadRails'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-6914642889426608219</id><published>2008-01-10T11:19:00.001-08:00</published><updated>2008-01-10T11:19:36.950-08:00</updated><title type='text'>Ruby online course Free!</title><content type='html'>&lt;p&gt;Finally I decided to take that online course. I know I am kind of an academic guy. Even after reading books, I was not still able to evaluate my skill set on Ruby by myself. So I was looking for some exercises on Ruby to work on so that I can feel myself confident on Ruby. And I stumbled upon this web site called &lt;a href="http://www.rubylearning.org" target="_blank"&gt;www.rubylearning.org&lt;/a&gt;. This is a web site run by Satish Talim. He definitely does a huge favor to all of us ruby beginners. He has a free online course on ruby. And it's like taking a course in any online school. It has assignments, it has quizzes. It has forums to discuss with other people. The only thing it has that the other online school does not have is the number of students. In my batch, there are almost 2800 people taking the course! So if you are thinking of jumping into Ruby, please look at the web site and you can take the course! At last, something is free in life!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:736b8098-58bd-4434-ae9a-5e6ae82bdc25" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Ruby" rel="tag"&gt;Ruby&lt;/a&gt;,&lt;a href="http://technorati.com/tags/learning%20ruby" rel="tag"&gt;learning ruby&lt;/a&gt;,&lt;a href="http://technorati.com/tags/learningruby.org" rel="tag"&gt;learningruby.org&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-6914642889426608219?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/6914642889426608219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=6914642889426608219' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/6914642889426608219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/6914642889426608219'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2008/01/ruby-online-course-free.html' title='Ruby online course Free!'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-8760520280590829463</id><published>2007-12-30T22:27:00.001-08:00</published><updated>2007-12-30T22:57:48.296-08:00</updated><title type='text'>I am still alive!</title><content type='html'>&lt;p&gt;My last posting was in August'07 and it's almost end of 2007. You must be thinking where did I vanish. One major thing happened is I got busy at my work. Working for a start-up has it's downfall. And it matters more when you are one of the pillar of the start-up. I can't just discard/delay the work so as to learn Ruby. That would make the customers go away. As much as I want to learn Ruby and Rails, the same amount of motivation I have for the start-up I work for. Hence, for past couple of months, I have been pretty busy and now that things are kind of under control (I hope so), I am back to learning Ruby.&lt;/p&gt;  &lt;p&gt;At this point I also want to raise a point that many others might have been going through. I am a Java guy. I have been working on Java for more than 8 years. Before that I had worked on ASP and some amount of Perl. Though I have work consistently on JavaScript, my main development platform has been Java. Being in java world for so long, it's natural that the immediate transformation to a scripting language environment is not that so easy. Though Ruby is a OO language, but still there are some mental blocks that need to be overcome. The reason why people could easily move from C/C++ to Java was that Java maintained the similar way of writing programs. We all know Ruby is a high level programming language. However, with every programming language, it's expected to learn the new syntax etc.. While writing code in Perl or ASP or similar scripting language, you know that there is no concept of objects etc. So you just write your code and the execution happens top to bottom. But while imagining Ruby, somehow I was not able to do so. I was always trying to put Ruby with comparison to Java and it was getting very difficult for me to get out of the mental blocks. A simple example would be that in Java just a simple class that outputs&amp;#160; &lt;em&gt;Hello World&lt;/em&gt; would be as below:&lt;/p&gt;  &lt;div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; background-color: #f4f4f4"&gt;   &lt;div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;     &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;class&lt;/span&gt; HelloWorld {&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   2:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;static&lt;/span&gt; &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; main(String[] argv) {&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   3:&lt;/span&gt;         System.&lt;span style="color: #0000ff"&gt;out&lt;/span&gt;.pritnln(&lt;span style="color: #006080"&gt;&amp;quot;Hello World!&amp;quot;&lt;/span&gt;);&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   4:&lt;/span&gt;     }&lt;/pre&gt;

    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   5:&lt;/span&gt; }&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Now you know that every time you want to write a stand alone class, you have to have a &lt;em&gt;main&lt;/em&gt;&amp;#160; method. But in Ruby, you would write as below:&lt;/p&gt;

&lt;div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; background-color: #f4f4f4"&gt;
  &lt;div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"&gt;
    &lt;pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"&gt;&lt;span style="color: #606060"&gt;   1:&lt;/span&gt; puts &lt;span style="color: #006080"&gt;&amp;quot;Hello World!&amp;quot;&lt;/span&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;And that should work. It works because it's a scripting language. If you don't define a class, then it automatically becomes a part of Kernel object and gets executed. &lt;/p&gt;

&lt;p&gt;Similar mental blocks are not easy to go away. So for sometime, I had no clue what I would do to get over the mental blocks. Finally, I found the book &lt;em&gt;Rails for Java Developers&lt;/em&gt;&amp;#160; from Pragmatic Bookshelf. This book is a must read for every Java developer who wants to jump into Ruby and Rails. It would take your mental blocks away and get you ready to start writing code in Ruby faster. That's what I am doing now. Reading the book from start to end so that I am ready to balance myself on Rails.&lt;/p&gt;

&lt;p&gt;On a side note, Ruby 1.9 is released though it's a development version release. Also released is Rails 2.0.1. Rails 2.0.1 does not support Ruby 1.9 as it got released before Ruby 1.9. This might mean that Ruby 2.0 is not far off and as far as the information in blogging world goes, there won't be much difference from Ruby 1.9 to Ruby 2.0 where as the difference between Ruby 1.8 to Ruby 1.9 is huge. I have not tried it to confirm that. So I assume Rails next version would include Ruby 2.0 if the release is not that far apart from Ruby 1.9.&lt;/p&gt;

&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7a009872-1301-4861-a7cd-915af69f1fc7" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Rails" rel="tag"&gt;Rails&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Ruby" rel="tag"&gt;Ruby&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Java" rel="tag"&gt;Java&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Rails%20for%20Java%20Developers" rel="tag"&gt;Rails for Java Developers&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-8760520280590829463?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/8760520280590829463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=8760520280590829463' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/8760520280590829463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/8760520280590829463'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2007/12/i-am-still-alive.html' title='I am still alive!'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-4365909165547485894</id><published>2007-08-01T14:21:00.001-07:00</published><updated>2007-08-01T14:21:27.928-07:00</updated><title type='text'>Internationalization</title><content type='html'>&lt;p&gt;I have no idea why I18N is not implemented either in Ruby or in Rails. I know the only argument that applies to it is that Ruby is still not 2.0. So we should not be expecting many advanced features in Ruby. &lt;/p&gt; &lt;p&gt;Granted that, I think we are in 2007, not in 1997. I can understand if Ruby came out in 1997 and didn't have I18N, it was acceptable. Because web applications were not popular that time. &lt;/p&gt; &lt;p&gt;But we are in 2007 and Ruby on Rails is touted as the best framework available for building web based applications. While we are fighting about scalability of Ruby on Rails for a large scale web application, I am surprised that people are&amp;nbsp;not talking about internationalization.&lt;/p&gt; &lt;p&gt;Yes, there are two plug-ins available for&amp;nbsp;I18N. One is&amp;nbsp;Globalize and other is Globalite. While Globalize is the heavy one, but I disliked it because of the feature that it uses database to store the strings. Coming from Java where resources are stored in a text file and parsed while&amp;nbsp;the application is loaded, always seemed a good idea. I don't want to use database because I don't want my application to connect to database for every string that it wants to internationalized.&lt;/p&gt; &lt;p&gt;Globalite is a lighter model, but the documentation is very poor and I never had a clue how and where I would be setting up the locale information. If anybody can point me in the right direction, I would appreciate that.&lt;/p&gt; &lt;p&gt;Given all that, I am surprised that nobody raises any concern about I18N. If anybody has developed a large scale web based application, that person knows that it's really painful to integrate I18N in a later stage because one has to go inside each file to find out where the text strings are and convert them to appropriate API calls. So it's always advised that I18N should be an important consideration at the beginning of the project. The worst is &lt;/p&gt; &lt;p&gt;&lt;code&gt;puts [ "ant" , "bat" , "cat" ].to_sentence #=&amp;gt; "ant, bat, and cat"&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Tell me that when I18N is in place, this API would write "and" in appropriate language. Because that is going to be undetectable in many web application!&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:b17ff479-07da-4b14-9b50-967a0b08ef8b" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Ruby%20on%20Rails" rel="tag"&gt;Ruby on Rails&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Rails" rel="tag"&gt;Rails&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Internationalization" rel="tag"&gt;Internationalization&lt;/a&gt;, &lt;a href="http://technorati.com/tags/I18N" rel="tag"&gt;I18N&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Globalize" rel="tag"&gt;Globalize&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Globalite" rel="tag"&gt;Globalite&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-4365909165547485894?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/4365909165547485894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=4365909165547485894' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/4365909165547485894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/4365909165547485894'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2007/08/internationalization.html' title='Internationalization'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-1074508266144453181</id><published>2007-08-01T14:00:00.001-07:00</published><updated>2007-08-01T14:00:51.379-07:00</updated><title type='text'>Removing a controller</title><content type='html'>&lt;p&gt;Rails does a lot of automation to generate controllers etc. For an example if you are creating a controller, all you need to do is:&lt;/p&gt; &lt;p&gt;&lt;code&gt;ruby script/generate controller some &lt;/code&gt;&lt;/p&gt; &lt;p&gt;This would generate a lot of things like&lt;/p&gt; &lt;ul&gt; &lt;li&gt;creates a director called &lt;code&gt;some&lt;/code&gt; under views  &lt;li&gt;creates a file called &lt;code&gt;some_controller.rb&lt;/code&gt; under &lt;code&gt;app/controllers&lt;/code&gt; directory.  &lt;li&gt;creates a file called &lt;code&gt;some_controller_test.rb&lt;/code&gt; &lt;code&gt;test/functional&lt;/code&gt; directory.  &lt;li&gt;creates a file called &lt;code&gt;admin_helper.rb&lt;/code&gt; under &lt;code&gt;app/helpers&lt;/code&gt; directory.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;All this is fine. But let's say I created this controller and later I don't want this controller. I want to remove it. How do I remove it? Is there a automation command that would go through and remove the files for me?&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:2b094edd-b11e-4b99-ad77-b89e6af1ed92" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Ruby%20on%20Rails" rel="tag"&gt;Ruby on Rails&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Rails" rel="tag"&gt;Rails&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Controller" rel="tag"&gt;Controller&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-1074508266144453181?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/1074508266144453181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=1074508266144453181' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/1074508266144453181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/1074508266144453181'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2007/08/removing-controller.html' title='Removing a controller'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-4415427953292981334</id><published>2007-08-01T13:52:00.001-07:00</published><updated>2007-08-01T13:52:19.090-07:00</updated><title type='text'>Agile Web Development with Rails : The book</title><content type='html'>&lt;p&gt;After reading the pickaxe book on Ruby, I moved on to reading the book "Agile Web Development with&amp;nbsp;Rails". The book&amp;nbsp;should be the first book you should read when you are gearing up for Rails and you better buy this book because&amp;nbsp;you are going to read that book until all the pages are torn. Every now and then you would turn&amp;nbsp;back to the book to get more information.&lt;/p&gt; &lt;p&gt;However, the book&amp;nbsp;should be read from back to front.&amp;nbsp;Yes, it first lets you jump start on creating a web application using rails. But when&amp;nbsp;I went through it, I just&amp;nbsp;read it like a&amp;nbsp;fiction. I am not that sort of a guy who starts reading the book&amp;nbsp;while having a computer next to him and starts working on the sample application. I am kind of a guy who wants to know the internal details first and then start&amp;nbsp;writing the application. I don't know that's a good way to read a book or not. But that's how I am.&lt;/p&gt; &lt;p&gt;So&amp;nbsp;I was kind of getting disappointed while going through the creation of the "Depot" application that I was not getting enough information about Rails. But when I started&amp;nbsp;reading Part&amp;nbsp;III (Rails Framework), that's where I&amp;nbsp;found the book to be interesting and worth reading. And I can tell you this for sure, you better read every chapter in Part II more than once. Because there is so much information on&amp;nbsp;each page that it would be hard to grasp everything on one read.&lt;/p&gt; &lt;p&gt;This is the only book that is needed for Rails!&amp;nbsp;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:75550546-8a29-49d6-81f5-a25a9f118d81" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Ruby%20on%20Rails" rel="tag"&gt;Ruby on Rails&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Rails" rel="tag"&gt;Rails&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-4415427953292981334?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/4415427953292981334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=4415427953292981334' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/4415427953292981334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/4415427953292981334'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2007/08/agile-web-development-with-rails-book.html' title='Agile Web Development with Rails : The book'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-8347029451103986497</id><published>2007-05-08T17:20:00.001-07:00</published><updated>2007-05-08T17:24:36.469-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='special characters'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><title type='text'>Why special characters like $, @ and @@?</title><content type='html'>This I could never understand unless somebody explains it to me. As the programming languages are advancing, we are reaching towards the human readable coding style. Then why do we have the special characters like $, @ and @@? Or is it a speciality of scripting language? However, ASP or JavaScript never use such special characters! Programming languages like C, C++ or Java or any such don't use any of these characters. Whenever I see such characters being used, I feel that I am being pushed to old age of programming or to shell scripting era!

I don't see what is the advantage of using those character. Is it the shortcoming of the interpreter that can't differentiate between internal object types unless it encounters such special characters?

In Ruby, I find this specifically funny. To define a class variable one has to use @@ where as to create a class method, one can use ClassName.methodName. Why can't we define class variable using ClassName.variableName?

Perhaps a seasoned Ruby person can explain this to me!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-8347029451103986497?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/8347029451103986497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=8347029451103986497' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/8347029451103986497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/8347029451103986497'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2007/05/why-special-characters-like-and.html' title='Why special characters like $, @ and @@?'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-578036153888993974.post-3582374653877091254</id><published>2007-05-03T11:17:00.000-07:00</published><updated>2007-05-03T11:39:22.763-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><title type='text'>Not yet on Rails</title><content type='html'>I have not yet stood on Rails to balance myself. I am just starting to know the building blocks. Before I can stand on the Rails, I have to learn Ruby and that's definitely the step one towards learning Ruby on Rails.

It all started when I decided to develop a web based application. Not for a client, but for my personal creativity. At first I chose &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;PHP&lt;/span&gt; to develop the web based application and that led me to read books on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;PHP&lt;/span&gt;. I have already worked on Perl for sometime. But that was like years ago and I know Perl has gone many changes after that. But still I always felt that Perl seemed kind of a geeky language or a language that is very similar to shell scripts. Being a Java developer, I always appreciated a programming language that is not geeky looking. When I say geeky looking I meant not having all those "$" characters &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;appearing&lt;/span&gt; everywhere. Also Perl was not based on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;OOP&lt;/span&gt;. So I decided to try &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;PHP&lt;/span&gt;.

After reading books on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;PHP&lt;/span&gt;, I felt that I am getting dragged into the geeky world of programming again. The appearance of "$" sign everywhere and the non-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;OOP&lt;/span&gt; of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;PHP&lt;/span&gt; was not getting my favor that much. Thought &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;PHP&lt;/span&gt; 5.x has &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;OOP&lt;/span&gt;, but the lack of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;namespace&lt;/span&gt; was a complete turn-off. I know I would be using a scripting language, but I didn't want a language that would make me write more code to achieve something. It's not how fast I can write, it's about how much I can maintain later.

Then I stumbled upon Ruby. To be honest, it looked funky at the beginning. A programming language that reads like English? A programming language that has poetry mode? Interesting things to notice and also got my curiosity. So I read a little bit and found Ruby more interesting. Yes, they have more "@" than "$" sign. But the complete &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;OOP&lt;/span&gt; and the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;namespace&lt;/span&gt; etc. made it more worth trying than &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;PHP&lt;/span&gt;.

So I ordered the book &lt;a href="http://www.amazon.com/Ruby-Way-Second-Addison-Wesley-Professional/dp/0672328844/ref=pd_bbs_sr_1/104-1188030-9603117?ie=UTF8&amp;s=books&amp;amp;qid=1178217230&amp;sr=8-1"&gt;The Ruby Way &lt;/a&gt;by Hal Fulton. I read the first 50 pages and realized that this would be the second book to read. I need to read &lt;a href="http://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055/ref=pd_bbs_sr_1/104-1188030-9603117?ie=UTF8&amp;amp;s=books&amp;qid=1178217408&amp;amp;sr=1-1"&gt;Programming Ruby&lt;/a&gt; first and then come back to this book. The book is on order and once it reaches my desk I would read it. I will post my feedback in the subsequent post.

Until then the balancing is not happening!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/578036153888993974-3582374653877091254?l=railsbalance.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://railsbalance.blogspot.com/feeds/3582374653877091254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=578036153888993974&amp;postID=3582374653877091254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/3582374653877091254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/578036153888993974/posts/default/3582374653877091254'/><link rel='alternate' type='text/html' href='http://railsbalance.blogspot.com/2007/05/not-yet-on-rails.html' title='Not yet on Rails'/><author><name>Bidyut Kumar</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
