{"id":19882161,"url":"https://github.com/codeclimate/coding-exercise-rails-template","last_synced_at":"2025-06-12T20:04:37.501Z","repository":{"id":66245012,"uuid":"380008980","full_name":"codeclimate/coding-exercise-rails-template","owner":"codeclimate","description":"Templated application for Rails based interviewing coding exercise","archived":false,"fork":false,"pushed_at":"2021-06-24T20:32:14.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T03:24:09.470Z","etag":null,"topics":["interviews"],"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/codeclimate.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":"2021-06-24T17:52:39.000Z","updated_at":"2022-04-30T10:14:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9c0f1b1-eafb-44c5-9e6a-86ac384ab5d3","html_url":"https://github.com/codeclimate/coding-exercise-rails-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeclimate/coding-exercise-rails-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fcoding-exercise-rails-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fcoding-exercise-rails-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fcoding-exercise-rails-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fcoding-exercise-rails-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeclimate","download_url":"https://codeload.github.com/codeclimate/coding-exercise-rails-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeclimate%2Fcoding-exercise-rails-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259521513,"owners_count":22870446,"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":["interviews"],"created_at":"2024-11-12T17:16:33.758Z","updated_at":"2025-06-12T20:04:37.480Z","avatar_url":"https://github.com/codeclimate.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n\n- clone this repo\n- `bin/bundle install`\n- `bin/rails spec` # to run tests\n- `bin/bundle exec foreman start` # if you want to start up rails =)\n\n\n# To reproduce this setup\nsteps borrowed from here, with a few extra tuning: https://relishapp.com/rspec/rspec-rails/docs/gettingstarted\n\nAsusming a box with rails installed:\n```sh\nrails new coding-exercise\ncd coding-exercise\necho 'gem \"rspec-rails\", group: [:development, :test]' \u003e\u003e Gemfile\necho 'gem \"rexml\"' \u003e\u003e Gemfile\necho 'gem \"foreman\"' \u003e\u003e Gemfile\nsed -E -i \"s/ruby '3.0.0'/ruby '~\u003e 3'/\" Gemfile\nbin/bundle install\nbin/rails generate rspec:install\nbin/rails generate scaffold Exercise name:string\nbin/rails db:migrate \u0026\u0026 rails db:test:prepare\n\necho \"serve: bin/rails server\" \u003e\u003e Procfile\necho \"webpack: bin/webpack-dev-server\" \u003e\u003e Procfile\n```\n\nYou might want to drop a few extra files might not be cruicial or relevant for the exercise\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeclimate%2Fcoding-exercise-rails-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeclimate%2Fcoding-exercise-rails-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeclimate%2Fcoding-exercise-rails-template/lists"}