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
Rodrigo Medeiros
Courses Plus Student 2,952 PointsStrange failure at "Code Challenge: Controller Formats"
Right off the bat, when I load the page on the first part of the code challenge, I see this in the result box:
/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/definition.rb:15:in 'build': /apps/treehouse_code_challenges/Gemfile not found (Bundler::GemfileNotFound) from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler.rb:135:in 'definition' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler.rb:123:in 'load' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler.rb:107:in 'setup' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.4/lib/bundler/setup.rb:17:in `<top (required)>' from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in 'require' from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in 'require'
It still remais, even if I insert the proper line of code to pass the test, under the comment line:
respond_to :html, :json
I just don't know what's happening.
1 Answer
Tommy Morgan
Treehouse Guest TeacherHey Rodrigo Medeiros -
Try again if you would - looks like we had an issue with the code challenge engine, which should be fixed now :)
Rodrigo Medeiros
Courses Plus Student 2,952 PointsRodrigo Medeiros
Courses Plus Student 2,952 PointsThanks very much Tommy Morgan, I tried again now and it worked.