{"id":22919472,"url":"https://github.com/takapi327/chat-space","last_synced_at":"2025-10-05T14:50:12.662Z","repository":{"id":40200251,"uuid":"219946244","full_name":"takapi327/chat-space","owner":"takapi327","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-19T15:43:12.000Z","size":165,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T08:29:50.283Z","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/takapi327.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":"2019-11-06T08:20:07.000Z","updated_at":"2020-01-26T14:23:47.000Z","dependencies_parsed_at":"2023-02-11T07:30:55.706Z","dependency_job_id":null,"html_url":"https://github.com/takapi327/chat-space","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/takapi327%2Fchat-space","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fchat-space/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fchat-space/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fchat-space/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takapi327","download_url":"https://codeload.github.com/takapi327/chat-space/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246645788,"owners_count":20811023,"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-12-14T07:12:08.737Z","updated_at":"2025-10-05T14:50:12.572Z","avatar_url":"https://github.com/takapi327.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n## how to use GitHub Desktop\n\nThis README would normally document whatever steps are necessary to get the\napplication up and running.\n\nThings you may want to cover:\n\n* Ruby version\n\n* System dependencies\n\n* Configuration\n\n* Database creation\n\n* Database initialization\n\n* How to run the test suite\n\n* Services (job queues, cache servers, search engines, etc.)\n\n* Deployment instructions\n\n* ...\n\n## usersテーブル\n\n|Column|Type|Options|\n|------|----|-------|\n|name|string|null: false|\n|E-mail|string|null: false, unique: true|\n|password|string|null: false|\n\n### Association\n- has_many :groups, through: :users_groups\n- has_many :users_groups\n- has_many :messages\n\n\n## messagesテーブル\n\n|Column|Type|Options|\n|------|----|-------|\n|text|text||\n|image|string||\n|user_id|references |null: false, foreign_key: true|\n|group_id|references |null: false, foreign_key: true|\n\n### Association\n- belongs_to :user\n- belongs_to :group\n\n## groupsテーブル\n\n|Column|Type|Options|\n|------|----|-------|\n|name|string|null: false|\n\n### Association\n- has_many :users, through: :users_groups\n- has_many :users_groups\n- has_many :messages\n\n## users_groupsテーブル\n\n|Column|Type|Options|\n|------|----|-------|\n|user_id|references |null: false, foreign_key: true|\n|group_id|references |null: false, foreign_key: true|\n\n\n### Association\n- belongs_to :user\n- belongs_to :group","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fchat-space","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakapi327%2Fchat-space","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fchat-space/lists"}