Agile Web Development

Build it. Launch it. Love it.

Plugins by Norman Clarke

  • app_config generator

    Generates an application.yml config file where you can store various application settings.

  • friendly_id

    FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
    Ruby on Rails. It allows you to create pretty URL's and work with
    human-friendly strings as if they were numeric ids for ActiveRecord models.

  • HasImage

    HasImage is a plugin/gem that allows Ruby on Rails applications to have attached images. It is very small and lightweight: it only requires one column (”has_image_file”) in your model to store the uploaded image’s file name.

    It was created as a smaller, simpler, lighter alternative to attachment_fu for applications that need to handle uploaded images.