module GeoserverMigrations

Constants

MigrationProxy

MigrationProxy is used to defer loading of the actual migration classes until they are needed

VERSION

Public Class Methods

assets_path() click to toggle source
# File lib/geoserver_migrations.rb, line 40
def self.assets_path
  "#{self.migrations_rootpath}/assets"
end
config() click to toggle source
# File lib/geoserver_migrations.rb, line 44
def self.config
  ::GEOSERVER_MIGRATIONS_CONFIG
end
migrations_rootpath() click to toggle source
# File lib/geoserver_migrations.rb, line 36
def self.migrations_rootpath
  (!GeoserverMigrations.config.nil? && GeoserverMigrations.config[:migrations_path]) || 'geoserver/migrate'
end