0.0
An encapsulation of a convention I have been using
with the slop, nenv, inifile and configatron gems for quick and dirty
development of
command-line based utility programs. Slop parses ARGV; Nenv parses ENV;
inifile parses INI; Configatron keeps it all together. YAML a...
2020
2021
2022
2023
2024
2025
0.0
This gem is a ruby wrapper that similifies the parsing CommonHack JSON. More informatino about CommonHack can be found at http://commonhack.org
2020
2021
2022
2023
2024
2025
0.0
The scripts in this package are designed to be used in conjunction with the
pwnedkeys.com compromised keys database. They include:
* `pwnedkeys-prove-pwned`, which generates a signed attestation of
compromise suitable for being served by the pwnedkeys.com V1 API.
* `pwnedkeys-query`, which t...
2020
2021
2022
2023
2024
2025
0.0
They are some performance critical pieces of code that will be executed on huge data sets, which we want to make sure will run fast enough. Unfortunately, enforcing this is not easy, often requiring large scale and slow benchmarks. This rspec library (the result of an experiment to learn machine ...
2020
2021
2022
2023
2024
2025
0.0
Gem that plugs into Ruby on Rails that gives you a way to add a callback to the ActiveRecord callback chain that will be executed right after the record's timestamp columns are set, but before the record is actually saved to the database. This is useful if you want to do something with the timest...
2020
2021
2022
2023
2024
2025
0.0
Provides clean exception formatting as a string, which resembles native output formats for back-traces that kill the interpreter. Whilst there are shorter, simpler ways to format ruby exceptions, this format is almost as short, but provides the format that young ruby programmers will be familiar ...
2020
2021
2022
2023
2024
2025
0.0
A password validator for Rails 3+ apps. Ensures that your users don't use passwords included in the top 10,000 worst passwords to protect their accounts from brute force attacks.
2020
2021
2022
2023
2024
2025
0.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
2020
2021
2022
2023
2024
2025
0.0
Adds *_formatted and *_formatted= methods to all rails model's date attributes
2020
2021
2022
2023
2024
2025
0.0
Adds model translations allow you to translate your models' attributes
2020
2021
2022
2023
2024
2025
0.0
The library uses gmail_xoauth, mail and monkey-patched
ruby imap library to support gmail oauth extensions
such as X-GM-THRID. Supports fetching uids, emails,
threaded emails, attachments and much more.
2020
2021
2022
2023
2024
2025
0.0
CommandModel - when update_attributes isn't enough.
2020
2021
2022
2023
2024
2025
0.0
Superclasses the "columns" method of ActiveRecords Attribute class and dynamically removes your chosen column(s).
2020
2021
2022
2023
2024
2025
0.0
Miscellaneous methods that may or may not be useful.
sh:: Safely pass untrusted parameters to sh scripts. Raise an exception if the
script returns a non-zero value.
fork_and_check:: Run a block in a forked process and raise an exception if the
process returns a non-zero value.
do_and_exit, do_...
2020
2021
2022
2023
2024
2025
0.0
minitest-macruby provides extensions to minitest for macruby UI
testing. It provides a framework to test GUI apps in a live instance.
Documentation and examples are light at the moment as I've just thrown
this together. Suggestions for extensions are very welcome!
Currently it provides the follo...
2020
2021
2022
2023
2024
2025
0.0
A mechanism to mark Sidekiq Jobs to be disposed of by Job ID, Batch ID, or Job Class.
Disposal here means to either `:kill` the Job (send to the Dead queue) or `:discard` it (throw it away), at the time the job is picked up and processed by Sidekiq.
2020
2021
2022
2023
2024
2025
0.0
This Ruby lib aims at converting JSON files composed of arrays of objects (all following the same schema) into CSV files where one line equals one object.
2020
2021
2022
2023
2024
2025
0.0
An effort to emulate pattern matching at a method argument level
2020
2021
2022
2023
2024
2025
0.0
This is a simple gem that read and extract current asset of stocks in Thailand from www.set.or.th. This gem is a part of Software Specification and Design course 01219243 at Kasetsart University
2020
2021
2022
2023
2024
2025
0.0
Create utility methods to access an attribute as a list but store it as a comma-separated string
2020
2021
2022
2023
2024
2025