- Reset page on search submit - @jitingcn
- Catch Pagy overflow errors - @excid3
- Add custom field support - @excid3
- Refactor
Resource.attributes
from an array to hash for faster lookup - @excid3
- Allow users to override default sort column and direction on resources
- Add sortable columns on the index for resources
- Don't include
form: false
fields from nested resources in nested resource field params
- Add
has_secure_password
support - Add
madmin:views:javascript
generator - Fix
madmin:views
generator to copy all templates
- Use unpkg for assets instead of skypack. Skypack was missing slimselect css
- Check if Rails UJS is loaded before starting it
- Fix belongs_to when nil - @excid3
- Improve support for enums - @excid3
- Add view generators - @esmale
- Releasing 1.0.0 to prevent confusion - @excid3
- Ignore autogenerated HABTM models - @excid3
- Use Skypack for CSS & JS - @excid
- Add support for all the Postgres, MySQL, and SQLite types supported by Rails - @excid3
- Add decimal support - @excid3
- Add HABTM example - @excid3
- Added
scope
support to Resources and filtering on index page - @excid3
- Open sourced for the first time
- Registering the gem