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]. > 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.
