I want to give users posibility to add content not being registered but show registration form above submit button on my content form . How to do that using Devise gem? Or maybe I should use some other gems for this functionality? Thanks.
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 ...