Ruby on Rails Friday, October 4, 2013

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 i wanted to display page_title, like
"http://localhost:3000/books/book1/title_page1".

Let me know if anybody customised will_paginate gem? Please give me
example if you have done this.

Thanks
Akhil

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/343705127019247ac32a8a74630df398%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment