Re: [capistrano] Developing modules for Capistrano

2011-09-08 Thread Lee Hambley
Matt, the most simple way would be to take a look at my railsless deploy gem, this is as close as Cap gets to plugins - the trick is the block that contains everything, ensures that the code doesn't run until the Cap executable loaded the cap engine/etc … Let me know if that helps/doesn't? - Lee

[capistrano] Developing modules for Capistrano

2011-09-07 Thread Matthew Macdonald-Wallace
Hi all, I'm looking to start work on a notification framework for Capistrano and I've been seeing how others do it. GOD (https://github.com/mojombo/god ) seems to do a good job and has a nice modular plugable framework and I'm looking to port something similar to Capistrano. I've written a few