ruby_koans.git
2010-08-27 Jim WeirichUpdated koan directory from src. cinci-day-of-ruby-2010
2010-08-27 Rene MendozaAdded autotest support to RubyKoans
2010-08-27 Rene MendozaColor support for Ruby Koans
2010-08-27 Rene MendozaAdded autotest support and added colorized output of...
2010-08-27 Jim WeirichTweeks on the color module
2010-08-27 Jim WeirichRenamed method
2010-08-26 Jim WeirichUpdated koans with changed from src.
2010-08-26 Jim WeirichUpdated comment
2010-08-26 Jim WeirichDisable colorization when the NO_COLOR env variable...
2010-08-26 Jim WeirichRemoved method missing from color module.
2010-08-26 Jim WeirichAdded colors to output (based on renemendoza's patch).
2010-08-22 Jim WeirichUpdated koans from new regex section.
2010-08-22 Jim WeirichFixed spelling of repetition.
2010-08-22 Jim WeirichMerge branch 'master' of git://github.com/JEG2/ruby_koa...
2010-08-22 James Edward... Adding Regular Expression koans.
2010-08-21 James Edward... Fixing a bug that was causing some number Koans to...
2010-08-21 Jonathan CastelloTypo fix: changed "parenthesis" to "parentheses"
2010-08-21 Jim WeirichWhite space fixes
2010-08-21 Jim WeirichMerge branch 'master' of github.com/Twisol/ruby_koans...
2010-08-21 Jonathan CastelloWith 'test_in_ruby_1_8_single_characters_are_represente...
2010-08-17 Jim WeirichUpdated README (tweeks words, whitespace cleanup)
2010-08-16 Jim WeirichUpdated the koans directory.
2010-08-16 Jim WeirichNow supporting Test::Unit as well under Ruby 1.9.
2010-08-16 Jim WeirichAdded support for minitest under Ruby 1.9.
2010-08-16 Jim WeirichMake method_missing public in the test framework for...
2010-08-16 Jim WeirichSetup load path in path_to_enlightenment, so -I not...
2010-08-16 Jim WeirichUPdated koans to match latest source.
2010-08-16 Jim WeirichAnswers now Ruby 1.9 compliant
2010-08-16 Jim WeirichAdded current directory to rake runner.
2010-08-16 Jim WeirichMinor change to comment about regular expressions.
2010-08-16 Jim WeirichUpdated require with yucky File.dirname(__FILE__) hacks.
2010-08-16 Jim WeirichReworded question.
2010-04-20 Jim WeirichRemoved unneeded check for no args.
2010-04-20 Jim WeirichAdded constants to koans path to enlightenment.
2010-04-20 Jim WeirichUpdates source to be consistent with the _n_ changes.
2010-04-20 Jim WeirichAdded about_constants
2010-04-20 Jim WeirichModified to be less dependent on exact method and const...
2010-04-20 Jim WeirichAdded a numeric fill in method (_n_)
2010-01-15 Jim WeirichGenerated new koans directory.
2010-01-15 Jim WeirichAdded swap example to parallel assignments
2010-01-15 Jim WeirichRenamed if test to avoid method name conflict.
2010-01-15 Jim WeirichAdded [1,1,3] case for triangles.
2010-01-14 Jim WeirichUse .values rather than .keys in values test (pivotaltr...
2010-01-03 Jim WeirichFixed misspelling of "multiple" (pivotaltracker.com... codemash-2010
2010-01-03 Jim WeirichRenamed explict to explicit (pivotaltracker.com/story...
2010-01-03 Jim WeirichRenamed test (pivotaltracker.com/story/show/2072574)
2010-01-03 Jim WeirichAddd comments to gen and regen tasks.
2010-01-03 Jim WeirichSome minor reformatting.
2010-01-03 Jim WeirichUpdated try ruby link
2010-01-03 Jim WeirichAdded pivotal tracker address to readme.
2009-12-31 Jim WeirichAdded tracker information to readme.
2009-12-24 Jim WeirichUpdated tryruby link to tryruby.org.
2009-12-24 Jim WeirichFixed typo in tribute to Ara Howard.
2009-12-23 Jim WeirichUpdated first test to properly fail on the first run.
2009-12-23 Jim WeirichUpdated Readme with ref to about_asserts.
2009-12-23 Jim WeirichFixed typos in Greed Rules.
2009-12-21 Jim WeirichAdded ref to Little Lisper.
2009-12-21 Jim WeirichFixed rules typos.
2009-12-21 Jim WeirichChanged minor constant count change.
2009-12-21 Jim WeirichFixed broken assert in src, so that it is still broken...
2009-12-21 Jim WeirichAdded Main readme to koan directory.
2009-12-21 Jim WeirichCleaned up src directory
2009-12-21 Jim WeirichUpdated Rakfile to copy the main readme into the koan...
2009-12-21 Jim WeirichIgnoring the dist directory
2009-12-21 Jim WeirichMerged src directory with existing koans.
2009-12-21 Jim WeirichAdded back require rake/rdoctask
2009-12-21 Jim WeirichNew Rakefile
2009-12-21 Jim WeirichAdded src directory
2009-10-13 Bret Pettichordrename file to match the name of its Koan class
2009-10-09 Ken BarkerAdd preceding bang to make first test fail
2009-10-08 Corey Hainesfix url for tryruby
2009-10-08 RFelixRemoved duplicated array assignment tests from about_ar...
2009-10-08 Robert Osbornere-wrote a bit of explanation of red/green/refactor
2009-10-08 Robert Osbornefixed typoo in def test_any_ruby_expression_my_be_inter...
2009-10-08 Robert Osbornemethod name test_if_then_else_statements was duplicated...
2009-10-08 Robert OsborneEdited GREED_RULES
2009-10-08 capitalistFix typo
2009-10-08 capitalistFixed typo and faulty expectation.
2009-10-08 Marc PeabodyMerge branch 'master' of git://github.com/caius/ruby_ko...
2009-10-08 Marc Peabodyhash keys and values must assert against sorted arrays...
2009-03-18 unknownCleanup of "cross method" test on the Bulldog, by remov...
2009-03-18 unknownI renamed the class to AboutTriangleAssignment2 as...
2009-03-18 unknownProvided an alternative test_hash_keys_and_values function.
2009-02-07 Caius DurlingAssigning a variable so the test passes when correct...
2009-01-28 Jonathan LimEnsuring method names unique.
2009-01-28 Jonathan LimFixing scores
2009-01-26 Joe O'Brienadding attribution and another tweak to the wording
2009-01-26 Joe O'Briensmall formatting tweak
2009-01-26 Joe O'Brienno comment
2009-01-26 Joe O'Brienalmost finished with the readme. At what point do we...
2009-01-26 Joe O'Brienstill tweaking readme
2009-01-26 Joe O'Brienmoving files around a bit
2009-01-26 Joe O'Brienchanging readme to get formatted on GH; adding license
2009-01-26 Joe O'Brienmoving to a new repo
2009-01-26 Joe O'Brienfirst commit