Skip to content

belgoros/99bottles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

99 Bottles

This is the code source of 99 bottles book by Sandi Metz. The last modifications have been merged into master branch.

The Code

Installing Ruby

Windows

There's an installer, it's easy. http://rubyinstaller.org/

Mac

Newer macs ship with a usable version of Ruby.

Try ruby -v in a terminal window, and if it's 1.9.x or 2.x you're fine.

http://www.railstutorial.org/book/beginning#sec-install_ruby http://tutorials.jumpstartlab.com/topics/environment/environment.html http://docs.railsbridge.org/installfest/macintosh

Linux

Ubuntu: http://docs.railsbridge.org/installfest/linux https://www.ruby-lang.org/en/installation/

Running

  • install the gems with bundle
  • run the tests with ruby test/bottles_test.rb

About

99 bottles book code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages