{"id":15512984,"url":"https://github.com/toshimaru/RailsTwitterClone","last_synced_at":"2025-10-12T09:31:59.079Z","repository":{"id":15048479,"uuid":"17774536","full_name":"toshimaru/RailsTwitterClone","owner":"toshimaru","description":"Simple Twitter clone using Ruby on Rails 6.","archived":false,"fork":false,"pushed_at":"2025-07-28T22:41:46.000Z","size":2677,"stargazers_count":118,"open_issues_count":26,"forks_count":74,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-29T00:24:07.103Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toshimaru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"toshimaru"}},"created_at":"2014-03-15T12:06:40.000Z","updated_at":"2025-07-26T01:52:21.000Z","dependencies_parsed_at":"2023-12-31T16:25:36.186Z","dependency_job_id":"51247c4b-bfc1-47fb-a715-bdcab88bf0f5","html_url":"https://github.com/toshimaru/RailsTwitterClone","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/toshimaru/RailsTwitterClone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2FRailsTwitterClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2FRailsTwitterClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2FRailsTwitterClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2FRailsTwitterClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/RailsTwitterClone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2FRailsTwitterClone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010939,"owners_count":26084837,"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-10-12T02:00:06.719Z","response_time":53,"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":["rails","ruby"],"created_at":"2024-10-02T09:53:58.535Z","updated_at":"2025-10-12T09:31:59.074Z","avatar_url":"https://github.com/toshimaru.png","language":"Ruby","funding_links":["https://github.com/sponsors/toshimaru"],"categories":["Ruby"],"sub_categories":[],"readme":"[![RSpec](https://github.com/toshimaru/RailsTwitterClone/actions/workflows/rspec.yml/badge.svg?branch=main)](https://github.com/toshimaru/RailsTwitterClone/actions/workflows/rspec.yml)\n[![Maintainability](https://qlty.sh/gh/toshimaru/projects/RailsTwitterClone/maintainability.svg)](https://qlty.sh/gh/toshimaru/projects/RailsTwitterClone)\n[![Code Coverage](https://qlty.sh/gh/toshimaru/projects/RailsTwitterClone/coverage.svg)](https://qlty.sh/gh/toshimaru/projects/RailsTwitterClone)\n[![CircleCI](https://circleci.com/gh/toshimaru/RailsTwitterClone.svg?style=svg)](https://circleci.com/gh/toshimaru/RailsTwitterClone)\n![Supported Ruby Version](https://img.shields.io/badge/Ruby-v3.3-green)\n![Supported Rails Version](https://img.shields.io/badge/Rails-v6.1-green)\n\n# Rails Twitter Clone\n\nSimple Twitter clone using Ruby on Rails 6.\n\n![Twitter Clone Screen Capture](https://user-images.githubusercontent.com/803398/154789978-e2a4c50d-150b-4d21-885a-81209fc6893e.png)\n\n## Implementation\n\nThis implementation is based on [Ruby on Rails Tutorial](https://www.railstutorial.org/book) by [@mhartl](https://github.com/mhartl).\n\n## Supported Ruby version\n\n- v3.3\n- v3.2\n- v3.1\n- v3.0\n\n## Setup\n\nCheck out this repository and then,\n\n```console\n$ bin/setup\n```\n\n### Start Rails server\n\n```console\n$ bin/rails server\n```\n\n## Features\n\nThis application doesn't provide many features in order to keep it simple. Here are the features that it does include:\n\n* See TimeLine\n* Post new Tweet with image\n* Follow/Unfollow User\n* Edit user profile\n\n## Used gem\n\n### JavaScript\n\n- webpacker\n- @rails/ujs\n\n### CSS\n\n- bootstrap (v5)\n\n### Database\n\n- sqlite3\n\n### For testing\n\n* rspec\n* capybara\n* factory_bot\n* faker\n* simplecov\n\n### For debugging\n\n* bullet\n* debug\n* rack-mini-profiler\n* rubocop\n* web-console\n\nSee more details on [Gemfile](./Gemfile).\n\n## Testing\n\n```console\n$ bundle exec rspec\n```\n\n## Data reset and sample data creation\n\n```console\n$ bin/rails db:reset    # Data reset\n$ bin/rails db:populate # Create sample data\n```\n\n## Other Resources\n\n- [mhartl/sample_app_6th_ed: The main sample app for the Ruby on Rails Tutorial, 6th Edition](https://github.com/mhartl/sample_app_6th_ed)\n- [Ruby on Rails Guides (v6.1)](https://guides.rubyonrails.org/v6.1/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2FRailsTwitterClone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2FRailsTwitterClone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2FRailsTwitterClone/lists"}