On Fri, Apr 9, 2010 at 8:34 PM, Ho-Sheng Hsiao <[email protected]> wrote: > > Right, so create the User first, then create a new SearchSubscription > that belongs to the user. You might be better off having the users > created independently, that is, not attached to the idea of > "dynamically generate the user whenever they want to do a search". But > rather, "Anonymous User wants to save a search, so they are redirected > to the signup screen.'
Thanks for your reply! Actually, forcing users to go through a registration process *before* they do anything else is what I'm trying to avoid, because it doesn't match with the users goals. Now I rewrote that part so the user is created first, then the searchSubscription is creeated, and everything is fine. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

