Created by: gracewashere
New in 0.0.10:
- Improvement: support lookup for models that have a custom
to_param
method. - Improvement: Truncate strings on index page, with an optional argument for truncation length
- Improvement: Add
Administrate::Field::DateTime
for displaying dates, times, and datetimes. - Improvement: Add
Administrate::Field::Number
for displaying currency, integers, and floats. Supports optionsprefix
anddecimals
. - 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_id
orpost_type
. - UI: Show whitespace in strings on
show
pages - Bug Fix: Squash several 500 errors caused by polymorphic relationships.