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

General Discussion

What 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

I was always a little curious about this too. My first guesses would be Python and/or Ruby.

I have been searching a little, and I think that is Ruby, but I am not sure if they use RoR.

They use Rails on the backend. Not sure which framework they're using on the frontend if any.