0.0
A strict replacement for attr_readonly in Rails.
2021
2022
2023
2024
2025
2026
0.0
I talked about ((<"Goodbye fat gem"|URL:https://rubykaigi.org/2020/presentations/ktou.html>)) at RubyKaigi Takeout 2020. Fat gem is a gem that includes pre-built binaries. Extension libraries can assume that users have build environment with Ruby 2.4 or later. So gems don't need to bundle pre-bui...
2021
2022
2023
2024
2025
2026
0.0
This little module (and attendant command line tool and rackup app)
exists for the purpose of providing rudimentary access control to a
website when the prospective users are both small in number, and very
busy. It circumvents schmucking around provisioning passwords by
generating a link which yo...
2021
2022
2023
2024
2025
2026
0.0
Ever found yourself trying to find the right way to use Ruby's CSV library? Confused about all those CSV.parse and CSV.open, and when to use each of them? The purpose of CsvObject gem is to create convenient interface to work with CSV files and data in Ruby. Whatever you have: string with filenam...
2021
2022
2023
2024
2025
2026
0.0
== Install sudo gem install quietbacktrace == Usage Quiet Backtrace works by adding new attributes to Test::Unit::TestCase. By default, their values are: self.quiet_backtrace = true self.backtrace_silencers = [:test_unit, :gem_root, :e1] self.backtrace_filters = [:method_name]
2021
2022
2023
2024
2025
2026
0.0
This is a fork of Zach Holman's amazing boom. Explanation for
the fork follows Zach's intro to boom:
God it's about every day where I think to myself, gadzooks,
I keep typing *REPETITIVE_BORING_TASK* over and over. Wouldn't it be great if
I had something like boom to store all these comm...
2021
2022
2023
2024
2025
2026
0.0
Often I want to evaluate what changed on an object after it has saved and has been transactionally committed. One use case is enqueuenig a background job when a specific attribute changed. Typically you should wait until after_commit to enqueue the job. This ensures that your workers will have...
2021
2022
2023
2024
2025
2026
0.0
# Noty
A bookmarks and snippets manager, stores bookmarks as YAML files and nippets as plain text, utilizes "Ag silver searcher" fast search to search your files when you need to open or copy a snippet, that makes its searching capabilities so enourmouse as it's inherited from AG.
Noty is smart...
2021
2022
2023
2024
2025
2026
0.0
Shrine plugin for generate Thumbhash from image attachments
2021
2022
2023
2024
2025
2026
0.0
A rack middleware for ratelimiting and tracking feature utilization
2021
2022
2023
2024
2025
2026
0.0
This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of 2018-01-01. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect ...
2021
2022
2023
2024
2025
2026
0.0
If you are stuck with a MySQL database where the naming is, well, unrailslike,
activerecord-mysql2-legacy-db-adapter offers a way to do the translation. It works at the driver level and doesn't
require you ro change the structure of the database. Also there are no database views which sho...
2021
2022
2023
2024
2025
2026
0.0
rack-deadline is a simple rack middleware that automatically
clears sessions that have been open too long (by default,
1 day).
This is designed for use with cookie stores to mitigate the
risk of session fixation, since it is impossible to invalidate
older sessions with a pure cookie-based approa...
2021
2022
2023
2024
2025
2026
0.0
# DnsChecker
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/dns_checker`. To experiment with that code, run `bin/console` for an interactive prompt.
## Installation
Add this l...
2021
2022
2023
2024
2025
2026
0.0
Weather Apps is a theme for Jekyll adapted from the Bootstrap based theme with the same name from the good folks at Bootstrap Themes
2021
2022
2023
2024
2025
2026
0.0
adamwiggins/pony + file attachment (without GAE) + TLS.
2021
2022
2023
2024
2025
2026
0.0
iyzipay api ruby client for subscriptions feature. You can sign up for an iyzico account at https://iyzico.com
2021
2022
2023
2024
2025
2026
0.0
Splittable solves the common problem of dividing monetary values where the sum of rounded installments doesn't equal the original total. It ensures precise financial calculations by truncating values to the specified precision and attributing any difference to the first installment. Perfect for e...
2021
2022
2023
2024
2025
2026
0.0
RandomJpg is a tool for easy downloading random images for use in scripts, application test data etc. It runs silently in the background feeding random images to a named pipe at a specified location, by default /tmp/random.jpg.
2021
2022
2023
2024
2025
2026
0.0
Statinization gem. Allows for creation of attributes for a class with a given type.
2021
2022
2023
2024
2025
2026