Hey guys, I'm new to Ruby and I've been playing around with making some webapps with it and I find it totally awesome. I just recently configured Authlogic to perform authentication within my app and next I would like to create a table that stores user profile information such as address, zip, phone, etc. and then later display some of that info in a table. Sort of like a social networking app.
I'm wondering whats the next step though. Should I create a separate Model/Controller and View for the profile? or Should I somehow add the profile tables and controller logic to the AuthLogic User model/controller.
And How do I display a datagrid? (sorry, .net user trying to convert) of all the other user profiles on a page... I'm just having a hard time trying to figure out how to display a table of all this relational data.... Any tips, links, tutorials, suggestions would be greatly appreciated....Thanks Yall.