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 Build a Simple Ruby on Rails Application Customizing Forms Creating Relationships

Confused

Having an issue with saving the edit made to user. I click update status but that information doesn't get saved when I click edit again.

Also bootstrap has changed much since this tutorial that previous video's Simple Form's horizontal class doesn't work.

Help??

1 Answer

The Bootstrap problem is simple enough to fix. You can either download an older version of Bootsrap, or take a look at the documentation for the new version. Bootstrap is well-documented and full of examples, so it shouldn't be too hard to figure out how to achieve the same results in the latest version.

As for the first issue, could you post the relevant code here and write which version of Ruby and Rails you have? Run ruby -v and rails -v in the console to get that info.