Gems



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...

Only load the CSS you need for the initial viewport in Rails!
Only load the CSS you need for the initial viewport in Rails!This gem gives you the ability to load only the CSS you need on an initial page view. This gives you blazin' fast rending as there's no initial network call to grab your application's CS...

lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed.
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts. -.