Tag Archives: extending plugins/gems

Extending Acts_as_Authenticated

acts_as_authenticated is a pretty sweet plugin for managing users. But extending it proves to be a bit of a challenge. In this article, we discuss two approaches: adding methods and fields to the existing User class, and subclassing User. Subclassing separates the code from the core User code. We use single table inheritance to achieve this lofty goal. Continue reading

Posted in Development, Gems and Plugins | Tagged , | Comments Off