Monthly Archives: February 2009
Ruby on Rails Plugins and uses
Plugins is type of programming scripts by which either you can extend existing functionality or add new feature in your application. Plugins generally have well-defined boundary to their possible set of actions. There are many reason to use plug-ins, some of the main reasons are: To reuse the code/functionality so that developer can avoid to…