Weird SyntaxError Exception after upgrade to Rails 1.2.1

Hi,

I am developing an application using InstantRails 1.4.

Until now, the application have worked perfectly, but then I decided to
try and upgrade to Rails 1.2.1.

I did it with the freeze method:
rake rails:freeze:edge TAG=rel_1-2-1

And started the server. After that, I get the following error on my
front page (click on address to see screenshot):

http://www.thewebfactory.dk/error.gif

Apparently Rails (or Ruby) is now complaining about my <%= render
:partial => ‘shared/ad_box’ %>

Just for curiosity, I tried to change the single-quotes to
double-quotes, and then the error disappeared - but Rails then
complained about similar problems with single-quotes in other places in
my layout file.

What the h*ll’s happening? Is my rails totally broken? I haven’t tried
to reinstall InstantRails yet, but maybe I should…

  • Carsten

Try posting your question on refwell.com. You might get your answer
there
James

On Feb 2, 10:08 pm, Carsten G. [email protected]