norman / ambry

Ambry is a database and ORM replacement for (mostly) static models and small datasets. It provides ActiveModel compatibility, and flexible searching and storage.
http://rubydoc.info/github/norman/ambry/master/frames
MIT License
57 stars 3 forks source link

Usage of blank? #1

Closed esad closed 13 years ago

esad commented 13 years ago

Ambry uses blank? in few places, but has no activesupport dependency (only in development), which results in method missing exceptions. Should we add activesupport dependency or simply change few instances of blank? to nil? || empty??

norman commented 13 years ago

Ah, yeah that's a complete and total mistake on my part. I definitely don't intend to depend on AS, so it would be a good idea to make those changes.