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 Installing simple_form

James Loewen
James Loewen
1,161 Points

site breaks with simple_form

I'm trying to add in the simple form functionality, however, after install simple_form as per the video and entering in the new helper 'simple_form_for' I get an error: NoMethodError in Statuses#new Showing /Users/jamloe/treebook/project/testapp/app/views/statuses/_form.html.erb where line #1 raised:

undefined method `simple_form_for' for #<#<Class:0x007fff4438da60>:0x007fff43ceaa00>

1 Answer

Andre' Jones
Andre' Jones
26,671 Points

did you ever figure this out. Make sure u ran bundle install.
@s3nojA