Agile Web Development

Build it. Launch it. Love it.

Search Results

  • menu_helper

    Adds a helper method for generating a menubar.

  • migration_assist

    This plugin provides rake tasks to assist with the management of migration
    files.

  • model_browser

    model_browser enables you to create a fully functional, RESTful browser applications for databases simply by defining model classes and resource routing.

  • needs_approval

    A pretty simple plugin designed to help you manage approval flows.

  • onlist

    Polymorphic b/w listing.

  • partial_plugin_list

    Adds support for using wildcards in the list of plugins to load.

  • plugin_assets

    Helps automate the copying of plugin assets into your application's public/ folder.

  • plugins_plus

    Adds various abilities to plugins, including asset management,
    migrations, and application code integration.

  • polish_places

    database of polish provinces, cities, villages and more based on a GUS (główny urząd statystyczny) resource

  • pretty_accessible_form

    This is based on A List Apart: Articles: Prettier Accessible Forms (http://www.alistapart.com/articles/prettyaccessibleforms) and provides helper methods for building prettier accessible forms.

  • resourceful_parenting

    A rails plugin that makes working with nested resources easier

  • response_for

    lets you decorate your existing actions with new respond_to blocks

  • select_autocompleter

    Extends the Autocompleter control of Rails to popup a select element instead of a list and return a value (id) field.

  • selector

    A mixin for your helpers to help you define helper functions which will generate dropdowns and multi-select lists.

  • silentale-on-rails

    Silentale API plugin for rails

  • sortable-list

    A simple plugin to make it easy to create a sortable table of information

  • sql_logging

    A collection of useful debugging aids for examining the query activity of ActiveRecord models.

  • state_machine

    Adds support for creating state machines for attributes within a model.

  • suggests_id

    Takes user input (such as their name) and returns an available ID string for use in login names or URLs.

  • super_transaction

    SuperTransaction allows you to save and destroy objects just as you normally would, but under the
    safety of a database transaction. It extends upon the built in Rails transaction method to cut
    duplication of what I find myself repeating all over when using transactions.