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

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -