Get your own customer support community
 

My install is aborting with 4 more pending migrations. How do I proceed?

I have ran into the a problem migrating Calagator. In fact, I am trying on an Ubuntu server and a x64 Linux Server (hostmonster). I get to the same point on both, and rake aborts.

the error:

fivonez1@510atnight.com [~/etc/rails_apps/calagator]# rake db:migrate db:test:prepare
(in /home2/fivonez1/etc/rails_apps/calagator)
== CreateVersionedEvents: migrating ==========================================
rake aborted!
An error has occurred, this and all later migrations canceled:

undefined method `create_versioned_table' for #<class:0x7f27889766f0>

I am new to RoR, but I have been playing intense catchup over the last few days, and got ruby installed and running and all the gems needed installed. I have looked at the file: 20081011181519_create_versioned_events.rb, honestly though I do not know what I am looking at. I am unsure what the purpose of this call is, the only methods I have found is:
* create_table
* change_table
* drop_table
* add_column
* change_column
* rename_column
* remove_column
* add_index
* remove_index
what is the method " Event.create_versioned_table do |t|" do?

How do i proceed, it says i have for pending migrations.</class:0x7f27889766f0>
 
sad I’m frustrated
Inappropriate?
1 person has this question

User_default_medium