
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
= Sortable Nested Set
== Requirements
jQuery is required.
== Usage
Add the gem to your Gemfile.
gem 'sortable_nested_set'
In each "Category" (e.g. "Directory") migration: lft:integer rgt:integer depth:integer [optional]
In the routing configuration file: nest the "Category" and "Item" resources
In the "Category" and "Item" controllers: [new] use param[:category_id] [destroy] respond_to format.js (and provide associated view)
In the "Category" and "Items" models: provide #to_s.
In the section of the layout(s) where the trees will be displayed: yield(:head) after jQuery is loaded.
In each "Category" model: acts_as_sortable_nested_set_of :items where :items is the pluralized, underscored "Item" model (e.g. "ImageFile"=>:image_files).
== Options
:order specifies the order which "Items" will be sorted in. Defaults to nil unless "Item" acts_as_list.
== Support for acts_as_list
When an "Item" model acts_as_list, SortableNestedSet will automatically use its position for sorting.
== Helpers
sns_options sns_lineage sns_tree
FAQs
Unknown package
We found that sortable_nested_set 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.