{"id":22006557,"url":"https://github.com/lockstep/us","last_synced_at":"2025-07-02T09:03:55.848Z","repository":{"id":23562360,"uuid":"104023770","full_name":"lockstep/us","owner":"lockstep","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-19T04:28:05.000Z","size":13271,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":7,"default_branch":"development","last_synced_at":"2025-03-23T06:44:52.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.locksteplabs.com/","language":"CSS","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/lockstep.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}},"created_at":"2017-09-19T03:50:37.000Z","updated_at":"2021-05-17T04:54:09.000Z","dependencies_parsed_at":"2023-02-10T20:16:08.645Z","dependency_job_id":null,"html_url":"https://github.com/lockstep/us","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lockstep/us","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Fus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Fus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Fus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Fus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lockstep","download_url":"https://codeload.github.com/lockstep/us/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Fus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263108754,"owners_count":23415002,"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":[],"created_at":"2024-11-30T01:13:03.374Z","updated_at":"2025-07-02T09:03:55.831Z","avatar_url":"https://github.com/lockstep.png","language":"CSS","readme":"# README\n\nTemplate for new Rails projects. \n\n## Getting started\n\nTo get going clone this repository and perform the following steps:\n\n1. Clone this repository\n1. You can now run `scripts/setup`, which will help you in configuring the template.\n   Alternatively perform all of the following steps manually.\n1. Change application name in `config/application.rb`.\n1. Update `database.yml` to reflect the new application name.\n1. Update `TODO` items in `config/environments/production.rb`.\n1. If you plan on using Figaro, copy `config/application.yml.example` to `config/application.yml`.\n1. ESLint is preconfigured for modern JS with React support (AirBnB styleguide). If you want to use\n   it install packages with `npm install`, otherwise remove `.eslintrc` and `package.json`. \n1. If you don't plan on tracking the template, you can remove the `.git` directory. \n   Otherwise you can rename the remote:   \n   ```shell\n   $ git remote rename origin rails_new\n   ```\n1. Add your new remote as appropriate.\n\n## Optional configurations\n\n* If you want to use [AirBrake](https://airbrake.io), make sure the following 2 environment variables are set:\n    * `AIRBRAKE_PROJECT_ID`\n    * `AIRBRAKE_API_KEY`\n* [New Relic](https://newrelic.com) is pre configured in `config/newrelic.yml`, \n  but you need to comment in the environment variables for it work on Heroku \n  (lines 10 and 17).\n  \n## Environment variables\n\n| Variable              | Comment                                                                 |\n| ---                   | ---                                                                     |\n| GOOGLE_ANALYTICS_ID   | Will be added to the main application layout if set                     |\n| BLOCK_HTTP_TRACE      | Disable HTTP TRACE method if set to true/t/1                            |\n| DATABASE_URL          | Used for `production` env, automatically set by Heroku                  |\n| HTTP_METHOD_BLACKLIST | If you want to block more than just TRACE, e.g. `\"TRACE,OPTIONS\"`       |\n| PORT                  | Port Puma will listen on, defaults to 3000                              |\n| RAILS_LOG_TO_STDOUT   | Set by Heroku Ruby buildpack, set manually on other platforms if needed |\n| RAILS_MAX_THREADS     | Number of Puma threads, defaults to 5                                   |\n\n## Contents\n\nAll of the following have been installed and pre-configured.\n\n### Base system\n\n* Rails 5.1.0\n* Ruby 2.4.1\n* [pg](https://github.com/ged/ruby-pg) for `ActiveRecord`\n* The app is preconfigured for Google Analytics, just add `GOOGLE_ANALYTICS_ID` to the environment.\n\n### General\n \n* [active_model_serializers](https://github.com/rails-api/active_model_serializers)\n* [bootstrap-sass](https://github.com/twbs/bootstrap-sass)\n* [draper](https://github.com/drapergem/draper)\n* [figaro](https://github.com/laserlemon/figaro)\n* [pundit](https://github.com/elabs/pundit)\n* [secureheaders](https://github.com/twitter/secureheaders)\n* [sidekiq](https://github.com/mperham/sidekiq)\n\n### Development\n\n* [foreman](https://github.com/ddollar/foreman)\n* [newrelic_rpm](https://github.com/newrelic/rpm) \n* [pry](https://github.com/rweng/pry-rails)\n* [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)\n* [pry-doc](https://github.com/pry/pry-doc)\n* [RuboCop](https://github.com/bbatsov/rubocop)\n\n### Test\n\n* [bullet](https://github.com/flyerhzm/bullet)\n* [bundler-audit](https://github.com/rubysec/bundler-audit)\n* [capybara](https://github.com/teamcapybara/capybara)\n* [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner)\n* [devise](https://github.com/plataformatec/devise)\n* [factory_girl_rails](https://github.com/thoughtbot/factory_girl_rails)\n* [high_voltage](https://github.com/thoughtbot/high_voltage)\n* [memory_profiler](https://github.com/SamSaffron/memory_profiler)\n* [poltergeist](https://github.com/teampoltergeist/poltergeist)\n* [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler)\n* [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers)\n* [spring-commands-rspec](https://github.com/jonleighton/spring-commands-rspec)\n* [webmock](https://github.com/bblimke/webmock)\n\n### Production\n\n* [airbrake](https://github.com/airbrake/airbrake)\n* [heroku-deflater](https://github.com/romanbsd/heroku-deflater)\n* [lograge](https://github.com/roidrage/lograge)\n* [rails_12factor](https://github.com/heroku/rails_12factor)\n* [rake-timeout](https://github.com/heroku/rack-timeout)\n\n## Removed\n\nThe following default Rails gems have been removed:\n\n* [coffee-rails](https://github.com/rails/coffee-rails)\n* [jbuilder](https://github.com/rails/jbuilder)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockstep%2Fus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flockstep%2Fus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockstep%2Fus/lists"}