
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Simple integration of jQuery tablesorter (Mottie's fork) into the asset pipeline.
Current tablesorter version: 2.31.3 (2020-03-03) documentation
Any issue associated with the js/css files, please report to Mottie's fork.
Add this line to your application's Gemfile:
gem 'jquery-tablesorter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery-tablesorter
It should work with Rails 3.2 and higher as well as with ruby 1.9.3 - 2.7.x. Each release is always tested with the latest version of both.
In your application.js
//= require jquery-tablesorter
This will require all core jquery-tablesorter files. Please note: This loads only the core-widgets and will neither include the extracted widgets nor any files from the addons and extras directories. Those files must be required manually as shown below.
Or you can include single file with:
//= require jquery-tablesorter/jquery.metadata
//= require jquery-tablesorter/jquery.tablesorter
//= require jquery-tablesorter/jquery.tablesorter.widgets
//= require jquery-tablesorter/addons/pager/jquery.tablesorter.pager
//= require jquery-tablesorter/widgets/widget-repeatheaders
//= require jquery-tablesorter/parsers/parser-metric
//= require jquery-tablesorter/extras/jquery.quicksearch
//= require jquery-tablesorter/beta-testing/pager-custom-controls
Please note that files in the beta-testing directory might move into the stable tablesorter or get renamed with upcoming tablesorter releases and thus could have to be required in an updated way after upgrading this gem.
In your application.css
/*
*= require jquery-tablesorter/<theme name>
*/
Avaliable theme names:
Pager theme:
/*
*= require jquery-tablesorter/addons/pager/jquery.tablesorter.pager
*/
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)tablesorter
submodulerake jquery_tablesorter:update
rake jquery_tablesorter:sanitize_image_paths
README.md
and CHANGELOG.md
FAQs
Unknown package
We found that jquery-tablesorter 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.
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.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.