{"id":14955891,"url":"https://github.com/eriknguyen/rails-twitter-lite","last_synced_at":"2026-01-20T18:56:02.765Z","repository":{"id":98605278,"uuid":"130969623","full_name":"eriknguyen/rails-twitter-lite","owner":"eriknguyen","description":"Sample app to learn Ruby on Rails","archived":false,"fork":false,"pushed_at":"2018-05-09T06:42:48.000Z","size":304,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T13:52:58.998Z","etag":null,"topics":["rails","rails-tutorial","ruby","ruby-on-rails"],"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/eriknguyen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-25T07:46:41.000Z","updated_at":"2023-03-10T09:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"751955b5-d356-4dd2-9b79-c071d324ab7d","html_url":"https://github.com/eriknguyen/rails-twitter-lite","commit_stats":{"total_commits":47,"total_committers":2,"mean_commits":23.5,"dds":0.04255319148936165,"last_synced_commit":"fc4d51eef380d36f27b68c5824095ed979b44982"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknguyen%2Frails-twitter-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknguyen%2Frails-twitter-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknguyen%2Frails-twitter-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriknguyen%2Frails-twitter-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriknguyen","download_url":"https://codeload.github.com/eriknguyen/rails-twitter-lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640472,"owners_count":20971558,"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","rails-tutorial","ruby","ruby-on-rails"],"created_at":"2024-09-24T13:11:57.571Z","updated_at":"2026-01-20T18:56:02.701Z","avatar_url":"https://github.com/eriknguyen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"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## Advanced login\n#### 1. Plan for persistent sessions\n  1. Create random string of digits for use as a remember token\n  2. Place the token in the browser cookies with long expiration\n  3. Save the hash digest to db\n  4. Place an encrypted version of user id in browser cookies\n  5. When presented with a cookie containing user_id, find user in db =\u003e compare remember token cookie with associated hash digest from db\n\n\n## TODO\n#### Chap 10:\n  1. Test for friendly forwarding only forward to the given URL the first time\n  2. Integration test for all layout links (10.3.1)\n\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## 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$ 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\nFor more information, see the\n[*Ruby on Rails Tutorial* book](http://www.railstutorial.org/book).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriknguyen%2Frails-twitter-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriknguyen%2Frails-twitter-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriknguyen%2Frails-twitter-lite/lists"}