LoginGenerator problem after updating to FC5 and latest Rail

People,

A simple Rails app that was previously working with LoginGenerator eg:

http://localhost/library/account/signup

is now giving:

Application error

Rails application failed to start properly

Other Rails apps are working OK that don’t use this LoginGenerator. I
have re-installed it with:

gem install login_generator

Anyone know what might be wrong/have changed?

Thanks,

Phil.

Philip R.

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:(0)411-185-652
Fax: +61:(0)2-8221-9599
E-mail: [email protected]

First thing is to check your log files.
There’s probably something in log/production.log that will tell you what
call failed.

– Wes