Re: [Rails] Re: I have no idea what this means

2015-11-26 Thread Bayram Kuliyev
Eli, "Migrations are pending" means that you have created a migration file (in db/migrate folder) BUT a real database table has not been created yet. Simply creating a migration file does not create a database table. So you need to tell your rails application to create the table by entering 'bin/ra

[Rails] Re: I have no idea what this means

2015-11-25 Thread Jacob Br
Try typing in your console "rake db:migrate". -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk