0.0
simple-bot allows you to create bots and incorporate them into your Rails / Sinatra / Padrino application easily. It is a library that wraps around Mechanize, Nokogiri and many others. It provides simple API so you can start gathering content from other sites or use it as an automated tool for p...
2021
2022
2023
2024
2025
2026
0.01
slimScroll is a small (3.7KB) jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User ca...
2021
2022
2023
2024
2025
2026
0.01
Backtrace (Stack traces) are essential information for debugging our applications. However, they only tell us what the program did, but don't tell us what it had (the arguments, local variables...etc.). So it's very often that we'd need to visit each call site, rerun the program, and try to print...
2021
2022
2023
2024
2025
2026
0.12
This is a simple wrapper to make life with HAProxy a little more convenient. Acts as an init script for start, stop, reload, restart, etc. Leverages 'socket' to enable and disable servers on the fly. Formats server weight and backends in a readable way. Provides Nagios and Cloudkick health checks...
2021
2022
2023
2024
2025
2026
0.1
Barista provides simple, integrated support for CoffeeScript in Rack and Rails applications.
Much like Compass does for Sass, It also provides Frameworks (bundleable code which can be shared via Gems).
Lastly, it also provides a Rack Application (which can be used to server compiled code), a ar...
2021
2022
2023
2024
2025
2026
0.71
Fast, simple and easy to use JSON:API serialization library (also known as fast_jsonapi).
2021
2022
2023
2024
2025
2026
0.0
The telegram_support_bot gem provides Rails applications with an
easy-to-integrate Telegram bot, designed to enhance customer support services.
By leveraging this gem, developers can swiftly add a Telegram-based support desk to their
application, enabling direct communication between users and su...
2021
2022
2023
2024
2025
2026
0.48
A Ruby C extention that is used to control access to shared resources
across process boundaries with SysV semaphores.
2021
2022
2023
2024
2025
2026
0.03
A modular scale is a list of values that share the same relationship. These
values are often used to size type and create a sense of harmony in a design. Proportions within
modular scales are all around us from the spacing of the joints on our fingers to branches on
trees. These natural proportio...
2021
2022
2023
2024
2025
2026
0.0
# Rebase Migrations
Rebase Migrations is a library and command line tool to rebase Rails migrations
to have the latest timestamp.
## Installation
```console
$ bundle add rails-rebase-migrations --group=development,test
```
## Scenario
Two team members, Alice and Bob, are working on the same ...
2021
2022
2023
2024
2025
2026
0.0
Hacker News makes the public their data available in near real time.
> The v0 API is essentially a dump of our in-memory data structures. We know, what works great locally in memory isn't so hot over the network. Many of the awkward things are just the way HN works internally... It's...
2021
2022
2023
2024
2025
2026
0.0
Cross-origin resource sharing (CORS) is great; it allows your visitors to
asynchronously upload files to e.g. Filepicker or Amazon S3, without the
files having to round-trip through your web server. Unfortunately, giving
your users complete write access to your online storage also exposes you to
...
2021
2022
2023
2024
2025
2026
0.0
StatefulJobs is a Resque based library which allows you to integrate responsive background jobs in a very easy way. StatefulJobs wraps an ActiveRecord Model around a set of jobs and adds a polling mechanism to your frontend to get your users noticed about the state of their tasks.
Very u...
2021
2022
2023
2024
2025
2026
0.0
Bringing together the work of plamoni on the SiriProxy and pjnewman's iPhone Protocol Decoded (SamyGo forum), this plugin is intended to allow the use of Siri to control my Samsung LE40C650 and hopefully other Samsung smart TV's
2021
2022
2023
2024
2025
2026
0.0
The Cybersourcery Testing gem is designed for use with Rails projects, and supports feature/integration testing of the Cybersource Silent Order POST (SOP) service. It can be used with the Cybersourcery gem or as a stand-alone testing service. It uses a Sinatra proxy server and VCR, to avoid the n...
2021
2022
2023
2024
2025
2026
0.0
= xattr == DESCRIPTION Xattr provides the xattr (setxattr, getxattr, removexattr, listxattr) functions in a nice object-oriented wrapper. Ruby/DL is used so no compilation of modules is necessary. Extended attributes extend the basic attributes associated with files and directories in the file...
2021
2022
2023
2024
2025
2026
0.0
A new tftp library for clients and servers that supports RFCs 1350, 2347 and 2348 (ie. variable block sizes). It includes a sample client implementation, and a sample server implementation. The server is single-threaded and supports multiple simultaneous downloads.
2021
2022
2023
2024
2025
2026
0.0
This library is a Ruby reference implementation for dealing with consent strings in the IAB EU's GDPR Transparency and Consent Framework.
It should be used by anyone who receives or sends consent information like vendors that receive consent data from a partner, or consent management platforms th...
2021
2022
2023
2024
2025
2026
0.0
Authi is a Ruby gem designed to be used both in your client and server HTTP-based applications. It implements the authentication methods based on HMAC-SHA1 encryption algorithm and a pre-shared key.The gem will sign your requests on the client side and authenticate that signature on the server si...
2021
2022
2023
2024
2025
2026
0.0
Forked MailCatcher integrating simple and stupid CORS.
MailCatcher runs a super simple SMTP server which catches any
message sent to it to display in a web interface. Run
mailcatcher, set your favourite app to deliver to
smtp://127.0.0.1:1025 instead of your default SMTP serv...
2021
2022
2023
2024
2025
2026