Ruby Rails _without_ ActiveRecord
Posted
by devlearn
on Stack Overflow
See other posts from Stack Overflow
or by devlearn
Published on 2010-03-16T14:20:05Z
Indexed on
2010/03/16
14:46 UTC
Read the original article
Hit count: 283
Hello, I'm looking for any pointers on how to write a rails web app without ActiveRecord.
A doc or an example of a (not too complex) web app using storage backends other than a relational database would be greatly appreciated.
It's not clear on what should be implemented in the model classes in order to make the rails app work without the ActiveRecord layer.
Thanks,
© Stack Overflow or respective owner