Check out the routes documentation. If I understand your correctly,
you would need to add a route like
computers:
url: /computes/:page/*
the use link_to('Page 8','@computers?page=8&q=blah')
That should give you the link you need. Haven't looked up the info,
but that should point you in the rig
Hi again,
is there any possibility to add const suffix to all of links on my page?
For example i have link like this:
http://myapp/1,computers?q=search_text , where 1 means the first page
and.. while i'm using link_to in template to build links for change sort
order or order column or something