{"id":15918599,"url":"https://github.com/mileszim/rails-project-template","last_synced_at":"2026-01-21T20:34:10.206Z","repository":{"id":36971888,"uuid":"326948155","full_name":"mileszim/rails-project-template","owner":"mileszim","description":"Base Rails Project based on my personal preferences at the moment.","archived":false,"fork":false,"pushed_at":"2023-04-06T06:12:14.000Z","size":591,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T08:50:17.437Z","etag":null,"topics":["rails","ruby","template"],"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/mileszim.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-01-05T09:23:29.000Z","updated_at":"2023-03-05T01:27:40.000Z","dependencies_parsed_at":"2023-02-15T06:01:06.692Z","dependency_job_id":"1f92cd5a-0825-4e88-9777-72d2faf0eef1","html_url":"https://github.com/mileszim/rails-project-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/mileszim/rails-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mileszim%2Frails-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mileszim%2Frails-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mileszim%2Frails-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mileszim%2Frails-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mileszim","download_url":"https://codeload.github.com/mileszim/rails-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mileszim%2Frails-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ruby","template"],"created_at":"2024-10-06T18:42:49.104Z","updated_at":"2026-01-21T20:34:05.197Z","avatar_url":"https://github.com/mileszim.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Project Template\n\nClone this repository for a base rails install according to my personal preferences at the moment.\n\n## Install\n\nAfter cloning the repo, do a find-all for the keyword `@changeme` and change\nany names or blocks as described beneath its location.\n\n## Usage\n\n### Dependencies\n\n1. `$ brew install asdf`    # install asdf package manager\n2. `$ asfd install`         # install depedencies (ruby, node, yarn, etc)\n3. `$ bundle install`       # install ruby gems\n4. `$ yarn install`         # install npm modules\n5. `$ docker-compose start` # start redis \u0026 postgres\n6. `$ rails db:create`      # create database\n7. `$ rails db:migrate`     # migrate schema\n8. `$ rails db:seed`        # seed if needed\n\n### Secret Keys ###\nFor each env `development`, `staging`, `production`:\n\n1. Run `$ rails secret`\n2. Create an AWS secret key pair for your dev, staging, and prod environments\n3. Create an assets s3 bucket for your dev, staging, and prod environments\n4. Run `$ RAILS_ENV=\u003ccurrent env\u003e rails c` and then `\u003e Lockbox.generate_key`\n5. Run `EDITOR=\"atom --wait\" rails credentials:edit --environment \u003ccurrent env\u003e` # swap out editor with yours if needed\n6. Fill out the following and replace the contents of the file\n  ```yml\n  secret_key_base: \u003crails secret from step 1\u003e\n\n  aws:\n    access_key_id: \u003caws key from step 2\u003e\n    secret_access_key: \u003caws key from step 2\u003e\n    assets_bucket: \u003cs3 bucket name from step 3\u003e\n\n  lockbox:\n    master_key: \u003clockbox key from step 4\u003e\n  ```\n\n### Development\n\nStart in development mode with hot-reloading via websockets\n`$ foreman start -f Procfile.dev`\n\n### Production\n`$ docker build -t thatsprettyneat-org/neature-walk .`\n\n#### Web\n`$ docker run -p 80:3000 -env=\"RAILS_ENV=production\" thatsprettyneat-org/neature-walk bundle exec rails server`\n\n#### Worker\n`$ docker run -env=\"RAILS_ENV=production\" thatsprettyneat-org/neature-walk bundle exec sidekiq`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmileszim%2Frails-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmileszim%2Frails-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmileszim%2Frails-project-template/lists"}