#gems
-
1 min read ·
Use constants to specify the version of your gem
When developing gems or external libraries we frequently write the semantic versioning as a string.
-
4 min read ·
Do you use form objects in your Rails apps?
Introducing yaaf, a gem to ease the usage of the form object pattern in rails apps.