{"id":14955589,"url":"https://github.com/takp/rails5-boilerplate","last_synced_at":"2025-10-01T18:31:46.684Z","repository":{"id":75068497,"uuid":"65646799","full_name":"takp/rails5-boilerplate","owner":"takp","description":"🔨 Rails 5 Quick Starter App with Docker","archived":false,"fork":false,"pushed_at":"2019-03-10T16:31:39.000Z","size":220,"stargazers_count":21,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T11:21:46.840Z","etag":null,"topics":["rails","rails5","rails5-boilerplate","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","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/takp.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":"2016-08-14T02:42:00.000Z","updated_at":"2021-11-07T20:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed6f1c2f-de9f-4cc3-baea-bccc1494a9f8","html_url":"https://github.com/takp/rails5-boilerplate","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"b88abb34f882bdf758bc925c4c5933075dd044d7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takp%2Frails5-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takp%2Frails5-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takp%2Frails5-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takp%2Frails5-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takp","download_url":"https://codeload.github.com/takp/rails5-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234724644,"owners_count":18877235,"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":["rails","rails5","rails5-boilerplate","ruby","ruby-on-rails"],"created_at":"2024-09-24T13:11:24.814Z","updated_at":"2025-10-01T18:31:41.286Z","avatar_url":"https://github.com/takp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails5 Boilerplate\n\nThis is starter application template for Ruby on Rails 5.\n\n![Rails5 Boilerplate Top Page](https://raw.githubusercontent.com/takp/rails5-boilerplate/master/docs/images/rails5-top-page.png \"Rails5 Boilerplate\")\n\n## Versions\n\n- Rails 5.2.1\n\n## Features\n\n- [Ruby on Rails](http://rubyonrails.org/)\n- [Twitter Bootstrap 3](https://github.com/twbs/bootstrap-sass)\n- [FontAwesome](https://github.com/FortAwesome/font-awesome-sass)\n- [Slim Template Engine](http://slim-lang.com/)\n- MySQL\n- [Rspec](https://github.com/rspec/rspec-rails)\n- [Devise](https://github.com/plataformatec/devise)\n- [ActiveDecorator](https://github.com/amatsuda/active_decorator)\n\n## Architecture\n\nMVC + Service + Decorator\n\n- Models: app/models\n- Views: app/views\n- Controllers: app/controllers\n- Services: app/services\n- Decorators: app/decorators\n\n## Quick Start\n\n```\n$ git clone git@github.com:takp/rails5-boilerplate.git\n$ cd rails5-boilerplate\n```\n\n### Run\n\n- Build\n\n```bash\n$ docker-compose build\n```\n\n- Initialize database\n\n```bash\n$ docker-compose run app rake db:create\n$ docker-compose run app rake db:migrate\n```\n\n- Run\n\n```bash\n$ docker-compose up\n```\n\nand go to [http://localhost:3000/](http://localhost:3000/).\n\n## How to run the test suite\n\n```\n$ bundle exec rspec\n```\n\n## Deployment instructions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakp%2Frails5-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakp%2Frails5-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakp%2Frails5-boilerplate/lists"}