Agile Web Development

Build it. Launch it. Love it.

Plugins by Michael Grosser

  • single test

    Run single/specific tests or specs
    rake spec:users_con rake spec:user:'should create'

  • RSpec Response Enhancer

    Enhace the output of response tests (response.should have_been_success) to give more information on the cause of failure.

  • Will Paginate Acts As Searchable

    Integrate will_paginate with acts_as_searchable

    Movie.paginate_by_fulltext_search(params['q'],:page=>params[:page],:per_page=>1)

  • Honeypot

    Catch Robots with Honeypots, inserts fields only visible to robots and validates them.

  • valid attributes

    DRY Validation Testing and easy edge-case Records

  • gettext_i18n_rails

    Simple FastGettext/Rails integration that is threadsafe and fast