{"id":28933145,"url":"https://github.com/nykma/faxtu","last_synced_at":"2026-04-30T02:34:35.587Z","repository":{"id":149410412,"uuid":"77126822","full_name":"nykma/faxtu","owner":"nykma","description":"ファッ？！ Another RoR scaffold?!","archived":false,"fork":false,"pushed_at":"2018-04-27T05:28:12.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T17:12:27.254Z","etag":null,"topics":["ruby","rubyonrails","scaffold"],"latest_commit_sha":null,"homepage":null,"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/nykma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-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,"zenodo":null}},"created_at":"2016-12-22T08:26:37.000Z","updated_at":"2018-04-27T05:28:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"7950733d-5cf2-4945-909e-2b1e920f31db","html_url":"https://github.com/nykma/faxtu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nykma/faxtu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Ffaxtu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Ffaxtu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Ffaxtu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Ffaxtu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nykma","download_url":"https://codeload.github.com/nykma/faxtu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Ffaxtu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["ruby","rubyonrails","scaffold"],"created_at":"2025-06-22T17:12:25.758Z","updated_at":"2026-04-30T02:34:35.582Z","avatar_url":"https://github.com/nykma.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ファッ？！\n\n![Built with GH60](https://img.shields.io/badge/built%20with-GH60-yellow.svg)\n[![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org)\n[![Build Status](https://travis-ci.org/nykma/faxtu.svg?branch=master)](https://travis-ci.org/nykma/faxtu)\n\n- - - -\n\n```ruby\nclass FaxtuReadMe\n  AUTHOR = \"Nyk Ma \u003cmoe@nayuki.info\u003e\"\n  DOCKER_COMPOSE_AVAILABLE = (`which docker-compose` != '') \u0026\u0026\n                             (`docker-compose -v` \u003e 'docker-compose version 1.6.0')\n\n  def self.description\n    \"My RoR scaffold with only JSON API stuff.\\n使って、どうぞ。\"\n  end\n\n  def self.based_on\n    based_on_list = {\n      ruby: File.read(Rails.root.join('.ruby-version'))\n    }\n\n    unless DOCKER_COMPOSE_AVAILABLE\n      based_on_list.merge!(\n        postgres: '\u003e= 9.6',\n        redis: '\u003e= 3.2'\n      )\n    end\n\n    based_on_list\n  end\n\n  def self.highlight\n    [\n      'Multi-login',\n      'Authorization',\n      'Version-friendly API',\n      'Sentry intergrated',\n      'API-blueprint based document',\n      'Reasonable Rubocop config'\n    ].join(\"\\n\")\n  end\n\n  def self.preparation\n    `git clone https://github.com/nykma/faxtu.git \u0026\u0026 cd faxtu`\n    `cp config/application.sample.yml config/application.yml`\n    `ag --nocolor -l NEED_MODIFY | xargs emacsclient -t`\n    `bundle i`\n    `docker-compose up -d` if DOCKER_COMPOSE_AVAILABLE\n    `bin/rails db:create db:schema:load`\n    `bin/rails spec`\n\n    true\n  end\n\n\n  def self.main_components\n    {\n      main: %w(\n        rack-cors\n        figaro\n        devise\n        grape\n        grape-entity\n      ),\n      development: %w(\n        rubocop\n      ),\n      test: %w(\n        rspec-rails\n        factory_girl\n        faker\n      )\n    }\n  end\n\n  def self.license\n    File.read(Rails.root.join('MIT-LICENSE').to_s)\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnykma%2Ffaxtu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnykma%2Ffaxtu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnykma%2Ffaxtu/lists"}