On Sep 27, 4:04 pm, zilkey <[email protected]> wrote:
> Switchboard is a simple, event-observing framework for ActiveRecord.
> It's designed to make it easy to add observers for all models in your
> app, and to easily turn them on and off selectively.
>
> Intallation
>
> gem sources -ahttp://gems.github.com
> sudo gem install zilkey-switchboard
>
> Usage
>
> First, require switchboard above your rails initializer:
>
> # environment.rb
> require 'switchboard'
> Rails::Initializer.run do |config|
> # ...
> end
>
Github is flaking out ATM, so I can't check the source, but is there a
reason that you're wanting people to load your gem like this? It
breaks the ability of 'rake gems' and friends to unpack/install/verify
the gem.
--Matt Jones
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---