Hey all, I want to filter /game/list by several different parameters. If I type in a url like /game/list/?category=5&players=2 category and players come in on the params hash. Is there a railsy way to generate such a url? I would like to be able to change the filter options individually without affecting the others. For example, to be able to easily change it to /game/list? category=3&players=2 without any string parsing. Or, if this is the wrong approach, how should I be sending filter options to my game controller? Thanks for your help! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---