Wes Gamble
2006-May-24 15:42 UTC
[Rails] Best authen. scheme to interface with an existing user table
All, I need to put authentication into my app, but I also need to integrate with a pre-existing user/password table. Can I use acts_as_authenticated or does that only work with a specific schema? I''m thinking I''ll just modify the authentication recipe in _Rails Recipes_ to meet my needs. Any other advice? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
Reasonably Related Threads
- Best way to organize non-controller logic???
- Best way to handle namespace collisions?
- text_field doesn''t call overridden ActiveRecord getters
- Best Practices: Splitting the "view model" from AR model
- Wrap error_messages_for() call when no instance var present