Ruby on Rails Monday, November 20, 2017

AdequateErrors gem aims to overcome limitations of ActiveModel#errors object by offering more fine-grained controls. These include:
  • more expressive where query
  • turn off message's attribute prefix.
  • lazy evaluation of messages
This gem redesigned the API, placing it in its own object, co-existing with existing Rails API. Thus nothing will break, allowing you to migrate the code one at a time.

Please visit the Github repo for more details ^_^

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/14a0615d-80e0-4b34-a1e3-d2ea2a91dab6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment