{"id":21451215,"url":"https://github.com/lenra-io/template-ruby-on-rails","last_synced_at":"2026-05-05T11:38:14.848Z","repository":{"id":60778890,"uuid":"545478661","full_name":"lenra-io/template-ruby-on-rails","owner":"lenra-io","description":"Ruby-on-rails template to start your Lenra app.","archived":false,"fork":false,"pushed_at":"2023-08-19T01:43:28.000Z","size":15,"stargazers_count":0,"open_issues_count":18,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-17T02:44:40.515Z","etag":null,"topics":["app-development","cloud-computing","data-management","ruby","ruby-on-rails","ui"],"latest_commit_sha":null,"homepage":"","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/lenra-io.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},"funding":{"github":["lenra-io"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-10-04T12:50:23.000Z","updated_at":"2022-12-16T13:17:12.000Z","dependencies_parsed_at":"2023-12-24T03:43:07.200Z","dependency_job_id":"158b6fa5-d04a-4b3e-935a-d70b53d499c6","html_url":"https://github.com/lenra-io/template-ruby-on-rails","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"3ac29d91a8a81da57c8db4dbcc7efb44c4b1725c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lenra-io/template-ruby-on-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenra-io%2Ftemplate-ruby-on-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenra-io%2Ftemplate-ruby-on-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenra-io%2Ftemplate-ruby-on-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenra-io%2Ftemplate-ruby-on-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenra-io","download_url":"https://codeload.github.com/lenra-io/template-ruby-on-rails/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenra-io%2Ftemplate-ruby-on-rails/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263480868,"owners_count":23473164,"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":["app-development","cloud-computing","data-management","ruby","ruby-on-rails","ui"],"created_at":"2024-11-23T04:19:13.936Z","updated_at":"2026-05-05T11:38:09.811Z","avatar_url":"https://github.com/lenra-io.png","language":"Ruby","funding_links":["https://github.com/sponsors/lenra-io"],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\u003c!--\n*** This README was created with https://github.com/othneildrew/Best-README-Template\n--\u003e\n\n\n\n\u003c!-- PROJECT SHIELDS --\u003e\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\n\u003ch3 align=\"center\"\u003eTemplate Ruby on Rails\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    This template provides just enough to get started with your Ruby on Rails application.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/lenra-io/template-ruby-on-rails/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/lenra-io/template-ruby-on-rails/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Prerequisites\n\nTo properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer.\nInstallation instructions can be found here https://github.com/lenra-io/lenra_cli.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nTo run the Ruby on rails template you first need to build the application.\n```console\nlenra build\n```\n\nThen you can start it.\n```console\nlenra start\n```\n\nYou can then access the application by opening [`localhost:4000`](http://localhost:4000) on your web browser. \n\nThis template is a basic implementation of a Lenra application using the Ruby language. You can get your application started by using this template.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please open an issue with the tag \"enhancement\".\nDon't forget to give the project a star if you liked it! Thanks again!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nLenra - [@lenra_dev](https://twitter.com/lenra_dev) - contact@lenra.io\n\nProject Link: [https://github.com/lenra-io/template-ruby-on-rails](https://github.com/lenra-io/template-ruby-on-rails)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/template-ruby-on-rails.svg?style=for-the-badge\n[contributors-url]: https://github.com/lenra-io/template-ruby-on-rails/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/lenra-io/template-ruby-on-rails.svg?style=for-the-badge\n[forks-url]: https://github.com/lenra-io/template-ruby-on-rails/network/members\n[stars-shield]: https://img.shields.io/github/stars/lenra-io/template-ruby-on-rails.svg?style=for-the-badge\n[stars-url]: https://github.com/lenra-io/template-ruby-on-rails/stargazers\n[issues-shield]: https://img.shields.io/github/issues/lenra-io/template-ruby-on-rails.svg?style=for-the-badge\n[issues-url]: https://github.com/lenra-io/template-ruby-on-rails/issues\n[license-shield]: https://img.shields.io/github/license/lenra-io/template-ruby-on-rails.svg?style=for-the-badge\n[license-url]: https://github.com/lenra-io/template-ruby-on-rails/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenra-io%2Ftemplate-ruby-on-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenra-io%2Ftemplate-ruby-on-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenra-io%2Ftemplate-ruby-on-rails/lists"}