Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Netguru S.A.
10,461 Pointsrails has started up just the localhost:3000/todo_lists doesn't display it is saying i am missing helper files
it says it has migrated and everything else went according tot the video.
$ bin/rake db:migrate
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
[DEPRECATION] last_comment
is deprecated. Please use last_description
instead.
== 20160804130002 CreateTodoLists: migrating ==================================
-- create_table(:todo_lists)
-> 0.0073s
== 20160804130002 CreateTodoLists: migrated (0.0088s) =========================