Nic Hippenmeyer

Results 3 issues of Nic Hippenmeyer

This enables using selectize with custom fields that inherit from `Administrate::Field::Select` without having to declare them in `associative.js`.

I've run through the setup and tried parsing this google 10-K form: http://www.sec.gov/Archives/edgar/data/1288776/000128877614000020/goog-20131231.xml However when I serialized the data, all values are 0, as seen below. Any idea what's happening...

bug

Pundit exposes the [policy_scope](https://github.com/varvet/pundit#scopes) method which [internally](https://github.com/varvet/pundit/blob/6513071aa790f061dec72e676b99996fa007c9ff/lib/pundit/authorization.rb#L92-L95) sets the `@_pundit_policy_scoped` instance variable. When using the `verify_policy_scoped` callback for [ensuring scopes are used](https://github.com/varvet/pundit#ensuring-policies-and-scopes-are-used), pundit checks whether this instance variable has been...