{"id":14955883,"url":"https://github.com/librity/twitter_clone","last_synced_at":"2025-04-08T11:33:21.144Z","repository":{"id":38294616,"uuid":"228281237","full_name":"librity/twitter_clone","owner":"librity","description":"Twitter clone from Michael Hartl's Rails tutorial.","archived":false,"fork":false,"pushed_at":"2023-01-19T16:26:21.000Z","size":1495,"stargazers_count":1,"open_issues_count":37,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T07:44:26.723Z","etag":null,"topics":["rails-tutorial","ruby"],"latest_commit_sha":null,"homepage":"https://sampleapp1776.herokuapp.com/","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/librity.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}},"created_at":"2019-12-16T01:48:59.000Z","updated_at":"2023-03-04T03:12:59.000Z","dependencies_parsed_at":"2023-02-03T07:46:39.880Z","dependency_job_id":null,"html_url":"https://github.com/librity/twitter_clone","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/librity%2Ftwitter_clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Ftwitter_clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Ftwitter_clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Ftwitter_clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/librity","download_url":"https://codeload.github.com/librity/twitter_clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247834039,"owners_count":21003905,"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","ruby"],"created_at":"2024-09-24T13:11:56.871Z","updated_at":"2025-04-08T11:33:21.113Z","avatar_url":"https://github.com/librity.png","language":"Ruby","readme":"# Ruby on Rails Tutorial sample application\n\n## What's next\n- https://www.learnenough.com/all-access\n- https://launchschool.com/railstutorial\n- https://turing.io/\n- https://bloc.io/\n- https://www.thinkful.com/a/railstutorial\n- https://pragmaticstudio.com/refs/railstutorial\n- https://tutorials.railsapps.org/hartl\n- https://lambdaschool.com \n\n## Reference implementation\n\nThis is the reference implementation of the sample application from \n[*Ruby on Rails Tutorial:\nLearn Web Development with Rails*](https://www.railstutorial.org/)\n(6th Edition)\nby [Michael Hartl](http://www.michaelhartl.com/).\n\n## License\n\nAll source code in the [Ruby on Rails Tutorial](https://www.railstutorial.org/)\nis available jointly under the MIT License and the Beerware License. See\n[LICENSE.md](LICENSE.md) for details.\n\n## Getting started\n\nTo get started with the app, first clone the repo and `cd` into the directory:\n\n```\n$ git clone https://github.com/Librity/sample_app \n$ cd sample_app_6th_ed\n```\n\nThen install the needed gems (while skipping any gems needed only in production):\n\n```\n$ bundle install --without production\n```\n\nNext, migrate the database:\n\n```\n$ rails db:migrate\n```\n\nFinally, run the test suite to verify that everything is working correctly:\n\n```\n$ rails test\n```\n\nIf the test suite passes, you'll be ready to run the app in a local server:\n\n```\n$ rails server\n```\n\n## Branches\n\nThe reference app repository includes a separate branch for each chapter in the tutorial (Chapters 3–14). To examine the code as it appears at the end of a particular chapter, simply check out the corresponding branch using `git checkout`:\n\n```\n$ git checkout \u003cbranch name\u003e\n```\n\nA full list of branch names appears as follows:\n\n```\nstatic-pages\nrails-flavored-ruby\nfilling-in-layout\nmodeling-users\nsign-up\nbasic-login\nadvanced-login\nupdating-users\naccount-activation\npassword-reset\nuser-microposts\nfollowing-users\n```\n\nStarting in Chapter 10 (“Updating users”), the sample app comes configured to seed the database with sample users, which you can activate by resetting the database and then running the seed program:\n\n```\n$ rails db:migrate:reset\n$ rails db:seed\n```\n\n## Help with the Rails Tutorial\n\nExperience shows that comparing code with the reference app is often helpful for debugging errors and tracking down discrepancies. For additional assistance with any issues in the tutorial, please consult the [Rails Tutorial Help page](https://www.railstutorial.org/help). \n\nSuspected errors, typos, and bugs can be emailed to \u003cadmin@railstutorial.org\u003e. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and this reference app before submitting.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrity%2Ftwitter_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrity%2Ftwitter_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrity%2Ftwitter_clone/lists"}