Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Kaminari & use config option to reduce conflicts #869

Merged
merged 1 commit into from
Jan 11, 2012

Conversation

j-manu
Copy link
Contributor

@j-manu j-manu commented Dec 22, 2011

Kaminari added a config option to customize the pagination method to elminiate conflicts with will_paginate.

Note: I was unable to get rake test to work even on vanilla active admin. Got this error https://gist.github.com/1510308 . Tested it with ./script/local server and it works fine.

to elminiate conflicts with will_paginate

Use that config option in the pagination method
@j-manu
Copy link
Contributor Author

j-manu commented Jan 10, 2012

Will this be merged soon? This solves #330 and is quite useful for me. The workaround without applying this patch litters the rails log with useless messages.

Tests pass for this commit. Earlier tests were failing for me due to bundler 1.1 (#902)

@gregbell gregbell merged commit 000e2a2 into activeadmin:master Jan 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants