Agile Web Development

Build it. Launch it. Love it.

Search Results

  • Page cache

    Holeless page caching plugin for Rails. Users never have to wait for cached pages to be generated (unlike the page caching that ships with Rails).

  • Params Scope

    This plugin defines ActiveRecord::Base.params_scope().

  • QRCode

    QRCode plugins for Ruby on Rails

  • Query Analyzer

    Provides query analysis using the MySQL query execution plan. Each SQL select query will be 'EXPLAIN'ed and added to the log files right below the original query.

  • RSpec on Rails

    Allows you to use RSpec (http://rspec.rubyforge.org) with Rails.

  • Rails XLS

    Generate XLS documents through the use of ".rxls" views.

  • Railscrumb

    This plugin provides a way to use breadcrumbing without being reliant of the models in rails.

  • Redhillonrails core

  • Referenced Page Caching

    A small wrapper around Rails' page caching that allows you to add references to a current page's cache file.

  • RequiresApproval

    RequiresApproval allows objects to be marked as "published", "pending", "draft", "declined", "spam", or any other status that you choose to set up. Simply say @object.published!

  • ResourcefulViews

    ResourcefulViews aims to take RESTful conventions beyond controllers and into views by extending the 'map.resources' method to install a comprehensive vocabulary of application-specific, resource-oriented view helpers

  • Rest Controller

    Provides basic default behavior for RESTful controllers (with both HTML and XML). This is NOT scaffolding in that it does NOT provide views. You must provide some RHTML views for the actions.

  • Restful catch all route

    Simple Restful Routing for Rails: one rule, no helpers, no worries.

  • Robots Dot Text

    Dynamically create robots.txt file using ruby, log user-agents of robots when they crawl your site, and disable sessions for robots

  • SMILE Timeline

    Makes it easy to support SIMILE timelien viewer

  • SanitizeParams

    SanitizeParams is a small XSS filter plugin.

  • Schema Validations

    Schema Validations is a plugin that reads various constraints defined against columns in your database and applies the closest matching rails validation. (Ala Dave Thomas' Keynote.)

  • Searchable

    Module for search-enabling models using Ferret (future: multiple backends)

  • Simple Localization

    A simple and every flexible localization plugin. Uses simple language files and localizes model and model attribute names, helpers, error messages, Date and Time classes and several other things. Also supports multiple languages at runtime.

  • Simple Sidebar

    Makes component, partial or completely static sidebars as easy as a few class method declarations and a single view method. Flexible, simple, easy to cache.