issues
search
serradura
/
u-case
Represent use cases in a simple and powerful way while writing modular, expressive and sequentially logical code.
https://rubygems.org/gems/u-case
MIT License
527
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update CI
#133
tomascco
closed
1 year ago
0
respond_to? renamed into utils.rb to avoid overriding default one
#132
brunolarouche
closed
1 year ago
3
DRAFT: Plans for the next major version (v5)
#131
serradura
opened
2 years ago
0
Upgrade ruby version to 2.6.9
#130
haroldofurtado
closed
1 year ago
0
Ruby 3.1 compatibility
#129
rodrigomanhaes
closed
2 years ago
0
Replace Travis CI by Github Action
#128
serradura
closed
3 years ago
0
Add `#keys`, `#fetch` and `#fetch_values` to `Micro::Case::Result`
#127
tomascco
opened
3 years ago
0
[4.5.1] Avoid on unknown after matching on exception
#126
serradura
closed
3 years ago
0
[4.5.0] Require newer kind version
#125
serradura
closed
3 years ago
0
[4.4.0] Optimize micro/case/with_activemodel_validation
#124
serradura
closed
3 years ago
0
Change the dependency versions
#123
serradura
closed
3 years ago
0
fixing typo on README
#122
willdowglas
closed
3 years ago
0
Refactors #then to allow passing symbols as well
#121
tiagofsilva
closed
3 years ago
1
Fix tests to be Ruby 3.0.0 compatible
#120
mfbmina
closed
3 years ago
0
Test against ActiveRecord 6.1.0
#119
tomascco
closed
3 years ago
0
Micro::Case#then(:method_name)
#118
tiagofsilva
closed
3 years ago
1
QUESTION: Navigating a flow
#117
joshRpowell
closed
3 years ago
2
Fix the output when calling cases with a block
#116
serradura
closed
3 years ago
0
Expose Micro::Case.new
#115
serradura
closed
2 years ago
1
Add `Micro::Case.Try`
#114
MatheusRich
closed
2 years ago
1
[4.2.1] Fix the inspect methods output
#113
serradura
closed
4 years ago
0
[4.2.0] Add Micro::Case#transaction
#112
serradura
closed
4 years ago
0
Differ the inspect of instances from classes
#111
serradura
closed
4 years ago
0
Fix the inspect of Micro::Case with an inner flow
#110
serradura
closed
4 years ago
0
Update examples and benchmarks
#109
serradura
closed
4 years ago
0
Micro::Case#transaction
#108
serradura
closed
4 years ago
0
Add Micro::Case::Result::Wrapper#unknown
#107
serradura
closed
4 years ago
0
Allow DI in the static flow definition
#106
serradura
closed
4 years ago
0
Test the make it work, right, fast approach + validations
#105
serradura
closed
4 years ago
0
Test the make it work, right and fast approach
#104
serradura
closed
4 years ago
0
Ensure that the KDD is possible
#103
serradura
closed
4 years ago
0
Allow calling use cases or flows using blocks
#102
serradura
closed
4 years ago
0
Remove __result private method
#101
serradura
closed
4 years ago
0
Make Micro::Case.new a private class method
#100
serradura
closed
4 years ago
0
Refactor micro case
#99
serradura
closed
4 years ago
0
Allow calling a use case/flow inside of another use case
#98
serradura
closed
4 years ago
0
Remove the attributes diff extension
#97
serradura
closed
4 years ago
0
Fix inner flows when they are defined with an array
#96
serradura
closed
4 years ago
0
Update README (Ruby version badge and branch references)
#95
serradura
closed
4 years ago
0
Change Micro::Case::Utils resources that handle hashes
#94
serradura
closed
4 years ago
0
improve #inspect methods
#93
tomascco
closed
4 years ago
0
Class/Case with an inner flow has a strange behavior when it receives an array of cases
#92
serradura
closed
4 years ago
0
Improve the inspect output
#91
serradura
closed
4 years ago
0
Add new Micro::Case::Config (enable_attributes_accept = true)
#90
serradura
opened
4 years ago
0
Allow calling a case inside of another one
#89
serradura
closed
4 years ago
0
Micro::Case::Result#on - Enable pattern matching of result type and data for Ruby >= 2.2.0
#88
serradura
closed
2 years ago
1
Add `Micro::Case#Check`
#87
MatheusRich
closed
3 years ago
1
[4.0.0]
#86
serradura
closed
4 years ago
0
Add Micro::Case::Result#on_unknown hook
#85
tomascco
closed
4 years ago
0
Improve the benchmarks
#84
serradura
closed
4 years ago
0
Next