Hello, I reckon you want to keep things to a minimum when a user first registers. I guess it depends on your user base, you don't want to scare people away by asking for too much. You can easily associate a profile when the user creates an account and just let them fill in the blanks later.
I guess you know this anyway but rails 3 can use templates to give your app a quick start, as Francis mentioned. Have a google for some. Here are some other (untested) examples: https://github.com/jm/rails-templates https://github.com/fortuity/rails3-mongoid-devise Cheers, Ian On 7 January 2011 09:09, Francis Fish <[email protected]> wrote: > Tom Clements did a 'starter for 10 with authentication' gem for Rails > Rumble: > > https://github.com/seenmyfate/echo_base > > Reuse is usually through gems, or through creating a 'starter' project > that has all the things you usually use and forking from that (or just > picking that revision and starting from there, however you manage your > source code). > > Thanks and regards, > > Francis > > Follow me on twitter https://twitter.com/fjfish > Blog at http://www.francisfish.com > (you can also buy my books from there!) > CV http://www.pharmarketeer.com/francis.html > > Comfort the frightened, coach the clueless and teach the uninformed. Seth > Godin > > > > On Wed, Jan 5, 2011 at 2:33 PM, theCrab <[email protected]> wrote: > > I have an app am building and facing mountains due to my noobness > > I want to use:- > > > > 1. Devise to manage users/accounts > > 2. To eventually use Omniauth with/out the traditional registration > > form(Devise default) > > NOTE: I want to keep the above separate as I will re use them for > > other apps. > > > > > > When a User is created, i want them to have:- > > 1. Profile created and associated at the time the user is created so > > its a matter of updating it. > > 2. Or create the profile once he is logged_in > > > > > > > > What approach do you suggest? > > > > -- > > You received this message because you are subscribed to the Google Groups > "NWRUG" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<nwrug-members%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/nwrug-members?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "NWRUG" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nwrug-members%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nwrug-members?hl=en. > > -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
