RailsAdmin v1.1.1 Release Notes

Release Date: 2016-12-25 // over 7 years ago
  • ๐Ÿš… Full Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… CSV export broke with empty tables(#2796, #2797)
    • ๐Ÿš… ActiveRecord adapter's #encoding did not work with Oracle enhanced adapter(#2789)
    • ๐Ÿš… ActiveRecord 5 belongs_to presence validators were unintentionally disabled due to initialization mishandling(#2785, #2786)
    • ๐Ÿš… Destroy failure caused subsequent index action to return 404, instead of 200(#2775, #2776)
    • ๐Ÿš… CSVConverter#to_csv now accepts string-keyed hashes(#2740, #2741)

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix CSRF vulnerability(b13e879e)