Hi Justin With regards to OAuth and how it can be mixed with typical user accounts, I generally opt for the combination of devise and omniauth. There's a pair of Railscasts/ASCIIcasts that cover this quite well:
http://railscasts.com/episodes/235-omniauth-part-1 http://railscasts.com/episodes/236-omniauth-part-2 I personally opt for the ascii-versions: http://asciicasts.com/episodes/235-omniauth-part-1 http://asciicasts.com/episodes/236-omniauth-part-2 I recommend reading/watching through both completely before getting too carried away with implementing it. Cheers -- Pat On 27/05/2011, at 9:11 AM, Justin Urbanski wrote: > That's feedback x 2 for oAuth so yes I will look into it. It's exactly the > type of feedback I wanted. Thank you. > > As I'm new to oAuth can you have normal sign in and oAuth together? Is it > easy for someone with an existing account to change over? Any good examples I > can take a look at? > > In regards to purpose of site, do you mean some text on the sign up screen > explaining what you can do once you have signed up? > > Justin > > On 27/05/2011, at 12:14 PM, Leonard Garvey <[email protected]> wrote: > >> One thing I'll add is that the purpose of the site should be made a >> little more clear. >> >> You've got a decent call to action, but when I click that I'm not >> exactly sure what the site gives me. This will be more important if >> you integrate oath to fb/twitter etc (which I think you should). >> >> --len >> >> On May 27, 2:11 am, ben wiseley <[email protected]> wrote: >>> Gave it a whirl. Set up Seattle Gofer Inquisition club. Looks pretty good. >>> Didn't get any errors. >>> >>> My one suggestion (or maybe two) would be to make signup MUCH easier. oAuth >>> (fb/twitter/google/etc.). And make invitations similar - just have a link >>> that directs to a signup page that has oAuth or very basic un/pw >>> requirements. >>> >>> Cool features would be auto-import of courses - many of the iphone golf apps >>> do this. I believe their is a public DB of this info somewhere. Once the >>> app gets some traction you could then pit clubs against each other in a >>> social network type way (10 other clubs played this same course and did >>> better, etc.) >>> >>> -ben >>> >>> On Thu, May 26, 2011 at 2:24 AM, Justin Urbanski >>> <[email protected]>wrote: >>> >>> >>> >>> >>> >>> >>> >>>> Hi, >>> >>>> I've been lurking for a while. Been in software development for 15 years, >>>> the last 3 as a manager until now. I'm new to rails and web development but >>>> loving it. >>> >>>> I've just launchedhttp://www.mysocialgolfclub.com >>> >>>> I hope it's successful and would love your feedback, however it really is a >>>> precursor to my next big project. >>> >>>> Keep the good stuff coming. >>> >>>> Justin Urbanski >>>> [email protected] >>> >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "Ruby or Rails Oceania" 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/rails-oceania?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby or Rails Oceania" 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/rails-oceania?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" 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/rails-oceania?hl=en. > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
