https://github.com/mariorcardoso/value_objects
Rails app used to test some value objects while writing blog post
https://github.com/mariorcardoso/value_objects
ruby ruby-on-rails value-object
Last synced: 12 months ago
JSON representation
Rails app used to test some value objects while writing blog post
- Host: GitHub
- URL: https://github.com/mariorcardoso/value_objects
- Owner: mariorcardoso
- Created: 2017-06-06T18:01:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T15:46:22.000Z (about 8 years ago)
- Last Synced: 2025-01-03T18:12:51.857Z (about 1 year ago)
- Topics: ruby, ruby-on-rails, value-object
- Language: Ruby
- Homepage: https://revs.runtime-revolution.com/value-objects-in-ruby-on-rails-9df64bc8db34
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
In the context of this blog post https://revs.runtime-revolution.com/value-objects-in-ruby-on-rails-9df64bc8db34 I used this app to test some of the value objects present in the article.