{"id":18454867,"url":"https://github.com/youpong/sample_app","last_synced_at":"2026-04-24T20:33:01.876Z","repository":{"id":138932231,"uuid":"377730183","full_name":"youpong/sample_app","owner":"youpong","description":"次の教材で作られたサンプルアプリケーションです。 Ruby on Rails チュートリアル（第6版）","archived":false,"fork":false,"pushed_at":"2021-12-01T07:58:34.000Z","size":1203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T05:06:29.782Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youpong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-06-17T06:38:00.000Z","updated_at":"2022-12-03T04:47:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff955d5c-91cc-48aa-95f9-977c3e01d230","html_url":"https://github.com/youpong/sample_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/youpong/sample_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fsample_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fsample_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fsample_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fsample_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youpong","download_url":"https://codeload.github.com/youpong/sample_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youpong%2Fsample_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32239712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":"2024-11-06T08:06:26.107Z","updated_at":"2026-04-24T20:33:01.843Z","avatar_url":"https://github.com/youpong.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby on Rails チュートリアルのサンプルアプリケーション\n\nこれは、次の教材で作られたサンプルアプリケーションです。\n[*Ruby on Rails チュートリアル*](https://railstutorial.jp/)（第6版）\n[Michael Hartl](https://www.michaelhartl.com/) 著\n\n## ライセンス\n\n[Ruby on Rails チュートリアル](https://railstutorial.jp/)内にある\nソースコードはMITライセンスとBeerwareライセンスのもとで公開されています。\n詳細は [LICENSE.md](LICENSE.md) をご覧ください。\n\n## 使い方\n\nこのアプリケーションを動かす場合は、まずはリポジトリを手元にクローンしてください。\nその後、Bundler を使って必要なライブラリ(RubyGems) をインストールします。\n\n(*)ライブラリをインストールするには、その場所にあなたの書き換え権限が必要です。ライブラリの\nインストール先は指定できます。下記のようにすればアプリケーションのトップディレクトリ以下\nの(vendor/bundle)にライブラリをインストールします。\n\n```\n$ bin/bundle config set --local path 'vendor/bundle'\n```\n\nRubyGems のインストール\n\n```\n$ bin/bundle config set --local without 'production'\n$ bin/bundle install\n```\n\nその後、データベースへのマイグレーションを実行します。\n\n```\n$ bin/rails db:migrate\n```\n\n最後に、テストを実行してうまく動いているかどうか確認してください。\n\n```\n$ bin/rails test\n```\n\nテストが無事に通ったら、Railsサーバーを立ち上げる準備が整っているはずです。\n\n```\n$ bin/rails server\n```\n\n詳しくは、[*Ruby on Rails チュートリアル*](https://railstutorial.jp/)\nを参考にしてください。\n\n## 参考\n\nhttps://github.com/yasslab/sample_apps\n\n# How to Update Webpacker\n\nchanging your `Gemfile`:\n\n```ruby\ngem 'webpacker', '~\u003e 6.0'\n```\n\nThen running the following to install Webpacker:\n\n```bash\n$ bin/bundle install\n$ bin/rails webpacker:install\n```\n\nWhen `package.json` and/or `yarn.lock` changes, such as when pulling down changes to your\nlocal environment in a team settings, be sure to keep your NPM packages up-to-date:\n\n```bash\n$ yarn install\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupong%2Fsample_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoupong%2Fsample_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoupong%2Fsample_app/lists"}