dallasrb / dallasrb-web

The Dallas Ruby Brigade Website
10 stars 14 forks source link

Association between User model and Profile Model #22

Closed manusajith closed 11 years ago

manusajith commented 11 years ago

Adding Association between User model and Profile model.

Also addressing an issue spotted earlier on: If a user changes his/he email at github, the email will be automatically updated on the website too.

mattr- commented 11 years ago

Looks fine to me! Thanks!

hkarthik commented 11 years ago

Looks like we had a regression with this commit. I can't log in locally any more.

mattr- commented 11 years ago

I can't login either, but that's due to an SSL certificate error.

hkarthik commented 11 years ago

Figured it out. We need to backfill all the user_id values on the profiles. I'll work on a migration to fix.