{"id":42159998,"url":"https://github.com/bmsandoval/rubits","last_synced_at":"2026-01-26T20:02:11.777Z","repository":{"id":41910156,"uuid":"483473150","full_name":"Bmsandoval/rubits","owner":"Bmsandoval","description":"Documenting my descent into Ruby","archived":false,"fork":false,"pushed_at":"2022-04-22T23:39:45.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-28T09:05:50.262Z","etag":null,"topics":["rails","ruby"],"latest_commit_sha":null,"homepage":"","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/Bmsandoval.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":"2022-04-20T02:00:10.000Z","updated_at":"2022-04-22T23:02:39.000Z","dependencies_parsed_at":"2022-08-11T21:00:52.695Z","dependency_job_id":null,"html_url":"https://github.com/Bmsandoval/rubits","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Bmsandoval/rubits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bmsandoval%2Frubits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bmsandoval%2Frubits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bmsandoval%2Frubits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bmsandoval%2Frubits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bmsandoval","download_url":"https://codeload.github.com/Bmsandoval/rubits/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bmsandoval%2Frubits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28786796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: 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":["rails","ruby"],"created_at":"2026-01-26T20:00:51.965Z","updated_at":"2026-01-26T20:02:11.764Z","avatar_url":"https://github.com/Bmsandoval.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Following instructions expect homebrew\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n### Install recent ruby environment manager\n```bash\nbrew install rbenv ruby-build\n```\n\n### Add to bashrc\n```bash\ncat \u003c\u003c EOL \u003e ~/.bashrc\n    # load rbenv every time you open a terminal\n    echo 'if which rbenv \u003e /dev/null; then eval \"$(rbenv init -)\"; fi' \u003e\u003e \nEOL\n```\n\n### Update profiles\n```bash\nsource ~/.bashrc\n```\n\n### Install Ruby via rbenv\n```bash\nrbenv install 3.1.1\n```\n\n### Set global ruby version\n```bash\nrbenv global 3.1.1\n```\n\n### Update gem\n```bash\ngem install rubygems-update\nupdate_rubygems\ngem update --system\n```\n\n### Install rails\n```bash\nsudo gem install rails\n```\n\n### Make rbenv detect new packages\n```bash\nrbenv rehash\n```\n\n### Ensure you are on the 'develop' branch\n```bash\ngit checkout develop\n```\n\n### Install Dependencies\n```bash\nbundle install\n```\n\n\n### Try running the unit test suite\n```bash\nrails test\n```\n\n### Run the server\n```bash\nrails server\n```\n\n\n### Test the server\n```bash\ncurl localhost:3000/say \\\n\t-H 'Content-Type: application/json' \\\n\t-d '{\"message\": \"Hello from RapidAPI\", \"cow\": \"stegosaurus\", \"balloon_type\": \"think\"}' \\\n\t| ruby -r json -e \"print JSON.parse(STDIN.read)['message']\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmsandoval%2Frubits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmsandoval%2Frubits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmsandoval%2Frubits/lists"}