timmatheson / Unfuddle

A gem for connecting to your Unfuddle account and displaying information about the state of the repository.

This URL has Read+Write access

Unfuddle / README.rdoc
100644 8 lines (6 sloc) 0.258 kb

USAGE:

  Add this to your config/environment.rb file inside the Initializer block

  Rails::Initializer.run do |config|
    config.middleware.use "UnfuddleNotifier"
  end

  # run the rake task (rake unfuddle:setup) to create the configuration files