anycable-rails
AnyCable for Ruby on Rails applications
File Explorer
Download Latest Version (.zip)- docs-lint.yml
- lint.yml
- push-stable.yml
- release.yml
- test.yml
- FUNDING.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- rubocop_rspec.yml
- console
- setup
- .trieve.yml
- authentication.md
- channels_state.md
- compatibility.md
- extensions.md
- getting_started.md
- Readme.md
- stimulus_reflex.md
- whisper_test.rb
- anycablemaster.gemfile
- anyt.gemfile
- rails7.gemfile
- rails8.gemfile
- railsmaster.gemfile
- rubocop.gemfile
- any_cable.rb
- anycable.rb
- broadcast_options.rb
- channel.rb
- connection.rb
- remote_connections.rb
- presence.rb
- rubocop.rb
- persistent_session.rb
- serializable_identification.rb
- session_proxy.rb
- jwt.rb
- signed_streams.rb
- whisper.rb
- executor.rb
- log_tagging.rb
- channel.rb
- connection.rb
- persistent_session.rb
- connection.rb
- default.yml
- instance_vars.rb
- periodical_timers.rb
- stream_from.rb
- channel.rb
- channel_state.rb
- compatibility.rb
- config.rb
- connection.rb
- connection_factory.rb
- ext.rb
- helper.rb
- object_serializer.rb
- pubsub_channel.rb
- rack.rb
- railtie.rb
- rubocop.rb
- socket_id_tracking.rb
- version.rb
- rails.rb
- anycable-go.tt
- bin_generator.rb
- USAGE
- download_generator.rb
- USAGE
- anycable-go.tt
- dev
- anycable.yml.tt
- cable.yml.tt
- anycable.toml.tt
- Procfile.dev.tt
- setup_generator.rb
- USAGE
- with_os_helpers.rb
- anycable-rails-core.rb
- anycable-rails.rb
- channel.rb
- connection.rb
- chat_channel.rb
- test_channel.rb
- application_controller.rb
- broadcasts_controller.rb
- sessions_controller.rb
- broadcast_job.rb
- user.rb
- anycable.yml
- application.rb
- boot.rb
- cable.yml
- database.yml
- environment.rb
- puma.rb
- routes.rb
- secrets.yml
- config.ru
- application.js
- application.html.erb
- importmap
- rails
- development.rb
- production.rb
- .keep
- application.rb
- importmap.rb
- Gemfile
- Procfile.dev
- bin_generator_spec.rb
- download_generator_spec.rb
- setup_generator_spec.rb
- active_record_spec.rb
- connection_spec.rb
- disconnection_spec.rb
- perform_spec.rb
- subscriptions_spec.rb
- action_cable_compatibility.rb
- action_cable_testing_spec.rb
- auto_batching_spec.rb
- broadcast_objects_spec.rb
- broadcast_to_others_spec.rb
- rack_middleware_spec.rb
- rails_integration_spec.rb
- subscription_adapter_spec.rb
- jwt_spec.rb
- signed_streams_spec.rb
- channel_spec.rb
- connection_factory_spec.rb
- helper_spec.rb
- object_serializer_spec.rb
- rack_spec.rb
- railtie_spec.rb
- remote_connections_spec.rb
- rails_spec.rb
- bad_channel.rb
- good_controller.rb
- config_spec.rb
- instance_vars_spec.rb
- periodical_timers_spec.rb
- stream_from_spec.rb
- logging_context.rb
- rpc_command_context.rb
- base_spec_helper.rb
- cops_spec_helper.rb
- spec_helper.rb
- .gitignore
- .mdlrc
- .rubocop-md.yml
- .rubocop.yml
- anycable-rails-core.gemspec
- anycable-rails.gemspec
- CHANGELOG.md
- forspell.dict
- Gemfile
- Gemfile._local
- Makefile
- MIT-LICENSE
- Rakefile
- README.md
- rubocop-anycable-rails.gemspec
# Installation Guide
1. Get the code
git clone https://github.com/anycable/anycable-rails
Downloads the entire project code from GitHub to your computer.
cd anycable-rails
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle exec rails g anycable:setup
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
