Commit Graph

341 Commits

Author SHA1 Message Date
Jim Weirich
f3560581ce Removed RDoc 2013-04-09 11:27:30 -04:00
Jim Weirich
5119038f9c Merge pull request #83 from TheTeaNerd/dk-explain-watchr-in-README
Explain Watchr use in README
2013-04-09 07:52:32 -07:00
Jim Weirich
86cb9c5a27 Fixed times example. 2013-04-09 10:46:13 -04:00
Jim Weirich
a079acbacd Merge pull request #89 from lucasrcosta/master
Added Times Statement in Control Statements
2013-04-09 07:45:19 -07:00
Jim Weirich
dc8f73f107 Remove test_helper.rb 2013-04-09 10:40:49 -04:00
Jim Weirich
09b03e9b1c Change EdgeCase to Neo 2013-04-09 10:40:27 -04:00
Jim Weirich
67750bf9bf Fix missing blanks in about hashes. 2013-04-09 10:33:43 -04:00
Jim Weirich
7eb51a9a30 Remove unused files. 2013-04-09 10:33:43 -04:00
Jim Weirich
f2e4a1f357 Make each do/end usage more consistent. 2013-04-09 10:33:43 -04:00
Jim Weirich
ceca9875cf Merge pull request #87 from weilu/remove_unused_variables
Remove assigned but unused variables
2013-04-09 07:13:04 -07:00
Jim Weirich
957b672d7a Merge pull request #86 from weilu/fix_indentation
Fix indentation
2013-04-09 07:12:05 -07:00
Jim Weirich
e150dd6d9e Fix private message error for JRuby. 2013-04-09 10:10:24 -04:00
Jim Weirich
f03e0d21ee Add keyword arguments (with correct answers). 2013-04-09 09:45:23 -04:00
Jim Weirich
58238ef54a Removed fixed object_id koan
This koan is not as important now that Ruby 2 has changed all the
object ids.
2013-04-09 09:30:33 -04:00
mfeckie
9c5ecb509a Add support for Ruby 2.0 2013-04-06 13:23:56 +08:00
mfeckie
cb14e48f1d Add tests for keyword arguments in Ruby 2.0 2013-04-06 12:18:41 +08:00
mfeckie
405c42eb81 Updated Sensei for 2.0.0
Add support for Ruby 2.0.0
2013-04-06 11:31:32 +08:00
Jim Weirich
2df8e5554d Added todo for EdgeCase to Neo conversion. 2013-04-01 19:10:47 -04:00
Adam McCrea
213aece7e9 Move to Neo 2013-04-01 17:11:02 -03:00
Adam McCrea
5c5ffc645d Move to Neo 2013-04-01 17:09:01 -03:00
lucasrcosta
4d41bab6e6 Added Times Statement 2013-03-10 14:31:05 -03:00
Wei Lu
aa3c83f044 Remove assigned but unused variables 2013-02-28 18:59:58 +08:00
Wei Lu
676d9ce8ac Fix indentation 2013-02-28 15:44:28 +08:00
David Kennedy
f36a964fdd Explain how to use Watchr in the README
The koans have support for Watchr now, and this is very helpful
as you can focus on editing and not on re-running rake over and
over. However, a user new to Ruby will not even know what Watchr
is (I'd not used it before! I was using Guard) so they might miss
this choice.

There are some other minor edits for style and consistency. I explain
that Koans are tests. We/You tidy up. Removed some excess wordage.
Made some "your should do this" statements more imperative. Made
mark up more consistent.
2013-02-14 14:22:11 +00:00
David Kennedy
eedfeb1022 Explain how to use watchr in the README
Support has been added for watchr, and this is very helpful while
walking the path to enlightenment as it keeps the users focus on
the koans and not on the repeated need to run rake after each edit.

However, only an experienced Rubyist would know how to install and
use watchr (or worse, they might just not notice the watchr config
file). So let's add an optional section to the README explaining
how to use watchr.
2013-02-14 13:21:06 +00:00
TheTeaNerd
4ca68510b0 Merge pull request #1 from TheTeaNerd/dk-ignore-rvm
Ignore RVM config if the user wants to use it
2013-02-14 04:57:48 -08:00
David Kennedy
5f3a6a19f2 Ignore RVM config if the user wants to use it
RVM allows the user to select a specific Ruby for a specific
project. It is common to put a .rvmrc config file in the root
of a project to select the Ruby automatically when the user
switches into that project.

The Ruby Koans should ignore this file if present and not mistake
it for a change to the Koans themselves. There are other ways
of choosing a Ruby to use, and use of RVM is not mandated by the
Koans so ignoring seems like the right solution.
2013-02-14 12:51:00 +00:00
Adam McCrea
1a073e5db5 Merge pull request #66 from oflannabhra/patch-1
Test that constants are symbols by comparing strings
2012-11-26 06:17:39 -08:00
Marc Peabody
9cb57ef35f Merge pull request #77 from thebinarypenguin/about-hashes-bonus-question
Modify test to better illustrate point
2012-06-05 12:19:07 -07:00
Ethan Zimmerman
7f29082e95 Modify test to better illustrate point 2012-06-05 14:22:14 -04:00
Marc Peabody
75ba956176 Merge pull request #72 from Erkan-Yilmaz/master
missing: ) + first example output adapted
2012-03-08 06:35:36 -08:00
Erkan Yilmaz
f3d20b8e14 seems screen output of the 1st example changed 2012-03-08 14:03:45 +01:00
Erkan Yilmaz
03caa9b349 add missing: ) 2012-03-08 13:57:01 +01:00
Matthew Boston
7bef32522e Merge branch 'master' of github.com:edgecase/ruby_koans 2012-02-23 11:19:54 -05:00
Matthew Boston
48fd6fdb1e Merge branch 'master' of github.com:edgecase/ruby_koans 2012-02-10 16:32:45 -05:00
Matthew Boston
7d0550259b Merge branch 'master' of github.com:edgecase/ruby_koans 2012-02-10 16:32:34 -05:00
Matthew Boston
bd94b445de Merge pull request #70 from saterus/master
Switch from Autotest to Watchr
2012-02-10 13:32:14 -08:00
Alex Burkhart
6af4597b80 Use rake instead of directly invoking path_to_enlightenment. 2012-02-10 19:36:50 +00:00
Alex Burkhart
a565ac232d Removed autotest. Added Watchr script. 2012-02-09 18:57:31 +00:00
Matthew Boston
711564c452 remove line-ending whitespace 2012-02-07 22:16:52 -05:00
Matthew Boston
34d1127f98 whitespace cleanup 2012-02-06 23:17:48 -05:00
Matthew Boston
8926a0d96b Merge pull request #68 from liuhenry/master
Fixed color support in OS X
2012-01-27 10:51:25 -08:00
Matthew Boston
c014f6db04 update Rakefile to use pre-defined directories 2012-01-27 10:39:22 -05:00
Matthew Boston
2625f10997 not sure why the extra line was thrown in... 2012-01-27 10:34:00 -05:00
Matthew Boston
d1ab51e7cd updating README with directions for generating the koans 2012-01-27 10:26:46 -05:00
Henry Liu
907c1fc0be Fixed color support in OS X 2012-01-22 00:20:40 -08:00
Matthew Boston
212e29b659 Merge pull request #64 from RichLewis007/master
Fix typo in comments in about_sandwich_code.rb
2012-01-03 12:05:21 -08:00
oflannabhra
b44b5f8bb2 Compare strings instead of symbols for constants, similar to method names. 2012-01-02 22:33:46 -05:00
Rich Lewis
63a7f27313 removed duplicate word "The" in comment. 2011-12-20 15:42:07 -05:00
Jim Weirich
e76be64f9d Added koans directory to the .git ignore list. 2011-12-04 02:48:20 -05:00