A rails GEM to automaticaly moderate under construction pages with ability to automatically schedule for launch time. Also it have two default themes and some other fancy things.
Scrapes online schedules and provides portable versions
Simple scheduled process structure for Rails apps.
A multi purpose, extendable, Workflow-net-based workflow engine for Rails applications, focusing on workflow definition and scheduling.
A clock-based scheduler that runs inside your Rails app.
Simple fiber scheduler for Ruby.
SPlat is an integration platform to make use of SMS integration really easy. Using this platform has the following advantages: * Single point of integration * Change vendors without changing code. * Send and receive SMS. * Generic Exception Handling. * Standardized reports. * SMS tagged user groups. * SMS bogus gateway for testing. * Scheduling SMS for delivery.
textile designed for advanced usage, like scheduling versions.
Recurring allows you to define Schedules, which can tell you whether or not a given Time falls in the Schedule, as well as being able to return a list of times which match the Schedule within a given range.
Get system information for linux hosts. Standalone or rails engine. Rufus scheduler included
Versioning designed for advanced usage, like scheduling versions.
Makesure is a set of tools to define, verify and monitor systems in a unix environment. It allows you to schedule commands that constitue a system via cron (and monitors the execution of those commands), it gives you a way to verify the state of a system (and alerts you when there are problems), and it provides a simple mechanism for collecting statistics about that system.
TorqueBox Next Generation
ActiveRecord-based engine for scheduled changes
Exposes an ice_cube schedule object and serializes it.
Zero configuration job scheduler for computer clusters
String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings. The string_encryption gem was started with the intention of being compatible with the RSA and AES algorithms used in a javascript library on http://www.pidder.com/pidcrypt . Usage and testing against the pidcrypt library hasn't been done yet, but is scheduled for the future. The intent of this library is to make encryption and decryption of a string as straight forward as capitalizing or reversing is. To encrypt a string: encrypted_secret = "Super Secret Text".encrypt("Super Secret Password") To decrypt a string: decrypted_secret = encrypted_secret.encrypt("Super Secret Password") Branden Giacoletto
Provides form attributes setting a recurring schedule.
From {Quartz Scheduler's website}[http://www.quartz-scheduler.org/] Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may executed virtually anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering. This gem makes these available in a ruby friendly syntax
Mongoid field extension that serializes/deserializes IceCube Schedule and Rule objects.
A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.
Cron based job scheduler
Convenient library for checking Increments' company schedule
Rails engine that provides a JSON API which serves Sidekiq and Whenever status information from a HTTP-auth protected endpoint. This status information is gathered by scheduling a frequently running job that saves timestamps in Redis.
Mount cron system to Ellen to schedule messages on a specific time.
Generic Reliable Scheduler
Light weight job scheduling on top of Resque Mongo. Adds methods enqueue_at/enqueue_in to schedule jobs in the future. Also supports queueing jobs on a fixed, cron-like schedule.
Use cluster for service discovery. Use round robin to process scheduling.
Simple Eventmachine library for running code on a schedule using the crontab syntax.
ChangeManager uses Resque and resque-scheduler to detect changes in ActiveRecord objects, then applies logic to them.
=== Learn Chinese vocabulary effectively This gem is meant to make live easier for any Chinese language student who: * Prefers to learn vocabulary from Chinese sentences. * Needs to memorize a lot of words on a _tight_ _time_ _schedule_. * Uses the spaced repetition flashcard program {Anki}[http://ankisrs.net/]. Chinese::Vocab addresses all of the above requirements by downloading sentences for each word and selecting the *minimum* *required* *number* *of* *Chinese* *sentences* (and English translations) to *represent* *all* *words*.
JobReactor is a library for creating, scheduling and processing background jobs. It is asynchronous client-server distributed system based on EventMachine.
cron-like scheduler service with a RESTful interface
Libev-based fiber scheduler for Ruby 3.0
Automatically generates _schedule.txt for builds on CloudCannon
Add base class for scheduled job(cron) to Lita
Generates the data needed to represent a given schedule a calendar.
Customizable Scheduler for Contentful Entries.
Scheduler for Rake tasks.
Dead simple in-process background job solution using threads, with support for scheduled jobs.
Schedule Cron style Sidekiq jobs
Schedule remote triggered switches and dimmers to activate/deactivate the lights in your home. Type your schedule in plain text and have an USB connected tellstick send the appropriate commands, according to your schedule.
Command line utility for checking the loadshedding schedule for Nepal
Simple scheduler for long-running and infrequent tasks, no threads, always in serial
Scheduler and Worker makes a unit. You can also make your own worker as well.
Works with Sidekiq scheduler to provides a highly available scheduler that can be run on multiple hosts. Also provides a convenient abstract class for Sidekiq workers.
== features/PROBLEMS: * Schedule tasks to run every X seconds * Multiple schedules == SYNOPSIS: ex = Everyx::Everyx.new ## Create new runner pt = Everyx::PeriodicTasks::RSSNotifier.new ## Create notifier pt.uri = "http://path.to/rss-feed" ## Set it to uri
Andromeda is a light weight framework for complex event processing on multicore architectures. Andromeda users construct networks of plans that are interconnected via endpoint spots, describe how plans are scheduled onto threads, and process data by feeding data events to the resulting structure.
Rogue integrates seemlessly with Rails applications to allow developers to quickly scaffold a scheduling system.
Sidekiq::Clockwork is a simplistic implementation of a job scheduler based on Clockwork, but without having to run a separated process.