I would like to know how to implement a textfield for TAGS in ROR?
like the ones used in stack overflow, or at emails where you type a text and after you hit space it capsules it.
I would appreciate any gem or any info about the matter.
example1:

example2:

Thanks
Please have a look at chosen.
I.e. give the multi-select example a try.
Add the
"chzn-select"class to the multi-select requiring the tagging behavior.And in your javascript, invoke the chosen initialization method,
$(".chzn-select").chosen();