I try to deploy my app via capistrano ( I succeeded to deploy Redmine
2.0 compat. with DB, and another standard rails 2.0 app without DB)
my Intranet has been developped w rails 1.2.3, but I run a test to
check compatibility with rails 2.0.
I run locally a rake db:migrate without any problem...
I deployed it (cap deploy:setup then cap:deploy.. seems OK)
then I tried to run a cap deploy:migrate, and got an error..
try to search for MessageObserver in my project... nothing
* executing "cd /var/rails/aelmat.net/staging/intranet/releases/
20071211161916; rake RAILS_ENV=production db:migrate"
servers: ["www.aelmat.net"]
[www.aelmat.net] executing command
*** [err :: www.aelmat.net] rake aborted!
*** [err :: www.aelmat.net]
*** [err :: www.aelmat.net] uninitialized constant MessageObserver
I have a UserMailer & UserObserver but no Message model at all....
where it that coming from ?
thanks
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---