administration-zero
administration-zero copied to clipboard
An administration system generator for Rails applications.
Hi, I have an app with an existing User model. Users can have Roles, one of the Roles is "admin". Users are authenticated with SSO and that's all working nicely....
When running the scaffold generator for a new admin page, it always crashes because it can't find a file named "system_test.rb": ``` $ bin/rails generate admin:scaffold user_actions user_uuid:string legacy_user_id:integer user_identifier:string...
This fixes some breaking changes to work with pagy 43
When creating a model with invalid fields, we get an HTTP 422 which is correct but this warning is logged: > app/controllers/admin/base_controller.rb:13:in `authenticate' gems/rack-3.2.1/lib/rack/utils.rb:584: warning: Status code :unprocessable_entity is deprecated...