Gems

A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons.
A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada: - athityakumar/colorls.A Ruby script that colorizes the ls output with color and icons. Here are the screenshots of working example on an iTerm2 termin...

HTML Abstraction Markup Language - A Markup Haiku
Haml is a templating engine for HTML. It's designed to make it both easier and more pleasant to write HTML documents, by eliminating redundancy, reflecting the underlying structure that the document represents, and providing an elegant syntax that...

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