This works locally, but generates an error on heroku. controller/new, calling User.new: uninitialized constant User::Authentication
require 'digest/sha1' class User < ActiveRecord::Base include Authentication I'm using the latest version of r_a: http://github.com/technoweenie/restful-authentication/tree/master (commit 2d24dae056f4d2b68c69429ed4395cdd8b02efb2) Any ideas what could be causing this, and how to fix it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
