Adrian Halamoda
unread,Sep 8, 2010, 11:44:12 AM9/8/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Daemon Kit
Hi,
nice gem i like it.
I would like to add support for using ActiveMessaging with daemon-kit.
Currently A13g is a Rails plugin, but is is also available as a gem.
There has been some work to let it work without Rails.
As I needed to create just some A13g message processors without RoR,
I have adapted the daemon-kit for it. A13g has builtin support for
daemons gem,
but it doesn't work nice with monit. So I adopted it to work with DK.
I have used the generated simple daemon templates, with just some
tweaks.
Maybe even the tweaks can be isolated to new generated !13g templates.
I would like to add a new generator for this and here comes my
question.
rake test
1) Error:
test_generator_without_options(TestAmqpGenerator):
RubiGen::GeneratorError: Couldn't find 'amqp' generator
How can I fix it? Do I need some gems or setup to run the generator
tests?