Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged named_scope

  • Active OLAP

    This Rails plugin makes it easy to add an OLAP interface to your application, which is great for administration interfaces. Its main uses are collection information about the usage of your application and detecting inconsistencies and problems in your data. It does so by counting records in the table that conform the provided category definitions.

  • scoped_search

    Easily search you ActiveRecord models with a simple query language using a named scope.

  • scoped-associations

    Easily use named scopes to scope associations in a very DRY manner.

  • acts_as_filter

    Acts As Filter is an ActiveRecord filtering plugin based on named_scopes

  • ScopeGroup

    ScopeGroup is a Ruby On Rails plugin providing dynamic named_scope grouping.

    You can aggregate a group of named scope together during runtime and run them together only when methods like ‘find’, ‘count’, ‘average’, etc are called.

  • Filter fu

    Filter ActiveRecord models using named_scopes