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...
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
BlueFactory is a Ruby library which helps you build a web service that hosts custom feeds a.k.a. feed generators
for the Bluesky social network. It implements a simple HTTP server based on Sinatra which provides the required
endpoints for the feed generator interface. You need to pro...
2021
2022
2023
2024
2025
2026
0.0
Writes log to db and log files (configurable destinations) according the context and exposes the log entries via http
2021
2022
2023
2024
2025
2026
0.0
Parses parametrized HTTP Authorization headers
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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).
2021
2022
2023
2024
2025
2026
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-...
2021
2022
2023
2024
2025
2026
0.0
Action Mailer Adapter for Send Email Through HTTP APIs.
2021
2022
2023
2024
2025
2026
0.0
An HTTP/2.0 parser in Ruby
2021
2022
2023
2024
2025
2026
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 ...
2021
2022
2023
2024
2025
2026
0.0
The Random Sources library provides genuine random numbers, generated by processes fundamentally governed by inherent uncertainty instead of some pseudo-random number algorithm. It uses http services from different online providers.
2021
2022
2023
2024
2025
2026
0.0
Wrapper for FitBark API: It provides simple methods to handle authorization and to execute HTTP calls.
2021
2022
2023
2024
2025
2026
0.0
A mountable Rails Engine for receiving HTTPS Push Notifications from watched Google Calendar Resources and adding messages to AWS Queues for consumption by production, staging, development and test environments
2021
2022
2023
2024
2025
2026
0.0
Artifice extension that allows you to let certain requests pass thru to use HTTP
2021
2022
2023
2024
2025
2026
0.0
A rack middleware library that allows for cookies to be passed through form parameters. Specifically, it merges the specified form parameters into the Cookie header of an http request. It gets around the problem of having a flash application which interacts with a web application that uses cookie...
2021
2022
2023
2024
2025
2026
0.0
With this project you will able to analyse your external resources status. You will be able to configure wich database connection to check or all the http urls
2021
2022
2023
2024
2025
2026
0.0
Provides wrapper functionality and authentication for REST and RPC HTTP requests to OpenSocial-compliant endpoints, along with validation of incoming signed makeRequest calls.
2021
2022
2023
2024
2025
2026
0.0
Libsoup bindings for ruby. Partial coverage sufficient to allow HTTP requests to be handled without blocking the mainloop.
e.g
require 'gtk2'
require 'soup'
message = Soup::Message.new("GET", "http://www.example.com/")
Soup::SessionAsync.new.queue(message) do |_sess,_mess|
puts "Got respons...
2021
2022
2023
2024
2025
2026