{"id":20001493,"url":"https://github.com/fpsvogel/lets-learn-ruby","last_synced_at":"2025-08-27T19:16:41.092Z","repository":{"id":209452375,"uuid":"724090093","full_name":"fpsvogel/lets-learn-ruby","owner":"fpsvogel","description":"A site listing resources to learn Ruby, Rails, and related skills.","archived":false,"fork":false,"pushed_at":"2025-06-09T20:12:34.000Z","size":2545,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T08:32:55.913Z","etag":null,"topics":["book-list","books","bookshelf","curriculum","learning","practice","programming","rails","resources","ruby","ruby-on-rails","study-materials","tutorial","web-development"],"latest_commit_sha":null,"homepage":"https://letslearnruby.com","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/fpsvogel.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,"zenodo":null}},"created_at":"2023-11-27T11:29:05.000Z","updated_at":"2025-06-09T20:12:39.000Z","dependencies_parsed_at":"2024-01-29T10:09:11.991Z","dependency_job_id":"58b0b42d-ae9b-47c4-8102-a5a15d764edc","html_url":"https://github.com/fpsvogel/lets-learn-ruby","commit_stats":{"total_commits":76,"total_committers":1,"mean_commits":76.0,"dds":0.0,"last_synced_commit":"8d9aa784c26d040329a950d2d4f4c8f7651cce2e"},"previous_names":["fpsvogel/lets-learn-ruby"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpsvogel/lets-learn-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpsvogel%2Flets-learn-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpsvogel%2Flets-learn-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpsvogel%2Flets-learn-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpsvogel%2Flets-learn-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpsvogel","download_url":"https://codeload.github.com/fpsvogel/lets-learn-ruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpsvogel%2Flets-learn-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272366747,"owners_count":24922220,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["book-list","books","bookshelf","curriculum","learning","practice","programming","rails","resources","ruby","ruby-on-rails","study-materials","tutorial","web-development"],"created_at":"2024-11-13T05:17:53.270Z","updated_at":"2025-08-27T19:16:41.048Z","avatar_url":"https://github.com/fpsvogel.png","language":"Ruby","readme":"# Bridgetown Website README\n\nWelcome to your new Bridgetown website! You can update this README file to provide additional context and setup information for yourself or other contributors.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Install](#install)\n- [Development](#development)\n- [Commands](#commands)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n\n## Prerequisites\n\n- [GCC](https://gcc.gnu.org/install/)\n- [Make](https://www.gnu.org/software/make/)\n- [Ruby](https://www.ruby-lang.org/en/downloads/)\n  - `\u003e= 2.7`\n- [Bridgetown Gem](https://rubygems.org/gems/bridgetown)\n  - `gem install bridgetown -N`\n- [Node](https://nodejs.org)\n  - `\u003e= 12`\n- [Yarn](https://yarnpkg.com)\n\n## Install\n\n```sh\ncd bridgetown-site-folder\nbundle install \u0026\u0026 yarn install\n```\n\u003e Learn more: [Bridgetown Getting Started Documentation](https://www.bridgetownrb.com/docs/).\n\n## Development\n\nTo start your site in development mode, run `bin/bridgetown start` and navigate to [localhost:4000](https://localhost:4000/)!\n\nUse a [theme](https://github.com/topics/bridgetown-theme) or add some [plugins](https://www.bridgetownrb.com/plugins/) to get started quickly.\n\n### Commands\n\n```sh\n# running locally\nbin/bridgetown start\n\n# build \u0026 deploy to production\nbin/bridgetown deploy\n\n# load the site up within a Ruby console (IRB)\nbin/bridgetown console\n```\n\n\u003e Learn more: [Bridgetown CLI Documentation](https://www.bridgetownrb.com/docs/command-line-usage)\n\n## Deployment\n\nYou can deploy Bridgetown sites on hosts like Render or Vercel as well as traditional web servers by simply building and copying the output folder to your HTML root.\n\n\u003e Read the [Bridgetown Deployment Documentation](https://www.bridgetownrb.com/docs/deployment) for more information.\n\n## Contributing\n\nIf repo is on GitHub:\n\n1. Fork it\n2. Clone the fork using `git clone` to your local development machine.\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpsvogel%2Flets-learn-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpsvogel%2Flets-learn-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpsvogel%2Flets-learn-ruby/lists"}