Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vidibus-version_scheduler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vidibus-version_scheduler

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Vidibus::VersionScheduler Build Status Code Climate

Schedules migration to future versions created by Vidibus::Versioning.

This gem is part of Vidibus, an open source toolset for building distributed (video) applications.

Installation

Add gem "vidibus-version_scheduler" to your Gemfile. Then call bundle install on your console.

Usage

To use scheduling on a versioned model, just include the lib and you're done:

class Book
  include Mongoid::Document
  include Vidibus::Versioning::Mongoid
  include Vidibus::VersionScheduler::Mongoid
end

Whenever a version gets created that has a future created_at timestamp, a DelayedJob will be created to migrate your model to that version at the specified time. The job will be added to a queue named "versioning".

TODO

  • Solve the serious bug with DelayedJob and Mongoid. See ISSUES.md

© 2011-2013 Andre Pankratz. See LICENSE for details.

FAQs

Package last updated on 09 Feb 2015

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc