[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Need help configuring LoginGenerator

texasjusticar

1/6/2006 9:55:00 PM

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/Logi....

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.

2 Answers

J. Ryan Sobol

1/6/2006 10:10:00 PM

0

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

http://lists.rubyonrails.org/mailman/list...

~ 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/Logi....
>
> 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.
>
>



Belorion

1/6/2006 11:26:00 PM

0

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.


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

-Matt