{"id":43413098,"url":"https://github.com/mmorga/dip-toe-into-ruby","last_synced_at":"2026-02-02T17:02:21.604Z","repository":{"id":19933904,"uuid":"23200451","full_name":"mmorga/dip-toe-into-ruby","owner":"mmorga","description":"The outline of a class to introduce people to ruby.","archived":false,"fork":false,"pushed_at":"2014-09-25T19:14:01.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-13T07:51:08.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmorga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-21T19:38:43.000Z","updated_at":"2014-09-21T19:17:58.000Z","dependencies_parsed_at":"2022-08-17T15:35:40.035Z","dependency_job_id":null,"html_url":"https://github.com/mmorga/dip-toe-into-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/mmorga/dip-toe-into-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fdip-toe-into-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fdip-toe-into-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fdip-toe-into-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fdip-toe-into-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmorga","download_url":"https://codeload.github.com/mmorga/dip-toe-into-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fdip-toe-into-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-02T17:02:12.550Z","updated_at":"2026-02-02T17:02:21.597Z","avatar_url":"https://github.com/mmorga.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dip Your Toe into Ruby\n\nThis repo contains an informal class on Ruby with the goal of minimally building out a small application/web service.\n\nThis will be an intro to ruby programming class. I’ll be starting from scratch so it should be doable even without previous programming experience. I’m going to free-flow it so we can figure out the right tempo for moving forward. If enough of you like it, I'll be happy to continue it on a scheduled basis.\n\n## What to bring to class\n\nBring a laptop with ruby and rails installed and a text editor of your choice. I recommend: [Sublime Text 3](http://www.sublimetext.com/3).\n\n### Ruby\n\nYou’ll need to have a [Ruby](https://www.ruby-lang.org/en/) version 1.9.3 (or newer) or a version 2.1 or newer.\n\n* Mac users already have Ruby installed, but I can help you update to the latest and greatest if you'd like before class.\n* Linux users are likely to have a ruby installed, otherwise it’s a simple process from your system package manager.\n* Windows users will have the easiest time installing Ruby from here: http://rubyinstaller.org/downloads/\n\n### Git\n\nYou should also have [git](http://www.git-scm.com/) installed and you should have an account on [Github](https://github.com/) since we’ll be playing like real developers.\n\n## About this Repository\n\nThe master branch contains an initial Gemfile that can be used to prep a student's machine with the gems that will be used in the class.\n\nPrior to class, you can install all of the gems we will be using by doing the following:\n\nClone this repository (needed only once)\n\n```sh\ngit clone https://github.com/mmorga/dip-toe-into-ruby.git\n```\n\nGo into the project directory (`dip-toe-into-ruby` by default). Update your local copy to ensure you have the latest changes.\n\n```sh\ngit pull origin master\n```\n\nInstall required gems:\n\n```sh\ngem install bundler\nbundle install\n```\n\nContact me if you need help getting things working or want to verify your setup prior to the class.\n\n## Acknowledgements\n\nThe following pages and resources were used to put together the class notes.\n\n1. [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmorga%2Fdip-toe-into-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmorga%2Fdip-toe-into-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmorga%2Fdip-toe-into-ruby/lists"}