ruby on rails - Can I use a text file as my database in ROR? -
i use delimited text file (xml/csv etc) replacement database within ruby on rails. solutions?
(this class project requirement, rather use database if had choice.)
i'm fine serializing data , sending text file myself.
the best way take activemodel api , build methods parse files in appropriate ways.
here's presentation activemodel , activerelation builds custom model, should have lot of similar concepts (but different backend.) , blog post yehuda activemodel api
Comments
Post a Comment