0.0
This is an update to the existing omniauth-goodreads2 gem (which I did not originally write and which is open source under the MIT license) to accommodate the recent https requirement by Goodreads for their auth service.
2020
2021
2022
2023
2024
2025
0.0
Many sites these days absolutely require a user to have Javascript enabled in order to function properly. You may have one yourself. Users that either have JS disabled or only allow trusted sites to execute JS should be given a textual warning that their user experience may be hampered.
This Rac...
2020
2021
2022
2023
2024
2025
0.0
A simple gem that provides a client to Microsoft's Bing Search API Endpoint using HTTP GET
2020
2021
2022
2023
2024
2025
0.0
A Rails middleware for Levo.ai customers that captures HTTP requests and responses and sends them to Levo.ai for API security analysis
2020
2021
2022
2023
2024
2025
0.0
Twroute listens for Twitter updates and redirects them to HTTP post requests
2020
2021
2022
2023
2024
2025
0.0
extend berkshelf to support http authentication via netrc
2020
2021
2022
2023
2024
2025
0.0
Fetches HTTP responses as batch requests concurrently
2020
2021
2022
2023
2024
2025
0.0
A dirty-simple HTTP benchmarking application
2020
2021
2022
2023
2024
2025
0.0
This is a basic HTTP Live Streaming (HLS) server written in Ruby using the Rack interface. It serves MP3 audio files by converting them on-the-fly into HLS format (M3U8 playlist and MP3 segment files) using `ffmpeg`. Converted files are cached for subsequent requests.
This server is desig...
2020
2021
2022
2023
2024
2025
0.0
Crawlr is a modern Ruby web scraping framework built for respectful and efficient data extraction.
Features async HTTP requests, robots.txt compliance, cookie management, proxy rotation, flexible
CSS/XPath selectors, and comprehensive error handling. Designed for both simple scraping tasks
and co...
2020
2021
2022
2023
2024
2025
0.0
Shiboru provides a clean and intuitive way to handle filtering, ordering, and pagination in Ruby applications.
It automatically maps models to filter classes, parses HTTP parameters, and supports complex nested associations with various operators.
2020
2021
2022
2023
2024
2025
0.0
Writes log to db and log files (configurable destinations) according the context and exposes the log entries via http
2020
2021
2022
2023
2024
2025
0.0
beerdb-service gem - beer.db addon for web service (HTTP JSON API)
2020
2021
2022
2023
2024
2025
0.0
A Magic Pipe to send data in arbitrary formats to configurable backends, with topics. It features a modular design that allows to configure and extend how the payloads are fetched, serialized, encoded, submitted, and most importantly where: SQS, HTTPS endpoints, etc.
2020
2021
2022
2023
2024
2025
0.0
This gem provides a simple way to download report data from salesforce.com. It works well with any ruby applications, include such as Ruby on Rails.You can access salesfore.com using only your sales force login id (=email) and password. A security token is no need.
2020
2021
2022
2023
2024
2025
0.0
Wraps the Phone Your Rep API up with an idiomatic Ruby bow. Easily construct requests with block syntax and receive a response with http status, headers, raw body, and ActiveRecord-esque objects that make data-querying easy (using the lazy_record gem).
2020
2021
2022
2023
2024
2025
0.0
DO NOT USE YET!!! EXPERIMENTAL.
Unlike mocks and stubs, fake services are running processes that pretend to function as real ones would. This enables testing the software under test with more complete control of the surfaces it talks to (other services, faked). Beyond that, it makes application-...
2020
2021
2022
2023
2024
2025
0.0
Action Mailer Adapter for Send Email Through HTTP APIs.
2020
2021
2022
2023
2024
2025
0.0
Back in 2015 I was a guy automating things at my job and two scripts had a common need --
they both had to pass the same credentials to Jenkins (via query params, I guess).
That common tool with a single method was a Net::HTTP wrapper -- that's where the name from.
Then when the ...
2020
2021
2022
2023
2024
2025
0.0
Caches responses for requests that respond with "304 - Not Modified" and adds "if-modified-since" or "if-none-match" headers to future requests
2020
2021
2022
2023
2024
2025