Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajm188/ruby_workshop
Ruby Workshops I gave one time at CWRU. WIP (does not contain all material covered)
https://github.com/ajm188/ruby_workshop
Last synced: 4 days ago
JSON representation
Ruby Workshops I gave one time at CWRU. WIP (does not contain all material covered)
- Host: GitHub
- URL: https://github.com/ajm188/ruby_workshop
- Owner: ajm188
- Created: 2015-05-01T00:49:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T01:15:28.000Z (almost 10 years ago)
- Last Synced: 2023-05-14T14:35:15.426Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby Workshop
Welcome to the Ruby Workshop!
This repository contains the notes from a series of sessions I led to introduce
people to the Ruby programming language. They were given as a part of CWRU's
[Hacker Society](http://hacsoc.org) OpenHacks.## System Setup
If you are a Linux or Mac user, I highly recommend that you install
[rvm](https://rvm.io). It helps you easily manage having multiple versions of
Ruby on your machine, something that may come in handy down the road. An
alternative is rbenv. I have never personally used rbenv, so you're on your
own getting that one set up.These sessions were written to Ruby 2.2.0 (but anything in the 2.x.y family
should be fine), so after install rvm, run `rvm install 2.2.0`.### Windows
If you are a Windows user, and want to use cygwin, the rvm site has a tutorial
to get that set up. Alternatively, there is a
[Ruby installer for Windows](https://rubyinstaller.org/), but do consider
dual-booting a Linux distribution. There are some easy to follow guides for
that online.- [Windows 7](http://www.instructables.com/id/How-to-Dual-boot-Linux-and-Windows-on-a-PC-with-W/)
- [Windows 8](http://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/)