0.01
This gem interacts with the My John Deere API. It handles the hard work of
John Deere's oAuth 2.0 authentication. It provides REST request methods for
GET, POST, PUT, and DELETE that abstract away the John Deere-specific headers
and protocols. It provides convenience methods similar to ActiveReco...
2020
2021
2022
2023
2024
2025
0.01
A tool for managing a TaskPaper-like file of recent activites. Perfect for the late-night hacker on too much caffeine to remember what they accomplished at 2 in the morning.
2020
2021
2022
2023
2024
2025
0.01
== Sphinx 2 Comes to Ruby
Oedipus brings full support for Sphinx 2 to Ruby:
- real-time indexes (insert, replace, update, delete)
- faceted search (variations on a base query)
- multi-queries (multiple queries executed in a batch)
- full attribute filtering support
It works with 'stabl...
2020
2021
2022
2023
2024
2025
0.01
Bring the speed back to your Active Record models!
2020
2021
2022
2023
2024
2025
0.01
Distillery extracts the "content" portion out of an HTML document. It applies heuristics based on element type, location, class/id name and other attributes to try and find the content part of the HTML document and return it.
2020
2021
2022
2023
2024
2025
0.01
Conditions searching using predicates such as 'name_cont' or 'created_at_gt' for elasticsearch models
2020
2021
2022
2023
2024
2025
0.01
|> Distributed locks with "prioritized lock acquisition queue" capabilities based on the Redis Database.
|> Each lock request is put into the request queue (each lock is hosted by it's own queue separately from other queues) and processed in order of their priority (FIFO).
|> Each lock request li...
2020
2021
2022
2023
2024
2025
0.01
Adds support for creating enum state machines for attributes on any Ruby class
2020
2021
2022
2023
2024
2025
0.01
Dead simple asset uploader attachments for your active record models
2020
2021
2022
2023
2024
2025
0.01
attr_reader + initialize with keyword arguments
2020
2021
2022
2023
2024
2025
0.01
A handy wrapper for AWS Athena Ruby SDK.
2020
2021
2022
2023
2024
2025
0.01
Nice and simple RSS and atom feed parsing built on hpricot
2020
2021
2022
2023
2024
2025
0.01
Repository of tools developed at Crop Genetics in JIC to work with polyploid wheat
2020
2021
2022
2023
2024
2025
0.01
Middleware for controlling an XBee module from Ruby. Series 1, Series 2 modules
supported in AT (Transparent) or API (non-escaped & escaped) mode.
Examples included how to use including Over-The-Air application firmware
upgrade for programmable XBee modules.
2020
2021
2022
2023
2024
2025
0.01
A puppet-lint plugin to check the ensure attribute on package resources.
2020
2021
2022
2023
2024
2025
0.01
When reading the subdomain of an xip.io request, you will get a different value
compared to a local pow request. The reason for this is that the tld length is
1 by default, but an xip.io request has a tld length of 6. This gem inserts a
middleware that corrects the tld length config of rails on t...
2020
2021
2022
2023
2024
2025
0.01
email address validator, which is free from ReDoS attack
2020
2021
2022
2023
2024
2025
0.01
Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca's fatal web? Hence!\
I am qualmish at the smell of leek.
2020
2021
2022
2023
2024
2025
0.01
= sinatra-mongo
Extends Sinatra with an extension method for dealing with monogodb using the ruby driver.
Install it with gem:
$ gem install sinatra-mongo
Now we can use it an example application.
require 'sinatra'
require 'sinatra/mongo'
# Specify the database to use. Defa...
2020
2021
2022
2023
2024
2025
0.01
Every so often you need to look at your production data or otherwise run
some manual maintenance tasks in your production Rails application.
This gem adds tasks to Capistrano that lets you start a Rails console or
dbconsole on your servers without manually SSH'ing.
2020
2021
2022
2023
2024
2025