{"id":13819021,"url":"https://github.com/lewagon/rails-templates","last_synced_at":"2025-05-16T08:06:32.283Z","repository":{"id":41308926,"uuid":"41264511","full_name":"lewagon/rails-templates","owner":"lewagon","description":"Jump start your Rails development with Le Wagon best practices","archived":false,"fork":false,"pushed_at":"2024-06-18T16:41:24.000Z","size":353,"stargazers_count":675,"open_issues_count":2,"forks_count":284,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-04-08T20:19:15.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.lewagon.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lewagon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2015-08-23T19:48:19.000Z","updated_at":"2025-04-04T06:45:36.000Z","dependencies_parsed_at":"2024-08-04T08:01:36.257Z","dependency_job_id":"97245936-4dfd-4de6-996e-fd97a62f4ea6","html_url":"https://github.com/lewagon/rails-templates","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/lewagon%2Frails-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Frails-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Frails-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Frails-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewagon","download_url":"https://codeload.github.com/lewagon/rails-templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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-08-04T08:00:38.016Z","updated_at":"2025-05-16T08:06:27.260Z","avatar_url":"https://github.com/lewagon.png","language":"Ruby","funding_links":[],"categories":["Happy Exploring 🤘","Starters/Boilerplates","Ruby","Rails Templates 👷 (open source)"],"sub_categories":["Articles"],"readme":"# Rails Templates\n\nQuickly generate a rails app with the default [Wagon](https://www.lewagon.com) configuration\nusing [Rails Templates](http://guides.rubyonrails.org/rails_application_templates.html).\n\n⚠️ The following templates have been made for Rails 7. If you use Rails 6, please refer to the [`no-update` branch templates](https://github.com/lewagon/rails-templates/tree/no-update)\n\n## Minimal\n\nGet a minimal rails app ready to be deployed on Heroku with Bootstrap, Simple form and debugging gems.\n\n```bash\nrails new \\\n  -d postgresql \\\n  -m https://raw.githubusercontent.com/lewagon/rails-templates/master/minimal.rb \\\n  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME\n```\n\n## Devise\n\nSame as minimal **plus** a Devise install with a generated `User` model.\n\n```bash\nrails new \\\n  -d postgresql \\\n  -m https://raw.githubusercontent.com/lewagon/rails-templates/master/devise.rb \\\n  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewagon%2Frails-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewagon%2Frails-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewagon%2Frails-templates/lists"}