Created by: gracewashere
New in 0.0.10:
- Improvement: support lookup for models that have a custom
to_parammethod. - Improvement: Truncate strings on index page, with an optional argument for truncation length
- Improvement: Add
Administrate::Field::DateTimefor displaying dates, times, and datetimes. - Improvement: Add
Administrate::Field::Numberfor displaying currency, integers, and floats. Supports optionsprefixanddecimals. - Improvement: Generate a single controller to serve all resources, to reduce noise after running the install generator.
- Improvement: Don't display redundant attributes for belongs_to relationships,
such as
post_idorpost_type. - UI: Show whitespace in strings on
showpages - Bug Fix: Squash several 500 errors caused by polymorphic relationships.