Socket
Book a DemoInstallSign in
Socket

@cable_ready/element

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cable_ready/element

CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.

5.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

<cable-ready> Element

Install

Rubygem

bundle add cable_ready-element

JavaScript

There are a few ways to install the CableReady JavaScript client, depending on your application setup.

ESBuild / Webpacker

yarn add @cable_ready/element

Importmaps:

# config/importmap.rb

# ...

pin 'cable_ready', to: 'cable_ready.min.js', preload: true
pin '@cable_ready/element', to: 'cable_ready-element.min.js', preload: true

Rails Asset pipeline (Sprockets):

<!-- app/views/layouts/application.html.erb -->

<%= javascript_include_tag "cable_ready-element.umd.min.js", "data-turbo-track": "reload" %>

Installing the element

Within your application.js import the @cable_ready/element package:

// app/javascript/application.js

import "@cable_ready/element"

Contributing

Code of Conduct

Everyone interacting with CableReady is expected to follow the Code of Conduct

Coding Standards

This project uses Standard and prettier-standard to minimize bike shedding related to code formatting.

Please run ./bin/standardize prior submitting pull requests.

Releasing

  • Make sure that you run yarn and bundle to pick up the latest.
  • Bump version number at lib/cable_ready/element/version.rb. Pre-release versions use .preN
  • Run rake build and yarn build
  • Commit and push changes to github
  • Run rake release
  • Run yarn publish --no-git-tag-version
  • Yarn will prompt you for the new version. Pre-release versions use -preN
  • Commit and push changes to GitHub
  • Create a new release on GitHub (here) and generate the changelog for the stable release for it

License

CableReady is released under the MIT License.

FAQs

Package last updated on 12 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.