
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
= ActsAsSilentList
== Description
This acts_as extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a +position+ column defined as an integer on the mapped database table.
This project is a fork of the well-known acts_as_list. This version avoids triggering ActiveRecord's callback mechanisms, such that your list may be managed silently.
== Example
class TodoList < ActiveRecord::Base has_many :todo_items, :order => "position" end
class TodoItem < ActiveRecord::Base belongs_to :todo_list acts_as_silent_list :scope => :todo_list end
todo_list.first.move_to_bottom todo_list.last.move_higher
== Contributing to acts_as_silent_list
Open an issue in the project's issue tracker on GitHub or open a pull request using.
== Copyright
Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license
FAQs
Unknown package
We found that acts_as_silent_list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.