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

biller_development.time_entries does't exist

I am trying to go through the ActiveRecord Basics and I don't get the time_entry to work, I have also copied the whole project from the project download and run rake db:migrate but still it does not function. It seems like time_entries have been changed to account_entries, I am not sure what to do. I get this error

Mysql2::Error: Table 'biller_development.time_entries' doesn't exist: SHOW FULL FIELDS FROM time_entries

Hey GG, it's saying it can't find a particular table. Can you run rake db:create first?

1 Answer

The databases already exist, I can make queries in the development database but not the TimeEntry thingy, just does not register.(Computer says no)