Skip to content

History / How To: Create a guest user

Revisions

  • Changed :receive_guess to :receive_guest. Pretty sure that's a spelling error.

    @holgersindbaek holgersindbaek committed Sep 8, 2013
  • Lack of checking return value from save method. Caching of guest_user instead of fetching it every time.

    @RobinDaugherty RobinDaugherty committed Mar 8, 2013
  • Updated How To: Create a guest user (markdown)

    @alexesDev alexesDev committed Feb 17, 2013
  • Updated How To: Create a guest user (markdown)

    @alexesDev alexesDev committed Feb 17, 2013
  • saves session[:guest_user_id] on create_guest_user method, to avoid multiple user creations in same session

    @monovaldes monovaldes committed Jan 21, 2013
  • Added instruction to make method available to views

    @chrise86 chrise86 committed Dec 11, 2012
  • 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