I\'m currently trying to validate fields without having an ActiveRecord::Base inheritance.
ActiveRecord::Base
My model stores the data on a cache server so I do not need A
Check out our Veto gem instead if you're looking for a standalone validations for ruby objects. It's lightweight, and has no dependencies.. ActiveModel might be overkill.