github thoughtbot/administrate v0.1.4
Version 0.1.4

latest releases: v1.0.0.beta1, v0.20.1, v0.20.0...
8 years ago

Breaking Changes

  • [#464] Replace the DashboardManifest with explicit Rails routes.

    • Run rails generate administrate:routes to generate the default routes.
  • [#467] Update the internal field path to fit Ruby conventions

    # Change any instances of this...
    require "administrate/fields/base"
    # ...to this:
    require "administrate/field/base"

Don't miss a new administrate release

NewReleases is sending notifications on new releases.