Displaying 1 result from an estimated 1 matches for "testauthapp".
2008 Sep 08
0
uninitialized constant error with restful authentication
...stuck on this:
1. $ ruby script/generate scaffold Role rolename:string
2.
/Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:492:in
`const_missing'': uninitialized constant User::Authentication (NameError)
3. from
/Users/naijaguy/Sites/rails_apps/testauthapp/app/models/user.rb:4
4. from
/Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in
`load_without_new_constant_marking''
5. from
/Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in
`load_file''
6....