

Active StorageĪctive Storage is a replacement for PaperclipĪnd other gems, like Shrine. However, one major feature is the introduction of ActiveStorage. There were not too many deprecations between 5.1 and 5.2 compared to past Which provides an overview of the changes in a basic Rails app between 5.1.x andĥ.2.x (or any other source/target versions). You can use this task as a guideline as explained thoroughly in Rails includes the rails app:update task.


awesome_nested_set supports Rails 5.2 without deprecation warnings on the latest release, 3.1.4.acts-as-taggable-on added deprecation-free Rails 5.2 without warnings on the latest release, 6.0.0.activeadmin supports Rails 5.2 without deprecation warnings on the latest release, 1.3.0.friendly_id supports Rails 5.2 without deprecation warnings on the latest release, 5.2.4.RailsBumpĬan help you check if the gem is compatible with Rails 5.0, but it may haveĪnnoying bugs/deprecation warnings on 5.2. Warnings if you’re not using their latest version. Means that some gems may still not be fully compatible, or contain deprecation GemsĪt the time of writing, the Rails 5.2 release is relatively recent, which Like Rails 5.0 and 5.1, Rails 5.2 requires at least Ruby 2.2.2.
#Rails master key how to#
Create a dual boot mechanism, the fastest way to do this is installing the handy gem next_rails.įor full details check out our article on How to Prepare Your App for a Rails Upgrade.Check your Gemfile.lock for incompatibilities by using RailsBump.Follow a Git flow workflow to actively manage at least two environments: staging and production.You should have at least 80% test coverage unless you have a dedicated QA team.
#Rails master key Patch#
Your Rails app should have the latest patch version before you move to the next major/minor version.Your Ruby on Rails application from version 5.1 to 5.2.īefore beginning with the upgrade process, we have some recommended preparations: This article will cover the most important aspects that you need to know to get This article is part of our Upgrade Rails series.
