Agile Web Development

Build it. Launch it. Love it.

Category: Controllers

  • Account Location

    Account location is a set of protected methods that supports the account-key-as-subdomain
    way of identifying the current scope. These methods allow you to easily produce URLs that
    match this style and to get the current account key from the subdomain.

  • ACL System

    This plugin is designed to give you a flexible declarative way of protecting your various controller actions using roles. It's made to sit on top of any authentication framework that follows a few conventions.

  • Action cache

    Drop in replacement for the Action Cache to provide bug fixes, better cache keys, cache item expiry, runtime cache control and X-Sendfile support.

  • ActionFlow

    The ActionFlow framework is the first ever Ruby on Rails flow engine. It offers many kewl features out of the box and is growing every day.

    It's intuitive and easy domain specific language allows developers to create complex flows literally in a matter of a couple minutes. It's as simple as that.

  • Active Scaffold

    Generates a production ready, fully styled, interface for managing models

  • Acts as Resource

    acts_as_resource lets you handle nested resource controllers neatly without
    having to modify every single call to a named route to include the full list of
    resources used to reach the target resource.

  • acts_as_continuable

    An experimental plugin that lets you write controller actions with continuations.

  • AtomPub Server

    This plugin allows your app to create an AtomPub service document from its controllers.

  • Authenticates Via Typekey

    Drop in module that lets your rails application authenticate via Typekey from Six Apart.

  • AutoRest

    Automate the management of restfull controller

  • auto_admin

    Automatically creates a simple administration interface for your models.

  • Body Builder

    This plugin fixes the problem of how to organize the parts of your app that are re-used like blocks across pages, like those in side-bars and top-bars. It allows you to create render-points where content can be inserted in views.

  • Broomstick

    Rails only offers methods to
    expire a single page but no methods to expire an entire action or
    controller. This plugin does just that.

  • Browser Filters

    Browser filters is a collection of three common filtering needs: serving a default charset, disabling link pre-fetching, and fixing unicode sent to Safari.

  • Cache Money

    A Write-Through Cacheing Library for ActiveRecord

  • CacheFilter

    Keep multiple versions of a template cached and decide which to render with a before_filter

  • Camper

    Run Camping applications inside of Rails controllers

  • Cheap Themes

    Cheap Themes is a Rails plugin that adds dead easy theming support for your views and also introduces a way of customizing controller actions on per-theme basis. Need to build multi-domain site, with shared but not identical functionality and different themes? This plugin might be right for you.

  • Combustible

    Securely and elegantly access the FeedBurner Management API. It uses HTTP Basic Authentication over HTTPS.

  • Commentable Controller

    Comment on any resource RESTfully