- Update pagination params
- Fixes transforming polymorphic relations through
read_param
- Update all dependencies
- Update collection call in
index
andadministrate
dependency - Update all dependencies
- 🚨 Update nokogiri: 1.10.2 → 1.10.3
- Update all of rails to version 5.2.3
- Extract all methods into a module
BaseController
- Remove default
after_initialize
evaluation. You may requireadministrate/base_controller/engine
instead - Add some annotations to some of the methods
- Add json rendering for index and show paths
- Add
render_index_json(resources)
to easily override json responses on the index route - Add
render_index_any(resources, format:)
to easily override non-json responses on the index route - Add
render_show_json(resource)
to easily override json responses on the show route - Add
render_show_any(resource, format:)
to easily override non-json responses on the show route
Load on after_initialize hook
👶 Initial version