
Philip Spencer
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
In a typical Rails CRUD app, you probably wouldn’t need a mutex/singleton pattern for most objects — database connections, mailers, and similar resources already have pooling and lifecycle management handled for you by Rails and its dependencies.