Rearmed Gem Released! - Includes Rails 4+ 'or' method
I just released my gem Rearmed. It is a collection of methods and monkey patches for Objects, Strings, Enumerables, Arrays, Hash, Dates, & Rails. One notable monkey patch it includes is an “or” method for Rails 4+. What makes this library different then other monkey patching libraries is that it uses opt-in monkey patching because you really shouldn’t be using methods you don’t know about anyways. https://github.com/westonganger/rearmed-rb
Post a comment