Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport ContentEditor to 4.6, deprecate removed methods on Alchemy::Content #1847

Merged
merged 2 commits into from
May 27, 2020

Commits on May 25, 2020

  1. Backport Content Editor from Master

    In order to deprecate the removed methods from the content model in the
    master branch, we need to introduce the content editor here.
    mamhoff committed May 25, 2020
    Configuration menu
    Copy the full SHA
    507d268 View commit details
    Browse the repository at this point in the history
  2. Re-add form_field_[name,id] to Alchemy::Content

    These were removed in the master branch with the introduction of the ContentEditor, but gems
    in the ecosystem still use them. In order to provide a good upgrade path
    to 5.0, we should reintroduce and deprecate these methods.
    mamhoff committed May 25, 2020
    Configuration menu
    Copy the full SHA
    4cd2502 View commit details
    Browse the repository at this point in the history