When i tried to migrate my project from rails 3.0.6 to rails 3.2.rc2. I found a lot of changes.one change seems to be node.js as javascript runtime. whats the advantages on having node.js on it.By having node.js. is it possible to migrate the rails lower version to the latest one
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...