0.96
Ruby wrapper for the REST API at https://www.zendesk.com. Documentation at https://developer.zendesk.com.
2020
2021
2022
2023
2024
2025
1.19
Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/
2020
2021
2022
2023
2024
2025
0.45
StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
2020
2021
2022
2023
2024
2025
1.15
Inspired by TomDoc, KSS attempts to provide a methodology for writing
maintainable, documented CSS within a team. Specifically, KSS is a CSS
structure, documentation specification, and styleguide format.
This is a ruby library for parsing KSS documented CSS and generating
styleguides.
2020
2021
2022
2023
2024
2025
1.13
Adds support for creating state machines for attributes on ActiveModel
2020
2021
2022
2023
2024
2025
0.0
Really simple caching by attaching an expiration date to attributes. The ExpirationDate module adss two methods to a class -- expiring_attr and expiring_class_attr. These two methods are used to declare attributes in the instance and in the class, respectively, that will expire after some period...
2020
2021
2022
2023
2024
2025
0.0
Value
Value is a library for defining immutable value objects in Ruby. A value
object is an object whose equality to other objects is determined by its
value, not its identity, think dates and amounts of money. A value object
should also be immutabl...
2020
2021
2022
2023
2024
2025
0.01
Define, enforce, and handle violations of validation rules for Chef node attributes. This gem provides the validation engine, and can be used outside of a convergence run; a cookbook (attribute-validator) is available to perform validation during a chef run, at compile or converge time.
2020
2021
2022
2023
2024
2025
0.04
Like `ActiveModel::Attributes` but less fluffy and more attribute-y.
2020
2021
2022
2023
2024
2025
0.0
AttributeDriven provides class methods to generate attribute-based equality-methods, initializer, and reader methods.
2020
2021
2022
2023
2024
2025
0.0
Ame
Ame provides a simple command-line interface API for Ruby¹. It can be used
to provide both simple interfaces like that of ‹rm›² and complex ones like
that of ‹git›³. It uses Ruby’s own classes, methods, and argument lists to
provide an interfac...
2020
2021
2022
2023
2024
2025
1.04
Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support
2020
2021
2022
2023
2024
2025
1.02
This library provides an authorization framework with a declarative DSL
With this library, you can write permission policies that are separate
from business logic.
This library is in production use at GitLab.com
2020
2021
2022
2023
2024
2025
0.98
Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main help...
2020
2021
2022
2023
2024
2025
0.0
Inventory
Inventory keeps track of the contents of your Ruby¹ projects. Such an
inventory can be used to load the project, create gem specifications and
gems, run unit tests, compile extensions, and verify that the project’s
content is what you think i...
2020
2021
2022
2023
2024
2025
0.01
atom-tools is an all-in-one Atom library. It parses and builds Atom (RFC 4287) entries and feeds, and manipulates Atom Publishing Protocol (RFC 5023) Collections.
It also comes with a set of commandline utilities for working with AtomPub Collections.
It is not the fastest Ruby Atom library, but...
2020
2021
2022
2023
2024
2025
0.95
Tire is a Ruby client for the Elasticsearch search engine/database.
It provides Ruby-like API for fluent communication with the Elasticsearch server
and blends with ActiveModel class for convenient usage in Rails applications.
It allows to delete and create indices, define mapping f...
2020
2021
2022
2023
2024
2025
0.0
Attribute Stats gives you insight into which attributes are actually used in your Rails models. Whether you're joining an existing project or have been using it for years, get quick info.
The stats help you find smells in your project:
Attributes which have never had data set (indicates a poten...
2020
2021
2022
2023
2024
2025
0.74
This library can be used as a module for `fog` or as standalone provider
to use the Atmos in applications.
2020
2021
2022
2023
2024
2025
0.94
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.