Rails Depot Application "Agile web development in rails" 2
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.
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?
Yep, :decimal datatype only works on edge rails or trunk.