Archive for September, 2006

Marcel and DHH were very surprized to know that I had flown in from India for the RailsConf.

I enjoyed most of the sessions that I attended. With four tracks going on in parallel definitely I missed out on some very good ones.

DHH’s session on ActiveResource was great. He demoed what he had talked about at […]

Saturday, September 30th, 2006 | No Comments

Thursday, September 28th, 2006 | No Comments

By no means am i a Ruby guru.
But it is great to be in the company of Gurus.
Read my interview here .
Satish Talim has a great community going in Pune.
And that is what DHH asked me at the RailsConf… do you have a Ruby Group in Delhi?.
Time we had one.
delhi.rb ~ Anybody interested?

Tuesday, September 26th, 2006 | No Comments

If  you are not interested in installing a plugin just for one method(state_select) then You can put state_select.rb file in you rails lib directory. And include state_select.rb file in your controller where ever you want to use state_select method.
The url for state_select.rb is http://opensvn.csie.org/state_select/trunk/lib/state_select.rb
Feedback please….

Wednesday, September 13th, 2006 | No Comments

I have wrote my first plugin(state_select). This plugin allows to create drop down list for states, same as country_select method in rails. I know this is not a big deal…
Curently it can generate state list for India, US, and Canada(default is US).
Usage: 

state_select(object, method, country=’US’, options = {}, html_options = {})

Return select and option tags […]

Tuesday, September 12th, 2006 | No Comments