Posts Tagged named_scopes

  • 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 [...]