0.0
Store ActiveStorage attachments inside the database.
2021
2022
2023
2024
2025
2026
0.0
Converts \r\n characters to \n for attributes on ActiveModel-like entities.
2021
2022
2023
2024
2025
2026
0.0
ddtrace is Datadog’s tracing client for Ruby. It is used to trace requests
as they flow across web servers, databases and microservices so that developers
have great visiblity into bottlenecks and troublesome requests.
Find the original version at: https://github.com/DataDog/dd-trace-rb
2021
2022
2023
2024
2025
2026
0.0
SASS command line executable only supports compiling one file at a time. This is inefficient if compiling batches of SASS files. This is a simple wrapper that extends the executable in such a way that SASS need not be reinitialized on each compile
2021
2022
2023
2024
2025
2026
0.0
Most existing gems that address command execution provide a limited interface
or lack notable features. In contast, Exek seeks to provide comprehensive
support for all of a program's exec needs with one thoughtfully-designed
library.
Intended features:
- A "Command" class that encapsulates argv...
2021
2022
2023
2024
2025
2026
0.0
ruby_abc is a ruby C extension intended to allow the use of ABC from Ruby.
ABC is a system for sequential synthesis and verification, developped at the University of California, Berkeley.
ABC website: http://people.eecs.berkeley.edu/~alanmi/abc/
2021
2022
2023
2024
2025
2026
0.0
Stripper is a Ruby on Rails plugin that removes leading and trailing blanks from attribute values in your models.
2021
2022
2023
2024
2025
2026
0.0
The purpose of this gem is to prevent directly running the inherited
methods you choose to block at either the class or instance level, and
instead do one of two things: run an alternative block which may or may
not invoke the original method, or simply raise an error message.
...
2021
2022
2023
2024
2025
2026
0.0
Tools for working with DOIs in Hyrax including model attributes, minting, and fetching descriptive metadata.
2021
2022
2023
2024
2025
2026
0.0
It's convinient for you to quickly create, update or delete the records.
And it also supports accept_nested_attributes.
2021
2022
2023
2024
2025
2026
0.0
A simple alternative to acts_as_eav_model that works with ActiveRecord without any monkey patching needed. Acts_as_eav_model's gives a model the ability to have any number of custom attributes. This project has the same goal. The difference being maintaining utmost compatability with ActiveRec...
2021
2022
2023
2024
2025
2026
0.0
Updates records from the console via your preferred editor. You can update a record's columns as well as <i>any attribute</i> that has accessor methods. Records are edited via a temporary file and once saved, the records are updated. Records go through a filter before and after editing the file....
2021
2022
2023
2024
2025
2026
0.0
Aqueductron lets you create a path for data, then flow data through it, then find the results at the end. It encourages a functional style, avoiding mutable values. It uses iteratees to let the path change itself as the data passes.
2021
2022
2023
2024
2025
2026
0.0
A not-quite logger, with several storage methods. Records occurrences, provides a web app for viewing entries. Motivated by the need to record the actions of stubbed-out versions of adapters to third-party services, and for that record to be something other than a traditional logger. Web viewer i...
2021
2022
2023
2024
2025
2026
0.0
A RESTful wrapper to the RESTful-like API at http://camaras.valencia.es to access traffic CCTV information.
2021
2022
2023
2024
2025
2026
0.0
Apache Arrow is a cross-language development platform for in-memory
data. You can use Apache Arrow to process large data effectively in
Python and other languages such as R. Apache Arrow is the future of
data processing. Apache Arrow 1.0, the first major version, was
released at 2020-07-24. It's ...
2021
2022
2023
2024
2025
2026
0.0
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments. This is a fork to make it work how I want it to. Most of the work was done by the original authors
2021
2022
2023
2024
2025
2026
0.0
xmltv2html is a Ruby script that generates a static HTML page from the output of XMLTV. This is different from other XMLTV -> HTML programs in that the times are on the horizontal axis and the channels on the vertical axis. The HTML output can be modified using a CSS file. The prefered method...
2021
2022
2023
2024
2025
2026
0.0
Studio Game is a simple text-based, fully random game.
To install the gem, run `gem install pragma_studio_game-1.0.0.gem`.
To play, run `studio_game` and choose the number of rounds. The players will be loaded from the `bin/players.csv` file.
If you want to load your own players, pass the path ...
2021
2022
2023
2024
2025
2026
0.0
This gem allows you to store some text in a simple-key value format and fetch it whenever you need from your methods. Various classes may have different messages attached and apply different fetching logic. Messages also support interpolation and can be stored in separate YAML files.
2021
2022
2023
2024
2025
2026