I want to create the ability for a User to go to a form and put a first name and email address and send an invitation via email.

When the recipient clicks on the included link and registers, the Recipient and User are now "friends."

Is there a good tutorial to get me started on this?

link|improve this question

feedback

3 Answers

See this Railscast on beta invites.

link|improve this answer
1  
+1, thanks for reminding me of it! – makevoid Jan 4 '10 at 17:15
1  
thanks, yeah, I saw that, and used that before, debating whether that's exacdtly the way I want to go...it didn't seem to retain the friend "association"... – Angela Jan 4 '10 at 18:56
feedback

You can start with the email thing by using rails builtin mailer: ActionMailer

Here you are: ActionMailer guide.

link|improve this answer
feedback

Check acts_as_inevitable plugin.

link|improve this answer
ooh, that eems interestins – Angela Jan 4 '10 at 18:55
Hi, so I installed the plugin and checked the code...it's not that clear what I need to do to get it going, have you used this? – Angela Jan 5 '10 at 19:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.