Created by: gracewashere
New in 0.0.12:
- Improvement: Implement searching over string and email attributes
- Improvement: Add pagination to index views
- Customizable by overriding
Admin::ApplicationController#records_per_page
- Customizable through HTTP param
per_page
- Customizable by overriding
- Imprrovement: Add sorting by column
- Clicking on the column header multiple times changes sort direction
- Improvement: Generate resource-specific controller subclasses.
- Improvement: Add a
limit
option toAdministrate::Field::HasMany
, with a default of 5. This option limits the number of items shown in the relationship table. - UI: Remove logo from the sidebar
- UI: Fix alignment issue with string fields on show pages
- Bug Fix: Fix a bug where
nil
in a string field would cause a 500 error. - Bug Fix: Stop supporting
has_one
fields, which crashed theupdate
action