0.0
Dessribe structure, validate and coerce values. Powered by dry-types and dry-struct
2018
2019
2020
2021
2022
2023
0.03
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...
2018
2019
2020
2021
2022
2023
0.0
kiki is a dead-simple module that you can include in your Models that provides convenient, DRY way of generating unique keys for your favorite K/V or NoSQL databases.
2018
2019
2020
2021
2022
2023
0.0
A way to run JavaScript based on Rails controller actions. This gives you the freedom to DRY up your JavaScript, or modularize code around REST resources, whatever you can think of!
2018
2019
2020
2021
2022
2023
0.01
Callee provides a standardized way to define callable classes with a strict params specification, based on dry-initializer
2018
2019
2020
2021
2022
2023
0.11
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.
2018
2019
2020
2021
2022
2023
0.0
An extension to hash to allow various transformations using simple DSL. Also has optional rails extension to dry up frequently applied transformations on controller params.
2018
2019
2020
2021
2022
2023
0.0
There are tons of books yelling about how you shouldn't repeat yourself, how you should keep it DRY(Don't Repeat Yourself).
Well, we tried hard to keep the code clean, but when it comes to blog we wrote, we seems quite ignorante to the DRY principle.
During the whole developement process, there...
2018
2019
2020
2021
2022
2023
0.0
ActiveService is a Rails extension that aims at creating reusable, transactional services in your application to make your code more DRY.
2018
2019
2020
2021
2022
2023
0.04
ActionParameter helps you move all your parameter's logic into it's own class. This way you'll keep your controllers dry and they would be easier to test.
2018
2019
2020
2021
2022
2023
0.0
Cushion your attributes. Return a static or dynamic default if your @variable isn’t defined. DRY off your code.
2018
2019
2020
2021
2022
2023
0.15
Use deep_pluck as a shortcut to select one or more attributes and include associated models without loading a bunch of records. And DRY up your code when using #as_json.
2018
2019
2020
2021
2022
2023
0.0
Use deep_pluck as a shortcut to select one or more attributes and include associated models without loading a bunch of records. And DRY up your code when using #as_json. Added a filter for graphql_rails_api gem
2018
2019
2020
2021
2022
2023
0.01
Edifice makes your Rails life easier. It's designed to simplify CSS & JS integration in your Rails app by following the principle of DRY, less obtrusive markup. Stop writing unnecessary javascript boilerplate, stop wasting time namespacing view CSS and start enjoying rails again..
2018
2019
2020
2021
2022
2023
0.0
Binder allows you to evaluate a proc in a closure other than the one in which it was created. It also includes a method :bind to DRY up code for anyone creating a domain specific language.
2018
2019
2020
2021
2022
2023
0.95
A series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!
2018
2019
2020
2021
2022
2023
0.16
A series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!
2018
2019
2020
2021
2022
2023
0.0
A lightweight Object-Relational Mapping (ORM) library for Ruby. Allows you to keep code DRY and easily perform database operations in an object-oriented manner.
2018
2019
2020
2021
2022
2023
0.0
A controller DSL for Rails that allows you to easily and quickly define both singular and collection model resources that can be operated on within the controller.Attempts to DRY up most of the boilerplate code at the top of
each controller used to set up its state.
2018
2019
2020
2021
2022
2023
0.0
Adds a 'rake' method to Rack's Builder DSL, allowing you to execute
Rake tasks when configuring your Rack application. This helps to keep
your code DRY.
2018
2019
2020
2021
2022
2023