All posts tagged Ruby on rails

top ten rails plugins

Posted on April 14, 2010 at 1:47am by waqas 1 Comment

As a Ruby on Rails developer I have always found rails gems and plugins very useful to use as it allows me quickly to extend the functionality with less code writing. Over the past few years I have used many rails plugins to get the job done keeping in mind the clients requirements. One problem…

ruby on rails: basic commands

Posted on December 23, 2009 at 4:19am by waqas 1 Comment

This is a very basic guide for those who are interested in learning ruby on rails. I assume you have already installed ruby on rails and have basic knowledge. Many beginners using ruby on rails will not use any IDE, rather they will use command line if installed on MAC or linux. So here I…

ruby on rails: intro

Posted on December 7, 2009 at 2:19pm by waqas 2 Comments

Rails is an model-view-controller (MVC) Web framework written in the Ruby programming language. One of its biggest appeals is being able to quickly develop CRUD-based Web applications. One of the big advantage of Rails over other frameworks is that it values convention over configuration. If you follow the correct conventions, you can avoid lengthy configuration of files,…