Activeadmin Versions Save

The administration framework for Ruby on Rails applications.

v2.13.0

2 years ago

Documentation

  • Update validation errors documentation to account for deprecated ActiveModel::Errors#keys. #7475 by @amit

Dependency Changes

Performance

v2.12.0

2 years ago

Enhancements

Bug Fixes

Documentation

  • Don't mention webpacker as the default asset generator in Rails. #7377 by @jaynetics

Performance

v2.11.2

2 years ago

Bug Fixes

  • Fix disappearing BOM option for CSVBuilder. #7170 by @Karoid

v2.11.1

2 years ago

Enhancements

  • Add turbolinks support to has many js. #7384 by @amiel

Documentation

v2.11.0

2 years ago

Enhancements

Bug Fixes

  • Fix form SCSS variables no longer being defined in the outermost scope, so no longer being accessible. #7341 by @gigorok

v2.10.1

2 years ago

Enhancements

Bug Fixes

v2.10.0

2 years ago

Enhancements

Bug Fixes

  • Show ransackable_scopes filters in search results. #7127 by @vlad-psh

Translation Improvements

Documentation

Dependency Changes

v2.9.0

3 years ago

Enhancements

Bug Fixes

  • Pick up upstream fixes in devise templates. #6536 by @munen

Documentation

  • Fix has_many syntax in forms documentation. #6583 by @krzcho
  • Add example of using default_main_content in show pages. #6487 by @sjieg

Dependency Changes

v2.8.1

3 years ago

Bug Fixes

v2.8.0

3 years ago

Enhancements

  • Allow using PORO decorators. #6249 by @brunvez
  • Make sure ActiveAdmin.routes provides routes in a consistent order. #6124 by @jiikko
  • Use proper closing tags for HTML in ModalDialog component. #6221 by @javierjulio

Bug Fixes

  • Fix comment layout so regardless of size, each is aligned and spaced evenly. #6393 by @Ivanov-Anton

Translation Improvements

Documentation

  • Fix filter_columns_for_large_association and filter_method_for_large_association examples. #6232 by @ndbroadbent

Dependency Changes