Blog Detail
The Hitchhiker’s Guide to Ruby On Rails Galaxy
http://arjunghosh.wordpress.com/
My tech blog Web Development using Ruby On Rails
Recent Posts
How to parse a tweet text from Twitter using Ruby to parse-out ‘@’ and ‘#’
Well lot of us love @twitter and also Ruby, and some time work on both And often we need to do the folowing with a tweet Well I had to do the following quite often:- Take out the ‘@’ (i.e. @replies )and ‘#’ (i.e. hashtags ...
A very hip & cool parenting site called lil’grams which is built on RubyOnRails!
Just wanted to do a very quick post on this very new hip & cool site on parenting - lil’grams And do you know what, its has been made in RubyOnRails! Do check out this site. It the brain child of Greg Narain who is a well know serial e...
Using ERB as a dynamic template to create a file whose contents are dynamic
The following code will create a temporary file for say attaching a vcard file to email.The following code is dynamic to use ERB as a template to create the file dynamically every time with the variable “telephone”,”location”,...
Model name in RubyOnRails should ALWAYS be singular!!!
Model names in RubyOnRails should be Singular. This will create Table name as corresponding Plural names. You have got to remember that about model naming conventions in rails. . I know this is a very basic concept in RubyOnRails but sometimes ...
I am Back!!! and so many interesting changes to Rails…
Yeah I know its been long since I have been away. Well lot has happened between my last journey through RubyOnRail’s universe from May 28,2008 to the current date. New Rails 2.0 screencast by Fabio Akita which is unspired by the Creating...
Going through a Design & Theme shift
Right now am going through a design and Theme sift as the present theme is much better suited to display codes. So please be patient. Thanks...

