learn_ruby icon indicating copy to clipboard operation
learn_ruby copied to clipboard

a basic ruby class generated from test-first-teaching

Results 19 learn_ruby issues
Sort by recently updated
recently updated
newest added

The correct title capitalization should be "The Bridge Over the River Kwai." The word "over" was not capitalized in the test. THIS IS MY FIRST PULL REQUEST OMG!

Gem install rspec installs rspec version 3.0.0 now, so the first line is unnecessary if already installed. In fact, it seems to create problems for those who have recently installed...

"resolves operator precedence unambiguously" test tries doing two consecutive calculations without resetting the calculator. Basically, it is testing whether: 2+3_((1 + 2) \* 3)==1+(2_3) A fix would to be to...

http://www.wiki.devchix.com/index.php?title=Workshop_Installation_Notes_Rails_3 is no longer accessible. i looked through devchix.com but couldnt find any ruby install help.

Good Evening, I have been unable to run the tests and I have no clue what is wrong. I am encountering an issue in the terminal after running the 'rake'...

https://github.com/alexch/learn_ruby/tree/master/04_pig_latin All right, 6-8 hours over 3 days on this one.... could use a clue... I feel I'm very close. The idea is to split the string into words, and...

https://github.com/alexch/learn_ruby/tree/master/03_simon_says This is a clear user error, but I can't find a different method or think of a different way. In the "repeat" method, I'm supposed to be able to...

https://github.com/alexch/learn_ruby/tree/master/00_hello This is for everyone's benefit: I think this is partially because I'm running Ruby 2.0.0, not 1.8.7 When I try "rspec hello_spec.rb" from the Terminal, I get that it...