Ruby on Rails
Friday, March 18, 2016
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/5aa4b136-2d75-4808-83e5-b61bdb438bcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
Hi all.. I am new to this group. I have a problem in my current project.. I am very new to rubyonrails.. Still under learning.. I am using the following gems
gem 'will_paginate-bootstrap'
inner_window and outer_window properties doesnot showing me any changes in my page.. I have tried like,
my views,
<%= will_paginate @issue, page_links: true, inner_window: 2, outer_window: 1 %>
my controller,
How should I correct it? Thanks in advance.