method

run_solid

rails latest stable - Class: Rails::Generators::AppBase

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

run_solid()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 733
      def run_solid
        return if skip_solid? || !bundle_install?

        commands = "solid_cache:install solid_queue:install"
        commands += " solid_cable:install" unless skip_action_cable?

        rails_command commands
      end