{"id":15512531,"url":"https://github.com/nimblehq/rails-templates","last_synced_at":"2025-11-11T20:43:55.279Z","repository":{"id":2562664,"uuid":"46853784","full_name":"nimblehq/rails-templates","owner":"nimblehq","description":"Our optimized Rails templates used in our projects ","archived":false,"fork":false,"pushed_at":"2024-11-18T07:01:56.000Z","size":934,"stargazers_count":104,"open_issues_count":31,"forks_count":24,"subscribers_count":24,"default_branch":"develop","last_synced_at":"2025-07-01T16:09:25.398Z","etag":null,"topics":["docker","rails-template","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://nimblehq.co","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/nimblehq.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-25T10:13:58.000Z","updated_at":"2025-03-07T09:16:59.000Z","dependencies_parsed_at":"2023-07-05T18:49:17.845Z","dependency_job_id":"49f9aef5-6976-47f2-8a31-eb0cc450962a","html_url":"https://github.com/nimblehq/rails-templates","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/nimblehq/rails-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Frails-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Frails-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Frails-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Frails-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimblehq","download_url":"https://codeload.github.com/nimblehq/rails-templates/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Frails-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283929670,"owners_count":26918166,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","rails-template","ruby","ruby-on-rails"],"created_at":"2024-10-02T09:53:42.236Z","updated_at":"2025-11-11T20:43:55.243Z","avatar_url":"https://github.com/nimblehq.png","language":"Ruby","funding_links":[],"categories":["Ruby","Starters/Boilerplates"],"sub_categories":["Articles"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Nimble logo\" src=\"https://assets.nimblehq.co/logo/light/logo-light-text-320.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eRails Templates\u003c/strong\u003e\n\u003c/p\u003e\n\n\n---\n\nOur templates offer a rich boilerplate to jump start Rails-based application development and are based on our experience\nwith building complex applications over the years.\n\n## Get Started\n\n### Requirements\n\n- Install ruby and set your local ruby version to `3.3.1`\n- Install rails `7.1.3`\n- Install node `22.1.0` (For creating web application)\n\n\u003e 📝 If running on Apple M1, to build docker image, please make sure to set platform to AMD64 by `export DOCKER_DEFAULT_PLATFORM=linux/amd64`\n\n### Use the template\n\nIn order to use the template, initialize a new app with the following parameters:\n\n```sh\nrails new \u003capp_name\u003e -m https://raw.githubusercontent.com/nimblehq/rails-templates/main/template.rb\n```\n\nSupported template options:\n- `--api` - create an api-only application\n\nTo apply the template on an existing application, run following rails command:\n\n```sh\nrails app:template LOCATION=https://raw.githubusercontent.com/nimblehq/rails-templates/main/template.rb\n\n# To apply on an api application\nrails app:template LOCATION=https://raw.githubusercontent.com/nimblehq/rails-templates/main/template.rb API=true\n\n# To apply a specific addon\nrails app:template LOCATION=https://raw.githubusercontent.com/nimblehq/rails-templates/main/template.rb ADDON=\u003caddon name\u003e\n```\n\nAvailable Addons:\n- `docker`\n- `nginx`\n- `phrase`\n- `bootstrap`\n- `slim`\n- `devise`\n\nAfter the template finishes generating all the files, run the following command to start the rails server.\n\n```sh\nmake dev\n```\n\nRead more about Rails Application Template in the [official Rails Guides](https://guides.rubyonrails.org/rails_application_templates.html).\n\n## Contribution Resources\n\n- [Contributions Guidelines](../../wiki/Contribution_Guide).\n- [Testing the template](../../wiki/Testing)\n\n## License\n\nThis project is Copyright (c) 2014 and onwards. It is free software,\nand may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: /LICENSE\n\n## About\n\n![Nimble](https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png)\n\nThis project is maintained and funded by Nimble.\n\nWe love open source and do our part in sharing our work with the community!\nSee [our other projects][community] or [hire our team][hire] to help build your product.\n\n[community]: https://github.com/nimblehq\n[hire]: https://nimblehq.co/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Frails-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimblehq%2Frails-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Frails-templates/lists"}