0.0
Using itamae-default_attributes, recipes can load default attributes
2020
2021
2022
2023
2024
2025
0.0
= XML::Smart - A Ruby class for fast and simple XML access
Copyright (C) 2004-2012 Jürgen Mangler <juergen.mangler@univie.ac.at>
Ruby/XML/Smart is freely distributable according to the terms of the
GNU Lesser General Public License (see the file 'COPYING').
This program is distributed without ...
2020
2021
2022
2023
2024
2025
0.0
## Overview Privileged Access Manager (PAM) is a Google Cloud native, managed solution to secure, manage and audit privileged access while ensuring operational velocity and developer productivity. PAM enables just-in-time, time-bound, approval-based access elevations, and auditing of privileged a...
2020
2021
2022
2023
2024
2025
0.0
Make attr_accessible and attr_protected throw exceptions in non-production mode, yo.
2020
2021
2022
2023
2024
2025
0.04
Argus is a Ruby interface to a Parrot AR Drone quadcopter.Argus is extremely experimental at this point. Use at your own risk.
2020
2021
2022
2023
2024
2025
0.04
A Resque plugin. If you want to be able to add metadata for a job
to track anything you want, extend it with this module.
For example:
require 'resque-meta'
class MyJob
extend Resque::Plugins::Meta
def self.perform(meta_id, *args)
heavy_lifting
end
end
...
2020
2021
2022
2023
2024
2025
0.04
Argus is a Ruby interface to a Parrot AR Drone quadcopter.Argus is extremely experimental at this point. Use at your own risk.
2020
2021
2022
2023
2024
2025
0.04
Attributes for Plain Old Ruby Objects
2020
2021
2022
2023
2024
2025
0.16
Heavily inspired by DDH's ActiveRecord::Enum, this little library is there to help you cut down the cruft in your models and make the world a happier place at the same time.
2020
2021
2022
2023
2024
2025
0.16
Vagrant plugin to resize VirtualBox disks at creation time
2020
2021
2022
2023
2024
2025
0.03
= Cirron
Cirron measures a piece of Ruby code and reports back several performance counters:
CPU instruction count, branch misses, page faults and time spent measuring.
It uses the Linux perf events interface or @ibireme's KPC demo[https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d...
2020
2021
2022
2023
2024
2025
0.03
Attribute structures
2020
2021
2022
2023
2024
2025
0.03
Provides two class methods on ActiveController::Base that filter the params hash for that controller's actions. You can think of them as the controller analog of attr_protected and attr_accessible.
2020
2021
2022
2023
2024
2025
0.03
Add RateLimit headers for Rack::Attack throttling
2020
2021
2022
2023
2024
2025
0.03
Ruby wrapper for the e-conomic SOAP API, that aims at making working with the API bearable.
E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk...
2020
2021
2022
2023
2024
2025
0.03
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/lonely_job'
class StrictlySerialJob
extend Resque::Plugins::LonelyJob
@queue = :serial_work
def self.perform
# only one at a time in this block, no pa...
2020
2021
2022
2023
2024
2025
0.03
activejob-locking lets you control how ActiveJobs are enqueued and performed:
Allow only one job to be enqueued at a time (based on a lock_id)
Allow only one job to be performed at a time (also based on a lock_id)
2020
2021
2022
2023
2024
2025
0.03
Adds a way to define behaviors and contracts betweet your code at compile-time instead of at run-time, so you can be sure your code adheres to a certain behavior before it hits production.
2020
2021
2022
2023
2024
2025
0.03
Ruby/ATK is a Ruby binding of ATK-1.0.x.
2020
2021
2022
2023
2024
2025
0.03
Atmos provides a terraform scaffold for creating cloud system architectures
2020
2021
2022
2023
2024
2025