{"id":19522281,"url":"https://github.com/anycable/capistrano-anycable","last_synced_at":"2025-04-26T09:32:07.327Z","repository":{"id":62554957,"uuid":"169446536","full_name":"anycable/capistrano-anycable","owner":"anycable","description":"AnyCable integration for Capistrano","archived":false,"fork":false,"pushed_at":"2020-04-16T14:40:52.000Z","size":9,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T05:39:06.431Z","etag":null,"topics":["anycable","capistrano","ruby"],"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/anycable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-06T17:29:19.000Z","updated_at":"2024-01-23T04:54:51.000Z","dependencies_parsed_at":"2022-11-03T05:15:39.090Z","dependency_job_id":null,"html_url":"https://github.com/anycable/capistrano-anycable","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fcapistrano-anycable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fcapistrano-anycable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fcapistrano-anycable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fcapistrano-anycable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anycable","download_url":"https://codeload.github.com/anycable/capistrano-anycable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250967242,"owners_count":21515565,"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":["anycable","capistrano","ruby"],"created_at":"2024-11-11T00:38:04.190Z","updated_at":"2025-04-26T09:32:07.057Z","avatar_url":"https://github.com/anycable.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/capistrano-anycable.svg)](https://rubygems.org/gems/capistrano-anycable) [![Build Status](https://travis-ci.org/anycable/capistrano-anycable.svg?branch=master)](https://travis-ci.org/anycable/capistrano-anycable)\n[![Documentation](https://img.shields.io/badge/docs-link-brightgreen.svg)](https://docs.anycable.io/#capistrano)\n\n\n# Capistrano::Anycable\n\nAnyCable RPC server integration for Capistrano.\n\n# Requirements\n\nAnyCable \u003e= 0.6.2\n\n## Installation\n\nAdd those lines to your application's Gemfile:\n\n```ruby\n# To run daemonized `anycabled`\ngem \"daemons\", \"~\u003e 1.3\", require: false\n\ngem \"capistrano-anycable\", group: :development\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\n## Usage\n\n```ruby\n# Capfile\nrequire \"capistrano/anycable\"\n```\n\n## Configuration\n\nAvailable configuration options (with defaults):\n\n```ruby\n# Restart AnyCable RPC server after `deploy:restart` phase\nset :anycable_default_hooks, true\n\n# Capistrano roles to start AnyCable RPC server on\nset :anycable_roles, :app\n# Path to the root of your application\nset :anycable_path, -\u003e { release_path }\n# Command to start AnyCable RPC server\nset :anycable_command, -\u003e { [:bundle, :exec, :anycabled] }\n\n# Sets RAILS_ENV for AnyCable RPC server process\nset :anycable_env, -\u003e { fetch(:rack_env, fetch(:rails_env, fetch(:stage))) }\n# AnyCable RPC server configuration parameters passed through enviroment,\n# see https://docs.anycable.io/#/ruby/configuration?id=parameters\nset :anycable_environment_variables, {}\n# Path to anycable.yml\nset :anycable_conf, nil\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/anycable/capistrano-anycable.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanycable%2Fcapistrano-anycable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanycable%2Fcapistrano-anycable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanycable%2Fcapistrano-anycable/lists"}