0.0
allow ActiveModel constructor parameters with attribute_reader attributes
2021
2022
2023
2024
2025
2026
0.0
The middleware makes sure any request to specified paths would have been
preflighted if it was sent by a browser.
We don't want random websites to be able to execute actual GraphQL
operations from a user's browser unless our CORS policy supports it. It's
not good enough just to ensure that the b...
2021
2022
2023
2024
2025
2026
0.0
atp_scraper is a tool scraping tennis data from atpworldtour.com
2021
2022
2023
2024
2025
2026
0.0
S3 backend module for the Attach gem
2021
2022
2023
2024
2025
2026
0.0
Easily consume ATHENA resources by subclasses AthenaResource
2021
2022
2023
2024
2025
2026
0.0
Enhances search command by displaying results in an ascii table and providing options to search (--fields) and display (--columns) gemspec attributes. These options take any gemspec attribute and more than one when comma delimited. Gemspec attributes can be aliased by specifying the first unique ...
2021
2022
2023
2024
2025
2026
0.0
Allows you to set default values when setting attributes using attr_accessor or attr_reader.
2021
2022
2023
2024
2025
2026
0.0
Implements Law of Demeter by mapping associated record attributes as own attributes (one-way read-only). Consequently, speeds up SQL queries by removing joins queries between intermediary models, at the cost of slower writes. This is an anti-normalization pattern in favour of actual data-redundan...
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
0.0
Pick a random time subject to some constraints, and fork `at` with the remaining args.
2021
2022
2023
2024
2025
2026
0.0
Balsamique (pronounced "Balsami-QUEUE") is a Redis-backed Ruby library
which implements a job queue system. Balsamique jobs consist of
JSON-encoded args hashes, along with lists of tasks and their
successful outputs. Jobs can be enqueued to run at some time in the
future, and workers can also d...
2021
2022
2023
2024
2025
2026
0.0
- Adds `Object#attrs` method for querying nested attributes
- Adds `Array#where` to return a subset of elements matching a condition
- Adds `Array#find_by` to return the first element matching a condition
- Adds `Object#matches?` to check if an object matches a condition
- Adds `Hash#method_missi...
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
An extension of the active_attr gem, adding Arrays and Hashes as valid attribute types. Create plain old ruby models without reinventing the wheel.
2021
2022
2023
2024
2025
2026
0.0
Belphanior speech servant outputs speech to attached audio hardware using the 'espeak' command-line tool. To use,
* Create a "servant_config" file specifying the host IP and port using the following JSON:
{"ip":"127.0.0.1","port":3000}
* run bin/belphanior_speech_servant.
* C...
2021
2022
2023
2024
2025
2026
0.0
A simple gem to duplicate a model instance, including its 'has_many' assocaitions. Added capability to add ignorable_attributes and ignorable_associations via ignore_attributes_while_duplicating and ignore_associations_while_duplicating methods (available at the class level)
2021
2022
2023
2024
2025
2026
0.0
Adds :destroy_if option to accepts_nested_attributes_for, which is basically a stronger version of :reject_if that destroys existing records, too.
2021
2022
2023
2024
2025
2026
0.0
The attendable-plugin let's you invite members to a Group model and easily build rsvp actions
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
Track ATTR_updated_at and ATTR_updated_by
2021
2022
2023
2024
2025
2026