0.0
The Ruby Array class is extended with some traversing methods and you will also be able to get and set the
individual array elements with indexes as of the indexes were attributes of an array.
2021
2022
2023
2024
2025
2026
0.0
Easily generate form fields and object information fields with labels.
2021
2022
2023
2024
2025
2026
0.0
Augment an ActiveRecord class by including one or moe additional ActiveRecord extension classes. The augmented class will inherit all attributes and methods, including those provided by ActiveRecord such as getters and setters, as local.
2021
2022
2023
2024
2025
2026
0.0
Provides a few methods to set up internal accessors for instance variables
2021
2022
2023
2024
2025
2026
0.0
You should totally be using Virtus instead of this
2021
2022
2023
2024
2025
2026
0.0
Simple parametable object creator with lazy loading options. Objects can be hashable and optionally convert all values to strings.
2021
2022
2023
2024
2025
2026
0.0
Auth Origin Control checks the origin of the request at app entry
2021
2022
2023
2024
2025
2026
0.0
acts_as_versioned is good. This allows an attribute level rollback instead
2021
2022
2023
2024
2025
2026
0.0
Logs of model changes, including nested attributes.
2021
2022
2023
2024
2025
2026
0.0
Crawl a site and check various health indicators, such as: HTTP 4XX, 5XX status, valid HTML/XML/JSON. Missing image alt attributes/missing HTML title/description.
2021
2022
2023
2024
2025
2026
0.0
Authist is a Ruby on Rails plugin that provides a simple way to add role-based authorization to your application.
It can easily be plugged into any user or group models in your application, and allows you to define a set of access types that roles can provide.
Roles and users' participation in th...
2021
2022
2023
2024
2025
2026
0.0
Enkrip will encrypt & decrypt Active Record attributes seamlessly with Message Encryptor. By default compatible with Active model validation
2021
2022
2023
2024
2025
2026
0.0
Override Ruby's method_missing? to dynamically add attr_accessible
2021
2022
2023
2024
2025
2026
0.0
The purpose of this library is to provide simpler ways for manipulating table and its contents in Google Docs.
This solve for the difficulty myself and a few others had when attempting to manage tables on Google Docs using the Google Docs V1 API.
2021
2022
2023
2024
2025
2026
0.0
Atlassian Crowd support for Authlogic
2021
2022
2023
2024
2025
2026
0.0
This is a simple reverse proxy for Rack. It is not meant for production systems (although it may work), as the webserver fronting your app is generally much better at this sort of thing.
2021
2022
2023
2024
2025
2026
0.0
Automatically create a has_one or belongs_to association the first time it is accessed. Also supports optional default attributes or block usage to customize the record creation.
2021
2022
2023
2024
2025
2026
0.0
Classes derived from Autostruct do not need to save the arguments
to `initialize` as instance variables or set up attribute readers.
2021
2022
2023
2024
2025
2026
0.0
I couldn't find an easy and convinient way to attach maps to DOM elements with leaflet. So I wrote this plugin which hopefully helps working with leaflet maps.
2021
2022
2023
2024
2025
2026
0.0
This gem looks at the schema for any validations that it can easily apply based on known db constraints and adds application level validations for them
2021
2022
2023
2024
2025
2026