Skip to main content

Diigo Home

Basic User Authentication in Rails | aidanf.net - The Diigo Meta page

www.aidanf.net/s_user_authentication_tutorial - Cached - Annotated View

Joel Liu's personal annotations on this page

joel
Joel bookmarked on 2006-07-20 authentication rails ruby
  • The rails way seems to be to put as much logic as possible into the models. To think of it another way, you should be able to run your application through all its important processes by calling methods on model objects at the console. More concretely core logic such as authentication and sending a new password should be in the model, not the controller.

This link has been bookmarked by 44 people . It was first bookmarked on 06 Jun 2006, by Alex Ilyin.