Gems

This service allows you to transform RSS feed into an awesome API.
This service allows you to transform RSS feed into an awesome API. - davidesantangelo/feedi .Feedi turns feed data into a fantastic API.Feedi simplifies how you handle RSS, Atom, or JSON feeds. You can add and keep track of your favourite feed da...




Full-Featured ElasticSearch Ruby Client with a Chainable DSL
Full-Featured ElasticSearch Ruby Client with a Chainable DSL - mrkamel/search_flipUsing SearchFlip it is dead-simple to create index classes that correspond to ElasticSearch indices and to manipulate, query and aggregate these indices using a chai...



Makes your background jobs interruptible and resumable by design.
The job would run fairly quickly when you only have a hundred User records. But as the number of records grows, it will take longer for a job to iterate over all Users. Eventually, there will be millions of records to iterate and the job will end ...

📑 A Ruby interface for querying academic papers on the arXiv search API.
arXiv provides an advanced search utility (shown left) on their website, as well as an extensive search API that allows for the external querying of academic papers hosted on their website.Although Scholastica offer a great Ruby gem for retrieving...

A light-weight job scheduling system built on top of Resque
Resque-scheduler is an extension to Resque that adds support for queueing items in the future.Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.Scheduled jobs are like cron jobs, recurring on a regular basis. Del...