Walking through the Authlogic, BUT...

  1. If you are new to Rails, stay away from plugins untill you work through a couple of projects. Work through the http://guides.rails.info/getting_started.html

  2. Do a project wide search for current_user method or variable. Do you see it defined anywhere? You have a reference to it but it is not available to the Rails app at runtime.