Undefined method `partial_updates='

Hello

When I try the command:
rake db:migrate
I get the following:

rello@calimero:~/Sites/music_library/config$ rake db:migrate
(in /home/rello/Sites/music_library)
rake aborted!
undefined method `partial_updates=’ for ActiveRecord::Base:Class

I googled with no results.
Anybody can help me?
Thankyou

Up

Solved

It was an issue of Rails Vers. 2.0.2.9216

I just removed and everything works again.

Bye

Silvio :

I have the same problem. What I do to solve this ?

Sorry for my poor english

On 5 May 2008, at 14:09, JoeKaisaka wrote:

Silvio :

I have the same problem. What I do to solve this ?

You need to remove the edge gem (the one that looks like rails
2.0.2.9216)

If you’re using Aptana, this is a problem that you may run into
frequently
as that ide adds gems.rubyonrails.org to your sources [without informing
so]. http://forums.aptana.com/viewtopic.php?p=20485 has more information
about this. Hope it helps.

RSL

On Mon, May 5, 2008 at 9:44 AM, Frederick C.
[email protected]

I am having this same error message but I am only running rails 2.0.2

Can anyone help?

Antony

On May 26, 11:15 pm, Antony E. [email protected] wrote:

I am having this same error message but I am only running rails 2.0.2

Check again; the tooth fairy didn’t stick that in your config. You had
rails 2.0.2.xxx installed at the point that you ran rails my_app.
Remove the app, remove the gem and start afresh.

Fred