This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Tim Matheson (author)
Tue Oct 27 12:12:22 -0700 2009
commit 71b952a536a078fc1d4e14431e99a1c2f77b3e17
tree c10c6f607e0162870ff82fb5a8fe8c43e118c59e
parent 1ee6b0803e8712fd8f40b83fc27388312cf14a5e
tree c10c6f607e0162870ff82fb5a8fe8c43e118c59e
parent 1ee6b0803e8712fd8f40b83fc27388312cf14a5e
Unfuddle /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Manifest | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
git_hooks/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
spec/ | ||
| |
views/ |
README.rdoc
INTRODUCTION:
The Unfuddle gem is designed to make it easy to integrate Unfuddle into your project. There are many uses for this gem if you are using Unfuddle for project management. You could even hook this gem into your tests and create tickets when one test fails. The possibilities are endless.
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








