Rails core has moved to GitHub
Ya, Ruby on Rails core is now hosted at GitHub, which is uses Git for easy, fast, efficient, distributed version control system and also which looks pretty!!! In DHH own words, GitHub has now...
View ArticleHow to use “position:relative” in CSS
First the definition of CSS position Property: “The position property places an element in a static, relative, absolute or fixed position.” “We can also say that the CSS positioning properties allow...
View ArticleHow to Install Ruby, Rails 2.x, MySQL, SVN, then setup Rails 2.x Application,...
A.) How to setup a Rails 2.x Application on your local system:– [NOTE: The following steps are for Windows OS environment] Setup Ruby and Rails on the local system:- Install Ruby on Windows: The...
View ArticleHow to force the browser to not cache in Rails
This is a quick note to self. Though,I found this excellent post by Chad while looking for something else but this post had a excellent note on browser cache also. So this post is mostly a re-post from...
View ArticleI 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...
View ArticleModel 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...
View ArticleUsing 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...
View ArticleTwo of the best help & guide sites for RubyOnRails and Ruby
Well this is essentially a note to self and well to others too. The best help documents online for Ruby On Rails and Ruby are these AJAXified websites which allows real-time searching of sytanx and...
View ArticleA 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...
View ArticleHow 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...
View Article