{"id":16445833,"url":"https://github.com/mslinn/ruby-code-reading","last_synced_at":"2025-02-26T10:14:37.039Z","repository":{"id":142057030,"uuid":"596627918","full_name":"mslinn/ruby-code-reading","owner":"mslinn","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-02T16:11:34.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T01:12:10.890Z","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/mslinn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-02T15:45:48.000Z","updated_at":"2023-02-02T15:47:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"1913820c-03b8-4add-a1b7-bb1b36221f72","html_url":"https://github.com/mslinn/ruby-code-reading","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fruby-code-reading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fruby-code-reading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fruby-code-reading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fruby-code-reading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mslinn","download_url":"https://codeload.github.com/mslinn/ruby-code-reading/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240831381,"owners_count":19864718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-11T09:45:32.691Z","updated_at":"2025-02-26T10:14:36.989Z","avatar_url":"https://github.com/mslinn.png","language":"Ruby","readme":"# Reading Ruby Code\n\nFollowing along Michael Cordell\u0026rsquo;s article\n[Reading Ruby Code: ROM - preface](https://blog.mikecordell.com/2017/01/29/reading-ruby-code-rom-preface/).\n\nI am using Visual Studio Code with the\n[rebornix.Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby)\nextension to debug Ruby code. The second paragraph of dependencies supports development-related activities, including [ruby-rubocop](https://marketplace.visualstudio.com/items?itemName=misogi.ruby-rubocop).\n\n```shell\nmkdir ruby-code-reading\ncd ruby-code-reading\nbundler init\ncat \u003c\u003c- EOF \u003e\u003e Gemfile\n  gem 'rom', '\u003e= 2.0.0'\n  gem 'rom-sql'\n  gem 'sqlite3'\n  gem 'rom-repository'\n\n  gem 'debase', \"0.2.5.beta2\", require: false\n  gem 'ruby-debug-ide', require: false\n  gem 'rubocop', require: false\n  gem 'rubocop-rake', require: false\n  gem 'rubocop-rspec', require: false\nEOF\n```\n\nThis old-style command has been deprecated:\n```shell\n$ bundle install --path=vendor\n[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations,\nwhich bundler will no longer do in future versions. Instead please use `bundle config set --local path\n'vendor'`, and stop using this flag\n```\n\nThis is the new style command sequence:\n```shell\n$ bundle config set --local path 'vendor'\n$ bundle install\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmslinn%2Fruby-code-reading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmslinn%2Fruby-code-reading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmslinn%2Fruby-code-reading/lists"}