forked from mislav/will_paginate
-
Notifications
You must be signed in to change notification settings - Fork 0
Report bugs
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:
- Write a descriptive, short title.
- 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.
- If the problem is with page links, include related routes from your app.
- If you can, run
bundle install --without mysql:pg
andbundle 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 forbundle install
.
- Installation instructions
- API documentation
- Differences between v2.3 - v3.0
- Troubleshooting or Report bugs
- Simple search functionality
- Translating output (i18n)
- Join the Google group
- Browse the source code
- See the recent commits