RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek

Описание к видео RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek

RailsConf 2019 - ActiveRecord, the Repository Pattern, and You by Craig Buchek

_______________________________________________________________________________________________

Cloud 66 - Pain Free Rails Deployments
Cloud 66 for Rails acts like your in-house DevOps team to build, deploy and maintain your Rails applications on any cloud or server.

Get $100 Cloud 66 Free Credits with the code: RailsConf-19
($100 Cloud 66 Free Credits, for the new user only, valid till 31st December 2019)

Link to the website: https://cloud66.com/rails?utm_source=...
Link to sign up: https://app.cloud66.com/users/sign_in...
_______________________________________________________________________________________________

ActiveRecord is big. You just won't believe how vastly, hugely, mind-bogglingly big it is. It does a lot. Many would say it does too much. For me, the biggest issue is that it combines 2 distinct pieces of functionality — modeling the domain, and abstracting database access.

For years, I've dreamed of separating these 2, while still staying on Rails' golden path. I finally found a way to do that. The benefits are high: faster tests, simpler code, decoupling from the database, automatic schema migrations — without much downside. Let's take a look and see if it might be for you and your project.

Комментарии

Информация по комментариям в разработке