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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -