Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
564 views

How would one implement this sort of gradual engagement/lazy registration in Rails?

A long time ago I ran into a website (I unfortunately lost the address, it was some kind of newspaper site) that allowed you to make use of everything as if you were a registered user. You could rate, ...
3
votes
5answers
2k views

Lazy Registration on the Web: Best Practices

I first encountered the concept of lazy registration the Ajax Patterns site, where they define it as accumulating "bits of information about the user as they interact, with formal registration ...
1
vote
1answer
253 views

Post-methods to integrate Lazy Registration with django-registration

I'm using the tutorial at this link to do my lazy-registration, and I'm trying to combine it with django-registration. The tutorial at the lazy-registration link simply needs to call one command to ...