Fixed. For any other idiots out there, this was simply a difference in the GEM authload behavior. I required 'authlogic' in my application.rb, and all is well.
Oren On Apr 21, 10:53 pm, Oren Teich <[email protected]> wrote: > Are there any pointers, or has anyone been successful in getting an > app using Authlogic to work? Heroku is one of the coolest deployment > options I've seen, and I'd love to figure out how I could use it! > > thanks, > Oren > > On Apr 20, 7:01 pm, Oren Teich <[email protected]> wrote: > > > I've install the gem OK via the .gems manifest. I can see that 2.0.9 > > is installed. However, when I try and run my app, it's giving me a > > nomethoderror on one of the built in functions: > > > NoMethodError (undefined method `valid_password?' for #<User: > > 0x2b30eff9e458>): > > /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/ > > active_record/attribute_methods.rb:255:in `method_missing' > > > > /home/slugs/11201_5e8d038_aeaa/mnt/.gems/gems/authlogic-2.0.9/lib/authlogic > > /session/password.rb:140:in `send' > > > > /home/slugs/11201_5e8d038_aeaa/mnt/.gems/gems/authlogic-2.0.9/lib/authlogic > > /session/password.rb:140:in `validate_by_password' > > /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/ > > active_support/callbacks.rb:178:in `send' > > > I'm not even sure how to go about debugging. It's working on my dev > > 2.2.2 machine with same version of gems, as well as on another > > hoster. > > > Any ideas on where to look? > > thanks, > > Oren --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
