Web Development  >>  Ruby On Rails

Making a Plugin

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
You can sometimes remove a lot of duplication by generating methods dynamic. In this episode I will show you how to create a plugin which does exactly that

Tags: Ruby On Rails, Ruby, Web Development, Plugin,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails
  • Plugin

  •  OR 
    Created : 2007-05-18   Duration : 07:55 (22.2 MB)


    (Requires : MPEG-4 Video Player)
    Download file is iPod compatable

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    How To Write Plugin To Modify Rails Core
    Since plugins are loaded (almost?) last you can modify (almost?) any part of the Rails core using a plugin.
    Top 10 Ruby on Rails performance tips
    The performance of Ruby on Rails is influenced by many factors, particularly the configuration of your deployment server(s). However the application code can make a big difference and determine whether your site is slow or highly responsive. This short article is about some of the tips and best coding practices to improve performances in Rails only, and won’t attempt to cover the server configuration improvements for the various deployments options