Need help configuring LoginGenerator

I'm new to Rails and I'm trying to get user login working on my app.

I'm running Ruby 1.8.2 on OSX 10.4 with Rails 1.0

I've installed the most recent LoginGenerator(1.1.0) and followed the
instructions in README_LOGIN as well as referencing any additional
information at http://wiki.rubyonrails.com/rails/pages/LoginGenerator.

The error message I'm stuck at is :

undefined method `LoginSystem' for ApplicationController:Class when
trying to access http://localhost:3000/player/signup where player is
the name of the login controller.

Any help to either solve this or point me in the right direction would
be most appreciated.

The Rails mailing list is better suited to answer question about Rails plugins.

http://lists.rubyonrails.org/mailman/listinfo/rails

~ ryan ~

···

On Jan 6, 2006, at 4:58 PM, texasjusticar@gmail.com wrote:

I'm new to Rails and I'm trying to get user login working on my app.

I'm running Ruby 1.8.2 on OSX 10.4 with Rails 1.0

I've installed the most recent LoginGenerator(1.1.0) and followed the
instructions in README_LOGIN as well as referencing any additional
information at http://wiki.rubyonrails.com/rails/pages/LoginGenerator\.

The error message I'm stuck at is :

undefined method `LoginSystem' for ApplicationController:Class when
trying to access http://localhost:3000/player/signup where player is
the name of the login controller.

Any help to either solve this or point me in the right direction would
be most appreciated.

Be sure you also follow the instructions at
http://wiki.rubyonrails.com/rails/pages/README_LOGIN (which is linked to
from the "Documentation" section on
http://wiki.rubyonrails.com/rails/pages/LoginGenerator\).

-Matt

···

On 1/6/06, texasjusticar@gmail.com <texasjusticar@gmail.com> wrote:

undefined method `LoginSystem' for ApplicationController:Class when
trying to access http://localhost:3000/player/signup where player is
the name of the login controller.

Any help to either solve this or point me in the right direction would
be most appreciated.