Module: ActionController

Defined in:
lib/action_controller/authenticate_anonymous.rb,
lib/action_controller/authenticate_user.rb,
lib/rails_ext/action_controller/event_helper.rb

Overview

Auto-registers and re-authenticates anonymous users based on a single token that’s stored in the session. This is for anonymous posting of blog comments, editing wikipages etc. and allows to do such things as:

  • store user information in the user table (which keeps the model and db structure clean) and

  • allow users to (e.g.) edit their comment based on this anonymous login.

Defined Under Namespace

Modules: AuthenticateAnonymous, AuthenticateUser, EventHelper