Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Michael McLaughlin
Michael McLaughlin
14,033 Points

Rails missing data

So I came back after being on break and learning other web technologies to my rails server that I have been making with the rails videos. I know it is the same one because I did a whole bunch of changes to the layout with jason, but I am now missing all of my statuses. I ran rake db:migrate, but still nothing. any suggestions?

1 Answer

I would recommend checking the database manually which it is connected to with any kind of data base management app. If the changes are not made, I would delete the complete database, then rake db:create and rake db:migrate to fix it. But if the data is there and the new rows are inserted then check if there is some problem with the display of data in the layout.