I am implementing a betting system and each user has a balance , how can i find a rank of a user using activerecord methods? thanks for your help.
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 ...