0.0
Remote-DCL is a Ruby script to execute a script at a remote server.
DCL calles in the script creates PNG images at the remote,
and send them to local and then display the images.
It avoid X connection between the local and the remote,
so could reduce execution time.
2021
2022
2023
2024
2025
2026
0.0
Live CMS powered by atomic assets.
2021
2022
2023
2024
2025
2026
0.0
Use Redis as a multi-process atomic cache to avoid thundering herds and long calculations
2021
2022
2023
2024
2025
2026
0.0
Simple bitmask attribute support for ActiveRecord. Forked from bruce/bitmask_attribute for Rails 2.3.11 support.
2021
2022
2023
2024
2025
2026
0.0
Turns a dot-accessible class attribute to an enum (a.k.a bytefield).
2021
2022
2023
2024
2025
2026
0.0
ActiveView Helper to present formatted ActiveModel attributes with icons.
2021
2022
2023
2024
2025
2026
0.0
Automatically convert Rails 3 attr_accessible to Rails 4 Strong Parameter
2021
2022
2023
2024
2025
2026
0.0
Molder is a handy command line tool for generating and running (in parallel, using a pool of processes with a configurable size) a set of related and yet
different commands. A YAML file defines both the attributes and the command
template, and Molder then merges the two with CLI arguments to giv...
2021
2022
2023
2024
2025
2026
0.0
Ruby module to have shared or distinct attributes among classes, sub-classes, instances and methods
2021
2022
2023
2024
2025
2026
0.0
chain attr methods
b.name("billy-bob").insane(true).gun_licence(nil);
get by calling with no args: b.name == "billy-bob"
2021
2022
2023
2024
2025
2026
0.0
Maps attribute values from one object to another. See the README on github for more information
2021
2022
2023
2024
2025
2026
0.0
Chloroplast provides a DSL for creating objects using a tabular format. The table’s headers become objects’ attribute names, and each row of the table defines one object’s attribute values.
2021
2022
2023
2024
2025
2026
0.0
If your model Item has both the description_fr and a description_en attributes, you can access your item's description in the current locale using 'item.description'.
2021
2022
2023
2024
2025
2026
0.0
Deactivatable provides methods and a default_scope to allow ActiveRecord objects to be deactivated instead of deleted.
This is useful if an object needs to be removed from general use, but it's data needs to be retained.
Additionally, Deactivatable provides the ability to specify depe...
2021
2022
2023
2024
2025
2026
0.0
This Ruby on Rails acts_as extension provides the capabilities for creating a nice url based on an attribute of the current object. You can set / unset the object id in front of the URL and choose the object attribute to use to generate the URL.
2021
2022
2023
2024
2025
2026
0.0
HTML sanitizer with configurable allow lists for tags and attributes. Strip dangerous elements like script, style, and iframe tags, remove event attributes, and safely render user-generated content.
2021
2022
2023
2024
2025
2026
0.0
This gem allows to replace any asset (image, CSS stylesheet, script, etc.) with a light-weight link to the same asset located at a remote storage (e.g. Amazon S3). The idea behind it is to reduce the size of the application deployment, especially when it is limited by a hosting service (e.g. max ...
2021
2022
2023
2024
2025
2026
0.0
To sanitize model instance attributes before database save into Rails. Iterates through model instance attributes and calls ActionController::Base.helpers.sanitize on each.
2021
2022
2023
2024
2025
2026
0.0
"Many languages provide a vast library of methods or functions for developers to use, whereas Ruby only provides basic (albeit powerful) building blocks. At best, this leads to more complex applications and time wasted writing code another developer has probably already written; at worst it resul...
2021
2022
2023
2024
2025
2026
0.0
Case sensitive for attributes
2021
2022
2023
2024
2025
2026