Shopify / measured-rails

Rails adapter for the measured gem. Encapsulate measurements and their units in Ruby and Rails.
MIT License
92 stars 13 forks source link

Stop validating presence #25

Closed O-kasso closed 7 years ago

O-kasso commented 7 years ago

Problems

Solution Instead of fixing, we're removing validation logic from the gem, relying on Rails to validating presence. This will also resolve our duplicate error issues.

Review Basically just deleted a bunch of code (and changed a test to now allow nil value since our models will be responsible for validating that).

O-kasso commented 7 years ago

@MalazAlamir @kmcphillips CR please?

O-kasso commented 7 years ago

@kmcphillips good point, I was a little too trigger happy. Better now?