up vote 0 down vote favorite
share [g+] share [fb]

Are any alternatives to the Active Record in Rails?

link|improve this question
feedback

2 Answers

Yes it is possible but not very easy.

In rails 3 the ORM layer will be pluggable and thus plugging in another ORM layer will be easier.

link|improve this answer
feedback

Datamapper is the biggest alternative ORM but there are others.

I steer clear because when you use these you really end up on your own out on the bleeding edge and as yet I haven't a need that justified the risk.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown