Ruby Rails _without_ ActiveRecord

I am looking for any pointers on how to write a rails web application without ActiveRecord.

A document or an example of a (not too complicated) web application using storage databases other than a relational database would be greatly appreciated.

It is not clear what needs to be implemented in the model classes for the rails application to work without an ActiveRecord layer.

Thank,

+3
source share
2 answers

, Rails 3. Rails ORM -. API (ActiveModel) ORM , ORM ActiveRecord. , ORM - .

DataMapper ActiveModel dm-rails, .

. Yehuda Katz.

+2

Source: https://habr.com/ru/post/1737160/


All Articles