Sha256: 90ce53e471a86452fef4c1b063533e69dcf840d35596b0837e7caee6d21589b8

Contents?: true

Size: 508 Bytes

Versions: 16

Compression:

Stored size: 508 Bytes

Contents

require 'thecore_auth_commons_actioncontroller_concerns'

# App Config
Rails.application.configure do
    config.after_initialize do
        # In development be sure to load all the namespaces
        # in order to have working reflection and meta-programming.
        if Rails.env.development?
            Rails.configuration.eager_load_namespaces.each(&:eager_load!) if Rails.version.to_i == 5 #Rails 5
            Zeitwerk::Loader.eager_load_all if Rails.version.to_i >= 6 #Rails 6
        end
    end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
thecore_auth_commons-2.4.0 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.9 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.8 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.7 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.6 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.5 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.4 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.3 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.2 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.1 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.3.0 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-0 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.2.9 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.2.8 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.2.6 config/initializers/after_initialize_thecore_auth_commons.rb
thecore_auth_commons-2.2.5 config/initializers/after_initialize_thecore_auth_commons.rb