Rails 1.1 RC1 Troubles

Just updated my Rails version with ‘rake freeze_edge’. Now sadly,
nothing works.

The oracle connection adapter overrides the column name quoting in
ActiveRecord::Base and breaks MySQL saving anything. Got around that
commenting out the offending method.

Next issue, generate a new scaffold of a simple table. Creating a new
record fails because apparently Ruby is trying to parse and evaluate
the scaffold.css file.

I must be doing something horribly wrong. I’m rolling back to 1.0 at
the moment, but can anyone shine some light on this?

They can’t have an RC that breaks this much simple fuctionality. It
must be something I’m doing.

-Wilig

The attributes_with_quotes issue will be resolved by a patch on:

http://dev.rubyonrails.org/ticket/4457