{"id":21478620,"url":"https://github.com/kayhide/imadoko","last_synced_at":"2025-08-21T00:06:41.137Z","repository":{"id":12606497,"uuid":"15277505","full_name":"kayhide/imadoko","owner":"kayhide","description":null,"archived":false,"fork":false,"pushed_at":"2014-02-05T08:58:50.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T17:58:05.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kayhide.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}},"created_at":"2013-12-18T08:14:58.000Z","updated_at":"2014-02-05T08:58:51.000Z","dependencies_parsed_at":"2022-07-13T00:31:09.298Z","dependency_job_id":null,"html_url":"https://github.com/kayhide/imadoko","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/kayhide%2Fimadoko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayhide%2Fimadoko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayhide%2Fimadoko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayhide%2Fimadoko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kayhide","download_url":"https://codeload.github.com/kayhide/imadoko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997306,"owners_count":20380999,"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-11-23T11:18:59.134Z","updated_at":"2025-03-17T08:25:17.871Z","avatar_url":"https://github.com/kayhide.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# いまどこ #\n\nランナーなどを応援するサポートアプリ\n\n#### システム概要 ####\n- **Ruby**: 2.0.0\n- **DB**: SQLite\n- **Production Server**: sakura VPS\n\n## データベース ##\nマイグレーションする。\n\n    % bundle exec rake db:migrate\n\n## テスト ##\n`rspec` + `guard` + `spring` + `simplecov` を使う。\n\n`guard` の起動。\n\n    % bundle exec guard start\n    11:53:31 - INFO - Guard is using Emacs to send notifications.\n    11:53:31 - INFO - Guard is using Tmux to send notifications.\n    11:53:31 - INFO - Guard is using TerminalTitle to send notifications.\n    11:53:31 - INFO - Bundle already up-to-date\n    11:53:31 - INFO - Guard::RSpec is running\n    11:53:31 - INFO - Guard is now watching at '/Users/mikagami/prj/rails/bybine'\n    [1] guard(main)\u003e\n\nテストが実行されるとカバレッジのレポートが `coverage` に出力される。\n\n    % open coverage/index.html\n\nコントローラーのカバレッジを**100%**にするとよい。\n\n## ビュー ##\n`bootstrap` + `slim` を使ってみる。\n\n## モデル ##\n\n### クローラー ###\n`app/models/crawler` に作る。\n\n新しいクローラーを作るには、`Crawler::Base` を継承し、`#crawl` を実装する。\n```ruby\nmodule Crawler\n  class Tokyo \u003c\u003c Base\n    def crawl\n      # do something\n    end\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayhide%2Fimadoko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayhide%2Fimadoko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayhide%2Fimadoko/lists"}