Archive for the plugins Category

  • Map Fields - A Rails plugin to ease the importing of CSV files - June 3rd, 2009

    I’ve just released a plugin, map-fieilds, that eases the importing of CSV files.
    When importing CSV files for a project, I wanted to add flexibility for the users so that they could import their CSV files in a looser format and then map their format to the format I needed.
    map-fieilds will intercept calls to a method [...]

  • New Rails plugin - Quick Scopes - January 27th, 2009

    I’ve just release a new Rails plugin called Quick Scopes that adds some generic named_scopes to your models to quickly manipulate the results you receive from associations.
    It’s great to have easy access to methods to get all associations but sometimes you need to manipulate how you receive those results.
    Included named_scopes:

    limit - to limit the number [...]