On Fri, Jan 24, 2014 at 4:00 AM, Jordon Bedwell <envyge...@gmail.com> wrote:
> On Thu, Jan 23, 2014 at 7:34 PM, Bizt <martyn....@gmail.com> wrote:
>> In the book it demonstrates very well how to sign users up, validate, etc.
>> Usually in my PHP apps I have a process of allowing the user to signup, then
>> they are sent a link to confirm their email address, then (from that link in
>> the email) they can activate their account. In the backend, I use two tables
>> - user_pending (for users who have signed up, but not yet activated their
>> account), and user (for activated users). I decided a while back that I
>> would use two tables as I didn't want the user table to get bogged down with
>> users who never activate their account. Perhaps this is not too important,
>> and I'm giving myself more work.
>
> I agree with Fredrick that this is a very premature optimization,

I must apologize, I misspelled Frederick's name.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQnxPE2f5zGqZFCV8K56%3D6GRwuiM8ZHjiLyjSuP5KCSZOvA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to