{"id":21332325,"url":"https://github.com/mineme0812/rails-code-assessment","last_synced_at":"2026-05-17T12:31:21.706Z","repository":{"id":269918397,"uuid":"632517706","full_name":"MineMe0812/rails-code-assessment","owner":"MineMe0812","description":"Code assessment for job interview","archived":false,"fork":false,"pushed_at":"2023-04-25T15:24:19.000Z","size":308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T13:51:42.444Z","etag":null,"topics":["authentication","code-assessment","forgot-password","job-interview","letter-o","rails"],"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/MineMe0812.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":"2023-04-25T15:13:06.000Z","updated_at":"2023-04-25T15:49:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"974f3b77-9668-40ab-bbd7-67a58592e2d2","html_url":"https://github.com/MineMe0812/rails-code-assessment","commit_stats":null,"previous_names":["mineme0812/rails-code-assessment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Frails-code-assessment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Frails-code-assessment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Frails-code-assessment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Frails-code-assessment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MineMe0812","download_url":"https://codeload.github.com/MineMe0812/rails-code-assessment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809886,"owners_count":20351407,"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":["authentication","code-assessment","forgot-password","job-interview","letter-o","rails"],"created_at":"2024-11-21T22:46:39.687Z","updated_at":"2026-05-17T12:31:16.663Z","avatar_url":"https://github.com/MineMe0812.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Incubit code assessment\n\n## Overview\n\nThis is ruby on rails application built for [code assessment](https://hackmd.io/@IncWebTeam/SkJyknsSN?type=view) from Incubit company interview process. \n\n\n## How to run\n\n* Please be prepared with `ruby-2.7.1` if you don't have. \n  You can use any ruby version manager(fyi, i'm using [asdf](https://github.com/asdf-vm/asdf))\n* Clone the repo and update the [database connection info](./config/database.yml#L23-L25)\n    You will need the database user with db creation permission.\n\n```bin/bash\n$ cd incubit-assessment\n$ bundle install # install all required dependencies\n$ rails db:create db:migrate # Create database and run migration\n$ rails s # start server\n``` \n\nYou can run testing with ```bundle exec rspec``` command.\n\n## Goals \n\nHere's the list of completed goals\n\n- [X] As a user, I can visit sign up page and sign up with my email (with valid format and unique in database) and password (with confirmation and at least eight characters).\n- [X] When I sign up successfully, I would see my profile page.\n- [X] When I sign up successfully, I would receive a welcome email.\n- [X] When I sign up incorrectly, I would see error message in sign up page.\n- [X] As a user, I can edit my username and password in profile page. I can also see my email in the page but I can not edit it.\n- [X] When I first time entering the page, my username would be my email prefixing, e.g. (email is “user@example.com” , username would be “user”)\n- [X] When I edit my username, it should contain at least five characters. (Default username does not has this limitation)\n- [X] As a user, I can log out the system.\n- [X] When I log out, I would see the login page.\n- [X] As a user, I can visit login page and login with my email and password.\n- [X] As a user, I can visit login page and click “forgot password” if I forgot my password.\n- [X] When I visit forgot password page, I can fill my email and ask the system to send reset password email.\n- [X] As a user, I can visit reset password page from the link inside reset password email and reset my password (with confirmation and at least eight characters).\n- [X] The link should be unique and only valid within six hours.\n\nAlso it meets the demand of following concerns\n\n- [X] Use PostgreSQL\n- [X] Do not use third party library for user registration. (e.g. Devise)\n- [X] Please use https://github.com/ryanb/letter_opener for the email in development environment.\n- [X] Write test code in any test suite you like.\n- [X] Use Git for version control with WELL commit message.\n- [X] Write README about how to get start for the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineme0812%2Frails-code-assessment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineme0812%2Frails-code-assessment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineme0812%2Frails-code-assessment/lists"}