Skip to content

History / How To: Create a guest user

Revisions

  • Use `||=` idiom to create a guest user.

    hollowspace committed Oct 22, 2012
  • Had an extra 'end' (copy-paste error)

    mbrookes committed Jun 8, 2012
  • Added some (commented out) logging_in example code. Made logging_in private.

    mbrookes committed Jun 8, 2012
  • change generated email address to 'example.com' per RFC2606

    mbrookes committed Jun 8, 2012
  • Changed u.save(false) to u.save(:validate => false) for rails 3 compability

    @mjansing mjansing committed Apr 1, 2012
  • Updated How To: Create a guest user (markdown)

    @richardkmichael richardkmichael committed Dec 21, 2011
  • Updated How To: Create a guest user (markdown)

    @richardkmichael richardkmichael committed Dec 21, 2011
  • The first approach really has many bugs (for example ApplicationHelper should be used from the view), it's just wasting time for other people

    @xiphias xiphias committed Aug 16, 2011
  • Updated How To: Create a guest user (markdown)

    @kingsleyh kingsleyh committed Aug 10, 2011
  • Updated How To: Create a guest user (markdown)

    @kingsleyh kingsleyh committed Aug 10, 2011
  • Updated How To: Create a guest user (markdown)

    @kingsleyh kingsleyh committed Aug 10, 2011
  • Created How To: Create a guest user (markdown)

    @rdpoor rdpoor committed Apr 14, 2011