Skip to content
Mislav Marohnić edited this page Aug 6, 2011 · 1 revision

Bugs & issues are filed here on the GitHub project.

Don't forget to check out Troubleshooting for frequently asked questions.

Steps to make an awesome bug report:

  1. Write a descriptive, short title.
  2. Provide as much info as you can in the body: versions of Ruby, Rails, and will_paginate, together with your code that triggered the issue and any stack traces.
  3. If the problem is with page links, include related routes from your app.
  4. If you can, run bundle install --without mysql:pg and bundle exec rake in the will_paginate directory. Copy the output if there are failing tests. If your problem is with MySQL or Postgres specifically, remove their name from the --without list for bundle install.