[Rails] Rails will_paginate friendly URL

2013-10-04 Thread Akhil K.
Hello, I have a model called book and this book will have many pages. For displaying the pages i have used will_paginate. It is working fine but i wanted to change the url. right now url is like http://localhost:3000/books/book1?page=4;. I have a title for each pages. So instead of page number

Re: [Rails] Rails will_paginate friendly URL

2013-10-04 Thread Walter Lee Davis
On Oct 4, 2013, at 6:18 AM, Akhil K. wrote: Hello, I have a model called book and this book will have many pages. For displaying the pages i have used will_paginate. It is working fine but i wanted to change the url. right now url is like http://localhost:3000/books/book1?page=4;. I have