public
Description: A gem for connecting to your Unfuddle account and displaying information about the state of the repository.
Homepage: http://www.timmatheson.com
Clone URL: git://github.com/timmatheson/Unfuddle.git
timmatheson (author)
Wed May 27 02:17:14 -0700 2009
commit  9ee2e60f8bbc2a5581ae6c91390e06c58ef7fe45
tree    663e6e34844c857c0c654b2cd4cf88a46f23e9e6
parent  fca59890df7365b7c7ec28c6c0546058c2cb3ee0
name age message
file README.rdoc Loading commit data...
file Rakefile
file init.rb
directory lib/
file unfuddle.yml Wed May 27 00:53:33 -0700 2009 adding a few more resources to the main module [timmatheson]
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