Send Ad Free SMS in India

Archive for the ‘Rails’ Category

If you have ever experienced this... ...you know how painful it is to debug and rectify. This error was so common that Microsoft created a knowledge base (KB927917) article for this. It even has a dedicated explanation at the IE Blog. The error...

Learning from the best!

February 12, 2010 | In: Rails, Ruby

Just bought "Programming Ruby 1.9" from Flipkart. From For Blog When I joined IBM ISS UI team and my tech lead suggested that we should start doing things in Rails- and I was prompt enough to pop up a suggestion - "that why don't we...

[caption id="attachment_802" align="alignleft" width="948" caption="NetBeans code modification...

http://vimeo.com/6703956

Rails 3 Update by Yehuda Katz from Wind City Rails 2009

You just can't ignore his style of explaining things! :)

The methodology is very simple. Redirect the user to grant access to your app for a particular Google service. Once access is granted, use the authentication token to retrieve information related to the user. I demonstrate this with a very simple...

With Jaunty, the location of installed gems has been moved to /var/lib/gems while it was /usr/lib/ruby in releases before. Please follow http://intertwingly.net/blog/2009/04/25/Rails-on-Jaunty for more on how to rectify the problem that might...

With an Amazon EC2 instance up, next very obvious task was to get the hosting up. Objective was to host static content along with multiple Rails apps on the same EC2 instance. Purists might not agree to this, but getting up and running was the first...

Drawing boards are so much more fun than paper'n pencil :)

Introducing - LITBox Helper for Rails! Disclaimer: This is a work in progress and is available on "as is" basis. For long, I was trying to integrate Criag Ambros's RedBox plugin into ApnaBill.com project for implementing modal dialogs but somehow, the...

Its almost 4 AM now & past 3 hours saw a lot of commits going into ApnaBill.com code. After realizing that we were not generating (X)HTML code, the effort was targeted at containment, if not eradication ;) Many thanks to Zundra for pointing this...