You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails is a "web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern."
Rails uses the Active Record pattern. To manage database connections, they implement quite advanced connection pooling.
General
Description
Rails is a "web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern."
Rails uses the Active Record pattern. To manage database connections, they implement quite advanced connection pooling.
Links
What makes it interesting
Related work
We already have an article about connection pools in Puppet, also in Ruby. The Rails' implementation appears quite a lot more advanced.
Other
N/A
The text was updated successfully, but these errors were encountered: