
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
This gem provides Tag Manager for Rails asset pipeline.
It includes the CSS; SCSS and LESS version of the stylesheet.
Tag Manager version 3.0.1 e71e5e3991cd30a9ad93c3cf879279602e68a85e
Add the tagmanager-rails gem to your Gemfile.
gem 'tagmanager-rails'
And run bundle install
.
The Tag Manager file will be added to the asset pipeline.
Add the following line to app/assets/javascripts/application.js
:
//= require tagmanager
Add the following line to app/assets/stylesheets/application.css
:
/*
*= require tagmanager
*/
If you want to change the variables, include it with the Sass @import
method
@import 'tagmanager.css.scss';
Do the same if you are using LESS respectively.
Feel free to open an issue ticket if you find something that could be improved.
TAGMANAGER_VERSION
Many thanks to max-favilli for Tag Manager and all Rails committer for Rails.
Copyright Tobias L. Maier, released under the MIT License. Tag Manager itself is under Mozilla Public License. See license.txt of the project.
FAQs
Unknown package
We found that tagmanager-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.