Categories
Category results are hidden when using a custom project result order
0.0
Simple monads without DRY dependencies
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Dry docker swarm stack definition
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
A framework for DRY RESTful APIs in Ruby on Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This is a prototype oriented to use OOP and a functional programming approach by providing a DSL to decouple code logic from coding itself while enforcing good practices and providing - Design patterns
- Inmutability
- Dry off
- Decouple aspects from code ( background, paralelization ).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
The gems enables you to use Fear::Option as optional type for Dry::Types
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
Like Active Record's validation feature, but for destroying models
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A parser which converts dry-struct schema into a readable hash for further
manipulation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Transform your ActiveRecord objects into Dry::Struct objects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.01
My SAKURA gem with various utilities. This is my swiss-army knife for Linux and Mac. See README.md for amazing examples, like:
richelp ubuntu # shows a richelp of my 'ubuntu' cheatsheet
richelp sakura synopsis # shows a richelp of my 'sakura' cheatsheet, grepping for 'synopsis'
ls | act # randomly scrambles the lines! Taken from cat/atc ;)
ps | rainbow # colors all lines differently
twice itunes - # lowers volume of iTunes... twice :)
10 echo Bart Simpson likes it DRY # tells you this 10 times. Very sarcastic script!
seq 100 | 1suN 7 # prints every 7th element of the list
zombies # prints processes that show zombies (plus funny options to kill them)
find . -size +300M | xargs mvto /tmp/bigfiles/ # moves big files to that directory
alias gp='never_as_root git pull' # only if u r not root it runs!
tellme-time # Tells you the time with Riccardo voice in Italian. Brilliant!
find-duplicates . # Tells you files with same size/MD5 in this directory
facter is_google_vm # Tells if it's a GCE Virtual Machine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A parser which converts dry-validation contract schema into a readable hash for further
manipulation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A custom generator for creating features as modules using the dry.rb gems. The module registers a
dry system provider, adds routes, view and migrations paths to the application configuration and registers the models
and services for dependency injection.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Generates a Dry::Struct object from Dry::Validation::Contract schemas to avoid repetition when
passing DTO's to your services.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Simple copy of [dry-monads](https://github.com/dry-rb/dry-monads) do monads, it implements only mixin for your service object and Success/Failure result object.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
An extension of the Dry family of gems (dry-rb.org).
This gem provides a base service class that leverages the dry-monads gem
to build composable service objects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Shortcuts for concise view models.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
An extension of the Dry family of gems (dry-rb.org).
This gem can generate valid payloads for contracts defined using the
dry-validation gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Simple DSL for reusing dry-schema in Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A set of Jets responders to dry up your application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.14
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity