Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged scope

  • Dynamic Scope

    Adds dynamic methods to scope.

  • scope_out

    Create custom finder methods on your model which accept all normal find arguments, but limit the scope of the query. Perfect for keeping your models DRY and decoupled.

  • meantime_filter

    This plugin introduces a new filter type to ActionController::Base: meantime filters. They are called at the time of the action call just after before filters. They allow to do things around the action by yielding when the action has to be performed. This enables the action to be executed within the block of any method.

  • AutoScope

    Automatically create scoped access methods on your ActiveRecord models.

  • Global scope

    This plugin allows to define ActiveRecord's method parameters with a global scope. The functionality is analogous to the original with_scope method, but it applies globally and not just within a given block.

  • Grouped Scope

    Turn your has_many style associations into grouped scope.

  • NamedScope

    NamedScope for rails 1.2.6 and 2.0.4. Very very inclusive backport which also includes first,last,all methods and more.

  • scoped-associations

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