0.1
SchemaValidations extends ActiveRecord to automatically create validations by inspecting the database schema. This makes your models more DRY as you no longer need to duplicate NOT NULL, unique, numeric and varchar constraints on the model level.
2019
2020
2021
2022
2023
2024
0.02
SchemaAssociations extends ActiveRecord to automatically create associations by inspecting the database schema. This is more more DRY than the standard behavior, for which in addition to specifying the foreign key in the migration, you must also specify complementary associations in two model fi...
2019
2020
2021
2022
2023
2024
0.0
Dry::Types typedefs found to be generally useful. Replaces deprecated prolog-dry-types.
2019
2020
2021
2022
2023
2024
0.0
A parser which converts dry-struct schema into a readable hash for further
manipulation
2019
2020
2021
2022
2023
2024
0.03
Adds ActiveRecord-specific methods to Dry::Initializer
2019
2020
2021
2022
2023
2024
0.0
Dryad consul is the adapter for consul.
2019
2020
2021
2022
2023
2024
0.0
A gem to standardize our use of Dry-RB
2019
2020
2021
2022
2023
2024
0.0
Manage and deploy secrets (access keys, API tokens etc) in encrypted
files which can safely be committed to the code repository. To decrypt and
and use them, only one environment variable containing the corresponding key
is required.
While similar to ActiveSupport::EncryptedConfiguration, this l...
2019
2020
2021
2022
2023
2024
0.46
Keep a DRY history of your ActiveRecord models' changes
2019
2020
2021
2022
2023
2024
0.01
RSpec `have_attribute` matcher for dry-struct gem
2019
2020
2021
2022
2023
2024
0.0
Dessribe structure, validate and coerce values. Powered by dry-types and dry-struct
2019
2020
2021
2022
2023
2024
0.0
A set of Jets responders to dry up your application
2019
2020
2021
2022
2023
2024
0.0
A light attributes wrapper for dry-initializer. Forked from "https://github.com/goldstar/artisanal-model"
2019
2020
2021
2022
2023
2024
0.0
DRY your controllers and make your API more predictable by defining responders for different formats. E.g. Posting an invalid resource in HTML should render a form with errors, while in JSON you expect serialized errors.
2019
2020
2021
2022
2023
2024
0.07
A complete, standalone view rendering system that gives you everything you need to write well-factored view code
2019
2020
2021
2022
2023
2024
0.0
Use cluster for service discovery. Use round robin to process scheduling.
2019
2020
2021
2022
2023
2024
0.0
The Tuple type implementation for Dry::Types.
2019
2020
2021
2022
2023
2024
0.02
Pipeline operator for callable objects
2019
2020
2021
2022
2023
2024
0.0
Automatic JSON:API for dry_crud applications
2019
2020
2021
2022
2023
2024
0.03
Using Inherited Resources is an excellent way to reduce the amount of repetition in your controllers. But what about views? A lot of times resources share the same views, so why not DRY 'em up using Inherited Resources Views!
2019
2020
2021
2022
2023
2024