0.0
Your domain objects deserve better than plain old attributes. Level up your DDD game with powerful, configurable, and well-documented class attributes that actually know what they want in life!
2021
2022
2023
2024
2025
2026
0.0
Provides a Ruby module that can be extended by a class in order to provide class methods for defining attributes. Attributable automatically generates accessor, equality, hash and inspect methods.
2021
2022
2023
2024
2025
2026
0.0
Allow attribute-level read/write access control, per instance, of any ActiveModel class.
2021
2022
2023
2024
2025
2026
0.0
Provide a new macro like attr_accessor to make real read_only accessors to frozen dup of the attributs given in parameters
2021
2022
2023
2024
2025
2026
0.0
Attribute serialization and recall for multilingual model attributes.
2021
2022
2023
2024
2025
2026
0.0
Attributes marked with the attr_symbol method can be set using strings or symbols, but when accessed will always return symbols.
2021
2022
2023
2024
2025
2026
0.0
A plugin to manage attribute permissions on ActiveRecord more effectively
2021
2022
2023
2024
2025
2026
0.0
Atompark SMS API
2021
2022
2023
2024
2025
2026
0.0
Atypical Mass shared Compass toolkit
2021
2022
2023
2024
2025
2026
0.0
Fork of attachment_fu. It differs in following ways: 1. Can work with merb uploads 2. can create thumbnails on fly 3. goes with Mongrel handler, that autocreate thumbnails on demand 4. works only with file system (and does it better, than attachment_fu) 5. create only one row in table for ...
2021
2022
2023
2024
2025
2026
0.0
A database acessible via keys. Wrapped everything in a module. To create a database: KeyDB::DB.new('your database name'). Made attributes for all database keys. Database keys now creatable and accessible via: db.foo = 'bar'; db.foo. Cannot change keys through attributes, you must use change_key. ...
2021
2022
2023
2024
2025
2026
0.0
allow ActiveModel constructor parameters with attribute_reader attributes
2021
2022
2023
2024
2025
2026
0.0
Drag and drop attribute inspector. Nests model attributes as html 5 data attributes on any html element. The element becomes a draggable element. Drag elements to an inspector div to view its properties.
2021
2022
2023
2024
2025
2026
0.0
Allow you to add virtual type attributes in one single serialized ActiveRecord attribute
2021
2022
2023
2024
2025
2026
0.0
Attach callbacks to classes to be triggered for all instances or attach them
to an individual instance to be triggered only for this instance.
2021
2022
2023
2024
2025
2026
0.0
ype casting of attributes defined in superclass or realized through method_missing. Converts string attributes with parser object (object that respond_to? :parse) or attribute of any type with type-casting method (e.g. :to_i, :to_f).
2021
2022
2023
2024
2025
2026
0.0
Attributes for non-ActiveRecord models.
Smaller and simpler than Virtus, and adds dirty tracking.
Extends David Waller's original gem model_attribute with more types.
2021
2022
2023
2024
2025
2026
0.0
A Ruby utility that defines both class and instance accessors for class attributes. Creates private *_attr* and *_attr=* methods that can still be used if the public methods are overridden.
2021
2022
2023
2024
2025
2026
0.0
Enables using <code>casting_attr_accessor</code> to create typed non-persistent attributes.
2021
2022
2023
2024
2025
2026
0.0
Normatron is a Ruby On Rails plugin that perform attribute normalizations for ActiveRecord objects.
With it you can normalize attributes to the desired format before saving them in the database.
This gem inhibits the work of having to override attributes or create a specific method to...
2021
2022
2023
2024
2025
2026