Don't look at the rest of the error message, here is your problem: > uninitialized constant User::Authentication
I am pretty sure, during development you have mispelled User or authentication, and it only appears now when you want to run a migration on a fresh server. Use the grep tool to hunt it down in your code. -- Video tutorial training by screencasts at http://www.digiprof.fr -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

