Should we include schema.rb while commiting to GIT? or should we ignore it? what is the right approach?
schema.rb
I don't commit this file to Git, because it create when I launch rake db:migrate.
rake db:migrate
If I will commit this file to Git, I cannot pull new changes from server after each db:migrate.
db:migrate