I've been playing around with merb-auth (and SaltedUser, and I'm
trying to get it to work with Activerecord (since I'm using Jruby),
but thus far, even with the provided mixin, it hasn't been working
well at all.

Whenever I attempt to add a user to the database, it fails with
"undefined method 'generated_methods' for nil:NilClass" when it tries
to save the attributes, which makes it seem like the class is being
lost somewhere. However, I have no idea why it would be doing that: I
have a user model named User, I've got a migration that adds the
appropriate table to the DB (and I'm pretty sure it has all the
columns I need), and I've included the SaltedUser Mixin.

Any idea what I could be doing wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to