I have a message box using will_paginate. I have 6 messages showing in 3 pages, when i delete an item in page_3, it redirect_to page_1, how can i still be in page_3?!
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 ...