Administrate v0.0.10 Release Notes

Release Date: 2015-09-15 // over 8 years ago
    • 👍 [FEATURE] support lookup for models that have a custom to_param method.
    • [FEATURE] Truncate strings on index page, with an optional argument for truncation length
    • [FEATURE] Generate a single controller to serve all resources, to reduce noise after running the install generator.
    • [FEATURE] Add Administrate::Field::DateTime for displaying dates, times, and datetimes.
    • [FEATURE] Add Administrate::Field::Number for displaying currency, integers, and floats. Supports options prefix and decimals.
    • [FEATURE] Generate a single controller to serve all resources, to reduce noise after running the install generator.
    • [FEATURE] Don't display redundant attributes for belongs_to relationships, such as post_id or post_type.
    • 💻 [UI] Show whitespace in strings on show pages
    • 🛠 [BUGFIX] Squash several 500 errors caused by polymorphic relationships.