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 Building Social Features in Ruby on Rails Using AJAX Implementing AJAX: Part 2

Getting following error after implementing the ajax code "ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):"

I am working on this AJAX implementation code. After completing the code, when I am trying to test in the browser I am getting following error "ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):" Also my javascript code is not working. On click of Add Friend button, I am routing to the next page instead of remaining on that page.