Ruby Basics
After this exercise, a student will be able to:
- Run ruby files from the command line
- Write programs using basic ruby concepts from previous knowledge and information found in reference material
- Use tracker to prioritize stories
- Ruby language constructs
- Running code using irb to try things out
- Running code from a file at the command line
Warning: Some of the online material may not be compatible with your version of Ruby but it is free.
- Online Materials
- Learn to Program Website
- Learn Ruby the Hard Way - when you read "function" substitute the word "method"
- Ruby Essentials
- Ruby Language Documentation page - a list of of other references
Also see the Learning Resources document in the Curriculum Repo.
Greetings
- Import and prioritize the stories. They are located in this repository named
stories.csv
- Fork and clone this repo
- Create a submission on students
- Start a story
- Commit and push
- Finish the story
- Repeat 4-6