Module: Ez::Settings

Extended by:
Accessors
Includes:
Configurator
Defined in:
lib/ez/settings/engine.rb,
lib/ez/settings/version.rb,
lib/ez/settings/accessors.rb,
lib/ez/settings/interface.rb,
lib/ez/settings/backend/redis.rb,
lib/ez/settings/interface/key.rb,
app/cells/ez/settings/key_cell.rb,
app/cells/ez/settings/nav_cell.rb,
app/cells/ez/settings/base_cell.rb,
lib/ez/settings/interface/group.rb,
app/cells/ez/settings/group_cell.rb,
app/cells/ez/settings/index_cell.rb,
lib/ez/settings/request_dispatcher.rb,
lib/ez/settings/backend/file_system.rb,
lib/ez/settings/backend/active_record.rb,
app/models/ez/settings/application_record.rb,
app/helpers/ez/settings/application_helper.rb,
app/models/ez/settings/active_record_store.rb,
lib/generators/ez/settings/install_generator.rb,
app/controllers/ez/settings/settings_controller.rb,
app/controllers/ez/settings/application_controller.rb,
lib/generators/ez/settings/active_record_migrations_generator.rb,
lib/ez/settings/config.rb,
lib/ez/settings/store.rb,
lib/ez/settings.rb

Defined Under Namespace

Modules: Accessors, ApplicationHelper, Backend, RequestDispatcher Classes: ActiveRecordMigrationsGenerator, ActiveRecordStore, ApplicationController, ApplicationRecord, BaseCell, Engine, GroupCell, IndexCell, InstallGenerator, Interface, KeyCell, NavCell, SettingsController, Store

Constant Summary collapse

VERSION =
'0.5.0'
NotRegistredInterfaceError =
Class.new(StandardError)
NotRegistredGroupError =
Class.new(StandardError)
NotRegistredKeyError =
Class.new(StandardError)

Method Summary

Methods included from Accessors

[]