Socket
Book a DemoInstallSign in
Socket

acts_as_silent_list

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acts_as_silent_list

3.0.0
bundlerRubygems
Version published
Maintainers
4
Created
Source

= 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

Package last updated on 20 Sep 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.