RailsAdmin v1.0.0 Release Notes

Release Date: 2016-09-19 // over 7 years ago
  • 🚅 Full Changelog

    ➕ Added

    • 🚅 Introduce setup hook for authorization/auditing adapters(ba2088c6)
    • ➕ Add viewport meta tag for mobile layout adjustment(#2664)
    • 👌 Support for ActiveRecord::Enum using string columns(#2680)

    🔄 Changed

    • 🚅 Limit children for deletion notice(#2491)
    • 🚅 [BREAKING CHANGE] Change parent controller to ActionController::Base for out-of-box support of Rails 5 API mode(#2688)
      • To keep old behavior, add config.parent_controller = '::ApplicationController' in your RailsAdmin initializer.

    🛠 Fixed

    • 🚅 ActiveRecord Enum fields could not be updated correctly(#2659, #2713)
    • 🛠 Fix performance issue with filtering-multiselect widget(#2715)
    • Restore back rails_admin_controller?(#2268)
    • 🚅 Duplication of autocomplete fields when using browser back/forward buttons(#2677, #2678)
    • 🚅 Filter refresh button was broken(#2705, #2706)
    • 🚅 Fix presence filtering on boolean columns(#1099, #2675)
    • 🚅 Pundit::AuthorizationNotPerformedError was raised when used with Pundit(#2683)