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.

Nithin Kumar
5,383 PointsBuild a Simple Ruby on Rails Application - Help Needed
Between stage 3 - Building an authentication system and stage 4 - Customizing forms did some changes to the database by deleting the Name attribute as mentioned but now my content is not enabled.
If I go to localhost/statuses/new I get a button for new status but upon clicking the button the content does not show up and a status automatically gets created in the database.
What am I missing?
1 Answer

Shawn Miller
3,688 PointsI wish I could help you.... :( I'm having some trouble of my own on this tutorial a little past where you are....
Nithin Kumar
5,383 PointsNithin Kumar
5,383 PointsDid you face any problems when you deleted the fields from the database and inserted new...after that step my new status page does not give any text box to put status in..