We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use `||=` idiom to create a guest user.
Had an extra 'end' (copy-paste error)
Added some (commented out) logging_in example code. Made logging_in private.
change generated email address to 'example.com' per RFC2606
Changed u.save(false) to u.save(:validate => false) for rails 3 compability
Updated How To: Create a guest user (markdown)
The first approach really has many bugs (for example ApplicationHelper should be used from the view), it's just wasting time for other people
Created How To: Create a guest user (markdown)