I appear to have a circular issue in regards to Ruby on Rails migration procedure. I am following the introduction article and I have reached the point when I need to creat
One weird trick that you can use when your migrations are screwed (file deleted, manually renamed, etc.)
schema_migrations and browse its content. It should have a single column called version. This field is used by Rails to check whether migrations are up to date.