Prev: [ANN] Call for Papers for 2010 Workshop on Scheme and Functional Programming
Next: (newbie) Array > Element Assignment > nil > Documentation
From: James Britt on 8 Jun 2010 21:23 steve ross wrote: > +1 for Tim's gem! > Mr. Bones is Mr. Badass. Tim really should have called it Mr. T. -- James Britt www.jamesbritt.com - Playing with Better Toys www.ruby-doc.org - Ruby Help & Documentation www.rubystuff.com - The Ruby Store for Ruby Stuff www.neurogami.com - Smart application development
From: steve ross on 8 Jun 2010 19:30 On Jun 7, 2010, at 3:11 PM, Tim Pease wrote: > > Mr Bones is a collection of rake tasks and a ruby command line application for creating projects from templates and building / testing / releasing those projects. It is similar to Hoe and Jeweler. > > If you find yourself hacking on a project that is using Mr Bones, you can get your development environment up and running quickly with these two steps: > > gem install bones > rake gem:install_dependencies > > The "install_dependencies" rake task is provided by Mr Bones. It looks at the dependencies required to do development work on the project you're hacking. If some of those dependencies are missing, it will download and install the needed gems. > > Thanks for reading this [protip]. > > > Tim Pease -- author of Mr Bones -- +1 for Tim's gem!
From: Joel VanderWerf on 8 Jun 2010 20:26
steve ross wrote: > +1 for Tim's gem! Ditto! |