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

How to create Tag system in my form

I really like the tag system of Treehouse, for this reason I would like learn how to create something similar.

Jason Seifer

3 Answers

Here's a link to a Stack Overflow discussion on building a tagging system for your website with PHP and MySQL, though if you're a ruby guy, you could write the server side stuff in whichever language you prefer. The main thing this post provides is a entity relationship diagram for the database that might drive a simple tagging system.

– J.

Thanks a lot Jason Seifer and J.T. Gralka