public
Description: Code examples from Ruby Best Practices
Homepage: http://rubybestpractices.com
Clone URL: git://github.com/sandal/rbp.git
sandal (author)
Fri Feb 27 11:40:53 -0800 2009
commit  7db25d4873042c02eca7232ad18e2432f0db7cb8
tree    6f23695d9a8cf29f3e296a49ee28a035502f9a6c
parent  1afc39a68574d6fcf42c897062e1a477b868cd18
rbp /
name age message
file README Sat Jan 10 11:13:08 -0800 2009 Initial import [sandal]
directory dynamic_toolkit/ Wed Jan 28 22:05:25 -0800 2009 Examples for Dynamic toolkit chapter [sandal]
directory stdlib/ Sun Feb 22 20:53:27 -0800 2009 Add 'when things go wrong' examples [sandal]
directory testing/ Sun Jan 18 20:14:14 -0800 2009 minor cleanup [sandal]
directory when_things_go_wrong/ Fri Feb 27 11:40:53 -0800 2009 More code samples [sandal]
directory worst_practices/ Fri Feb 27 11:40:53 -0800 2009 More code samples [sandal]
README
== "Ruby Best Practices" Code Samples ==

This repository is for the code samples from the O'Reilly book "Ruby Best
Practices" by Gregory Brown, available at:

  http://rubybestpractices.com

All of the examples here are free software, but some license terms and proper
attributions might be missing from code segments until the time of publication
of the book.  This means if you wish to re-use any code seen here, please
contact me at gregory.t.brown@gmail.com and I'll let you know who wrote it and
what the terms are.  I will be sure to update these things before the book hits
the shelf.

Although the code samples might be an interesting teaser, they might not be
useful out of context, as some of the examples seen here are actually
anti-patterns to best practices.

Eventually, all of the non-trivial code samples that appear in the book will be in
this repository. For now, it will be incomplete and in constant flux.

Enjoy, and please contact me with any questions.

-greg