Rails model without database

Posted by FlipFlop on Stack Overflow See other posts from Stack Overflow or by FlipFlop
Published on 2008-11-24T23:18:57Z Indexed on 2010/04/27 14:03 UTC
Read the original article Hit count: 200

Filed under:
|
|

I want to create a Rails (2.1 and 2.2) model with ActiveRecord validations, but without a database table. What is the most widely used approach? I've found some plugins that claim to offer this functionality, but many of them don't appear to be widely used or maintained. What does the community recommend I do? Right now I am leaning toward coming up with my own solution based on this blog post.

© Stack Overflow or respective owner

Related posts about activerecord

Related posts about ruby