
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
jquery-ui-rails-engine
Advanced tools
Unlike jquery-ui-rails, this gem only serves javascript. It also add CDN support similar to jquery-rails-cdn.
This gem was a fork of jquery-rails-cdn to support jquery-ui from jquery-rails. But since 3.0, jquery-rails no longer includes jQuery UI. Thus, the fork is not needed anymore. Now, this gem will provide javascript part of jquery-ui locally and through CDN. If you need stylesheet from jQuery UI, you might use jquery-ui-rails-cdn.
jQuery UI: 1.10.3
Include Gemfile,
gem 'jquery-ui-rails-engine'
Add javascripts into application.js
//= require jquery/jquery-ui
In the application layout, add
= jquery_ui_include_tag :default
then remove corresponding lines in application.js.
Set :compressed to use minimized library locally like this:
= jquery_ui_include_tag :default, :compressed => true
Set :local_copy true to use local copy when CDN is not available.
Remember to add assets name in confign/environments/production.rb:
config.assets.precompile += %w( jquery/jquery-ui.min.js)
MIT License
FAQs
Unknown package
We found that jquery-ui-rails-engine demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.