I'd like to now how to handle multiple markup languages (textile, markdown and bbcode) in a text area using ruby on rails 3.
The user would be able to select the markup language he/she wants to use, write in that language, and then the view would render the text using the markup language selected by the user.
I'm currently handling that storing a field for each text area, but I'm sure there are better ways and I'd love to hear your opinions and come up with a better way.