Top "Schema.rb" questions

Rails: I update migration file then run db:migrate, but my schema isn't updating

I'm trying to add an extra field to one of my tables. I've added the field in the migration file (…

ruby-on-rails dbmigrate schema.rb
What is the preferred way to manage schema.rb in git?

I don't want to add schema.rb to .gitignore, because I want to be able to load a new database …

ruby-on-rails git workflow schema.rb
Viewing the contents of tables in schema.rb in rails

I'm sorry if this is a stupid question, but in my schema.rb I have several tables like create_table "…

ruby-on-rails ruby schema database-schema schema.rb
schema.rb messed up due to migrations in other branches

Currently I'm working with a huge rails application and multiple branches with each a new feature for this application. It …

ruby-on-rails rails-migrations schema.rb