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

Michell Ayala
7,433 PointsWhat back-end language and framework teamtreehouse does use?
I have looking around for a while and there are some weird things about the GET request in the site. For example, whena I am in the library and I try to filter the results the URL turns into something like this: http://teamtreehouse.com/library/topic:css I never have seen something like that, I was thinking on Python or Node.js but I do not know any way to process URLs like that.
2 Answers

Unsubscribed User
5,512 PointsI was always a little curious about this too. My first guesses would be Python and/or Ruby.

Dominic Nunes
1,048 PointsThey use Rails on the backend. Not sure which framework they're using on the frontend if any.
Michell Ayala
7,433 PointsMichell Ayala
7,433 PointsI have been searching a little, and I think that is Ruby, but I am not sure if they use RoR.