Skip to content

Instantly share code, notes, and snippets.

@jgarber
Last active December 28, 2015 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgarber/7488951 to your computer and use it in GitHub Desktop.
Save jgarber/7488951 to your computer and use it in GitHub Desktop.
Ruby, Chef, and Cucumber links

Ruby

  • Ruby Language site
  • Try Ruby
  • RubyGems – Gems are Ruby’s packages
  • Bundler – Application dependency management
  • RubyInstaller – Easy installation on Windows.
    • You will want to check the box to add Ruby to your PATH
    • You may also want to install the Development Kit so you can compile C extensions
  • Rubular – Online Ruby regular expression tester

Lessons

Books

Reference

Chef

Cucumber and Rspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment