{"id":15152701,"url":"https://github.com/vochicong/railstutorial","last_synced_at":"2025-09-29T23:32:04.216Z","repository":{"id":150086193,"uuid":"91221779","full_name":"vochicong/railstutorial","owner":"vochicong","description":"Sample App for https://www.railstutorial.org/book as a demo to help new Rails developers in Vietnam","archived":true,"fork":false,"pushed_at":"2017-08-16T15:59:11.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-27T16:21:23.220Z","etag":null,"topics":["rails-tutorial"],"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/vochicong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-05-14T05:17:25.000Z","updated_at":"2023-01-28T16:50:21.000Z","dependencies_parsed_at":"2023-04-14T23:31:27.811Z","dependency_job_id":null,"html_url":"https://github.com/vochicong/railstutorial","commit_stats":{"total_commits":75,"total_committers":2,"mean_commits":37.5,"dds":"0.013333333333333308","last_synced_commit":"9ae2410e0e682cb43c73d8bccb424ade366d14f0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vochicong%2Frailstutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vochicong%2Frailstutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vochicong%2Frailstutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vochicong%2Frailstutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vochicong","download_url":"https://codeload.github.com/vochicong/railstutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234673608,"owners_count":18869698,"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":["rails-tutorial"],"created_at":"2024-09-26T16:21:26.764Z","updated_at":"2025-09-29T23:31:58.715Z","avatar_url":"https://github.com/vochicong.png","language":"Ruby","readme":"# Ruby on Rails Tutorial sample application\n\nThis is the sample application for\n[*Ruby on Rails Tutorial:\nLearn Web Development with Rails*](http://www.railstutorial.org/)\nby [Michael Hartl](http://www.michaelhartl.com/).\n\n## Links\n\n- [Demo on Heroku](https://thawing-plains-90416.herokuapp.com)\n- [vochicong/railstutorial-sample-app](https://github.com/vochicong/railstutorial-sample-app)\n\n## License\n\nAll source code in the [Ruby on Rails Tutorial](http://railstutorial.org/)\nis available jointly under the MIT License and the Beerware License. See\n[LICENSE.md](LICENSE.md) for details.\n\n## Mac dev env\n\nInstall Homebrew.\n\nInstall Ruby/rbenv.\n\n## c9.io (rvm) dev env\n\n```\nrvm install ruby-2.3.3\nrvm use 2.3.3\ngem install bundler\n```\n\n## Getting started\n\nTo get started with the app, clone the repo and then install the needed gems:\n\n```\n$ bundle install --without production\n```\n\nNext, migrate the database:\n\n```\n$ bundle exec rails db:migrate\n```\n\nFinally, run the test suite to verify that everything is working correctly:\n\n```\n$ bundle exec rails test\n```\n\nIf the test suite passes, you'll be ready to run the app in a local server:\n\n```\n$ bundle exec rails server\n```\n\nOn c9.io, specify server's IP and PORT as follows.\n```\nbundle exec rails server -b $IP -p $PORT\n```\n\n## Automated tests with Guard\n\n```\n$ bundle exec guard\n```\n\n## Check Ruby style\n\n```\n$ rubocop-git # for only git changed files\n$ rubocop # for all project files\n```\n\n\nFor more information, see the\n[*Ruby on Rails Tutorial* book](http://www.railstutorial.org/book).\n\n## Deployment with GitLab\n\nDeployment with GitLab is done using gem [travis-ci/dpl](https://github.com/travis-ci/dpl#heroku).\nConfiguration: [.gitlab-ci.yml](.gitlab-ci.yml) .\n\n## Change Log\nSee [CHANGELOG.md](CHANGELOG.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvochicong%2Frailstutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvochicong%2Frailstutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvochicong%2Frailstutorial/lists"}