{"id":22006558,"url":"https://github.com/lockstep/rawls_md","last_synced_at":"2026-04-19T14:08:21.762Z","repository":{"id":74751856,"uuid":"91431889","full_name":"lockstep/rawls_md","owner":"lockstep","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-19T04:16:01.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T13:48:11.279Z","etag":null,"topics":[],"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/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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-16T08:01:56.000Z","updated_at":"2017-05-16T08:02:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd9d8ca3-7b59-4708-8c37-cacccd294392","html_url":"https://github.com/lockstep/rawls_md","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Frawls_md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Frawls_md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Frawls_md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lockstep%2Frawls_md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lockstep","download_url":"https://codeload.github.com/lockstep/rawls_md/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066522,"owners_count":20555404,"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.547Z","updated_at":"2026-04-19T14:08:16.736Z","avatar_url":"https://github.com/lockstep.png","language":"Ruby","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. If you plan on using Figaro, copy `config/application.yml.example` to `config/application.yml`.\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## Contents\n\nAll of the following have been installed and pre-configured.\n\n### Base system\n\n* Rails 5.1.0.pre1\n* Ruby 2.3.4\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* [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* [rails_12factor](https://github.com/heroku/rails_12factor)\n* [airbrake](https://github.com/airbrake/airbrake)\n* [rake-timeout](https://github.com/heroku/rack-timeout)\n* [lograge](https://github.com/roidrage/lograge)\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%2Frawls_md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flockstep%2Frawls_md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockstep%2Frawls_md/lists"}