0.0
Ruby interface for working with SendGrid's Web (HTTP) API. Read more at http://docs.sendgrid.com/documentation/api/web-api/.
2021
2022
2023
2024
2025
2026
0.0
Application to gather prometheus style metrics
# Usage
Install the gem into your gemfile
```gem prometheus-collector```
Install your gemset
```bundle install```
Consume the program.
```
require 'prometheus/collector'
class Guage < Prometheus::Collector::Extensions::Base
install
def...
2021
2022
2023
2024
2025
2026
0.0
Capistrano recipe for a deployment workflow based on git tags. This gem was originally created by Joshua Nichols and modified by Mario Visic at Sentia Australia.
2021
2022
2023
2024
2025
2026
0.0
A Seq is created with an array, and optionally a number of elements
to return, an offset to start at and a default item to return when
ended. Call #next to return the next item.
A Seq::Random will return randomly selected elements from the array.
A Seq::Lazy will lazily e...
2021
2022
2023
2024
2025
2026
0.0
Sequel plugin which add mass assign ability for one_to_many associations for model.
2021
2022
2023
2024
2025
2026
0.0
A ruby library that attempts to provide an intuitive API for operations on meta information about the Bible
2021
2022
2023
2024
2025
2026
0.0
Proc Error Handling allows you to specify a proc for
most of the database oriented operations. If an error
occurs, the klass and values are passed to the proc.
The proc may attempt to fix the error and retry, or
pass the error on up the chain.
2021
2022
2023
2024
2025
2026
0.0
Allows easy determination of which validation rules apply to a given column, at the expense of increased verbosity
2021
2022
2023
2024
2025
2026
0.0
Serialize Variants provides a way to specify serialize options at the model level and reuse those options
2021
2022
2023
2024
2025
2026
0.0
Turns any column into a serialized field, with getter and setter methods, as if it wasn't serialized at all.
2021
2022
2023
2024
2025
2026
0.0
Set an image's alt attribute to a blank string by default.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::Coder to transition serialized attributes from YAML to JSON.
2021
2022
2023
2024
2025
2026
0.0
Schedule Task – execute all tasks at the same time one after another
2021
2022
2023
2024
2025
2026
0.0
Serializes `has_many` relationships into a single column while still doing attributes, validations, callbacks, nested forms and fields_for. Easy NoSQL with ActiveRecord!
2021
2022
2023
2024
2025
2026
0.0
Simple gem for Ruby which extends Array class, and gave possibility to pick element from it at random, however with certain probability (probability is given for each element). Adds the get_rand function to array class, which take array of chances as arguments (for example [1,2,3].get_rand([3,4,5]))
2021
2022
2023
2024
2025
2026
0.0
A small gem, which allows the controllers to easily dump the current session at each request.
2021
2022
2023
2024
2025
2026
0.0
Utility for defining a path that, if the file exists, is deleted at the end of the block.
2021
2022
2023
2024
2025
2026
0.0
Uber simple Rails plugin giving a model a single attached photo per record.
2021
2022
2023
2024
2025
2026
0.0
A subclass of Set that attempts to merge overlapping or adjacent Range values.
2021
2022
2023
2024
2025
2026
0.0
This is an API wrapper for the SF Parks API at https://data.sfgov.org/api/views/z76i-7s65
2021
2022
2023
2024
2025
2026