0.0
Allows for scripts that look at different applications and notify you when something looks wrong
2021
2022
2023
2024
2025
2026
0.0
Contains a building class that assists with CRUD methods. Using OOP to wrap the Architecture POROS API at 'localhost:3000/api/buildings'
2021
2022
2023
2024
2025
2026
0.0
Command-line utility to perform queries on the gem index that are useful for detecting MITM attacks.
2021
2022
2023
2024
2025
2026
0.0
Custom renderer of the redcarpet to add loading attribute to <img>. "lazy", "auto", and "eager" are available.
2021
2022
2023
2024
2025
2026
0.0
Please visit the github repository at https://github.com/mark-ruddy/nasa_api for usage instructions
2021
2022
2023
2024
2025
2026
0.0
This library helps you page grouped-data when the grouped data can have different sizes.
It provides a builder that understands how to split pages in a fashion where each page tries to
conform to a maximum page size (greedy) but also ensures groups are not split up (atomic.)
2021
2022
2023
2024
2025
2026
0.0
Poetry Reader uses the Poetry Foundation website to help you look at poems.
2021
2022
2023
2024
2025
2026
0.0
Simple, tested library to parses as HTTP header string into individual header fields.
Works with single as well as multi-valued attributes. Based on the HTTP 1.1 Header
Field definition.
2021
2022
2023
2024
2025
2026
0.0
Adds is_blank to arel attribute.
2021
2022
2023
2024
2025
2026
0.0
this is a little chunck of code i use to dump Ruby objects to YAML with Hash
keys in a some-what consistent order.
i do this because i often find myself using YAML files as data storage and
this makes it a lot easier to compare versions with text-based diff toolspec.
this lib is horribly alpha ...
2021
2022
2023
2024
2025
2026
0.0
Adds support for displaying your ActiveRecord tables, named scopes, collections, or
plain arrays in a table view when working in rails console, shell, or email template.
Enumerable#to_table_display returns the printable strings; Object#pt calls #to_table_display on its
first argument and puts ou...
2021
2022
2023
2024
2025
2026
0.0
Simple views for AR model attributes tables and collection of AR models.
2021
2022
2023
2024
2025
2026
0.0
(Fork of go_api_client) This gem parses atom feed generated by the Go.CD server and provides an OO representation of the pipelines and stages.
2021
2022
2023
2024
2025
2026
0.0
Including Google Charts in your SSL-protected site causes warnings about 'Mixed Content' (particularly in Internet Explorer). This Rack middleware allows you to point those img tags at a local path instead of Google. The image is retreived by your server then delivered to your client over your ...
2021
2022
2023
2024
2025
2026
0.0
Monitor one or multiple servers at once and see stats in web UI
2021
2022
2023
2024
2025
2026
0.0
= Barcode
Creating barcodes (at the moment only Interleaved2of5).
== Usage
Create the barcode string and the barcode graphics data
i2o5 = Interleave2of5("01199")
code = i2o5.encode
barcode = i2o5.barcode
pdf = Prawn::Document.new
barcode.to_pdf(pdf)
When used with rails add...
2021
2022
2023
2024
2025
2026
0.0
`standard_assert` is a Standard Library-like library for assertions in Ruby. It is aimed at encouraging us to use assertion methods anywhere; Not only testing but also production.
2021
2022
2023
2024
2025
2026
0.0
Middleware that communicates impending shutdown to a load balancer via NACKing
(negative acking) health checks. Provided you have at least two load-balanced
instances, this allows you to shut down or restart an instance without dropping
any requests.
Your app needs to inform the middleware when...
2021
2022
2023
2024
2025
2026
0.0
advanced_subject attempts to cut out having to explicitly write the subject of your example group when trying to call methods or add arguments to methods. It works by reading the conventional description syntax to determine what the method you are calling is and later you state what you are passi...
2021
2022
2023
2024
2025
2026
0.0
Automatic tracing and metrics for Ruby applications. Get started at cloud.solarwinds.com
2021
2022
2023
2024
2025
2026