===========================
* added: `RESTfulResource.path` may now be a callable. If so, it is called
on-demand with the query as the sole argument, and should produce the proper
path for the query. It may produce a path containing interpolation symbols,
as the path is still interpolated with the query if necessary.
* fixed: re-ordered setting of foreign key with association insertions, fixing
modification hooks on the data field.
* fixed: `JSONResource` now sets a json Content-Type header for all actions.