- Update collection call in
indexandadministratedependency - 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_initializeevaluation. You may requireadministrate/base_controller/engineinstead - 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