Tag Archives: user management

Acts_as_Authenticated Plugin

Rails doesn’t come with a built-in login/user mechanism. Acts_as_authenticated is a Rails plugin you can use to get user functionality for free. It allows users to register and sign-up, and provides a means for you to restrict certain pages to users who are logged in only. The plugin is relatively simple to install, and easy to use. Continue reading

Posted in Development, Gems and Plugins | Tagged | 1 Comment