Rails Depot Application "Agile web development in rails" 2

Posted by Joel Jensen Mon, 18 Dec 2006 21:43:42 GMT

I am playing with the various applications in the new rails book. and came upon this issue.

rake db:migrate doesn't work

Solution ( from site root )

rake rails:freeze:edge
rake db:migrate

Yay! it works now.

Comments

Leave a comment

  1. John Murphy about 7 hours later:

    I had a problem with the migrate example on page 79, add_column doesn’t like :decimal data type. Was that what you were messing with?

  2. Joel Jensen 1 day later:

    Yep, :decimal datatype only works on edge rails or trunk.

Comments