In this article, Ryan Cook walks you through the process of creating an engine gem that you would use to create a database-backed team page displaying a list of employees. This process can be used for any engine gem you feel you need, and it can speed up development time and improve the reliability and maintainability of your code bases. Since Rails 3 was released, developers have been writing Rai

