You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Select2 passes `page=2` to fetch the second page. This is
incompatible with the ActiveAdmin's zero based pagination. Pass `data`
option to change `page` param.
* Add end-to-end spec for loading more options.
* Make ajax spec helpers more robust against additional ajax requests.
* Include CSS in dummy app, to make measuring work.
* Add `sass-rails` dependency to fix Active Admin 1.0 compatibility
with `select2-rails`.
0 commit comments