Tnx 4 response
I think that I am in error with the procedure to upgrade to 2.0 from 1.7 !
I have the working vers in /var/www/tracks
I have downloaded the 2.0 zip vers, and I have unzipped in another folder named tracks20
I have copied the config file in the new installazion (cp /var/www/tracks/config/* /var/www/tracks20/config/)
then I have launched the db upgrade
cd /var/www/tracks20
rake db:migrate etc etc
Now I get the error !
I think you copied to much from the old /config. Only site.yml and database.yml needs to be copies (see upgrade instructions). I think you copied the old environment.rb which probably points to UJS.
I think you copied to much from the old /config. Only site.yml and database.yml needs to be copies (see upgrade instructions). I think you copied the old environment.rb which probably points to UJS.
Actually the manual says copy ALL of config, I ran into the same problem.