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

Add post install message for upgrading 2.x.x -> 3.x.x #3471

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

codealchemy
Copy link
Contributor

Sample from running against a locally built copy of the last release candidate

$ gem install rails_admin-3.0.0.rc.gem --post-install-message

    ### Upgrading from 2.x.x to 3.x.x ###

    Due to introduction of Webpack/Webpacker support, some additional dependency and configuration will be needed.
    Running `bin/rails g rails_admin:install` will suggest required changes, based on the current setup of your app.

    For a complete list of changes, see https://github.com/railsadminteam/rails_admin/blob/master/CHANGELOG.md
  
Successfully installed rails_admin-3.0.0.rc
Parsing documentation for rails_admin-3.0.0.rc
Done installing documentation for rails_admin after 0 seconds
1 gem installed

This should help give some more guidance to users upgrading.

@mshibuya mshibuya merged commit 1f1a478 into railsadminteam:master Feb 16, 2022
@mshibuya
Copy link
Member

Great to have it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants