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

timmatheson (author)
Wed May 27 02:14:40 -0700 2009
commit  fca59890df7365b7c7ec28c6c0546058c2cb3ee0
tree    1d457a4e076b65708799bafab7a1aca4694bf312
parent  35bd7eb62b8f7cc36869726eb17f9dfb630ca0c2
name age message
file README.rdoc Loading commit data...
file Rakefile
file init.rb
directory lib/
file unfuddle.yml
README.rdoc

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