Module: GroongaClientModel

Extended by:
ActiveSupport::Autoload
Defined in:
lib/groonga_client_model/error.rb,
lib/groonga-client-model.rb,
lib/groonga_client_model/client.rb,
lib/groonga_client_model/record.rb,
lib/groonga_client_model/schema.rb,
lib/groonga_client_model/railtie.rb,
lib/groonga_client_model/version.rb,
lib/groonga_client_model/migrator.rb,
lib/groonga_client_model/modelize.rb,
lib/groonga_client_model/migration.rb,
lib/groonga_client_model/modelizable.rb,
lib/groonga_client_model/spec_helper.rb,
lib/groonga_client_model/test_helper.rb,
lib/groonga_client_model/test/fixture.rb,
lib/groonga_client_model/client_opener.rb,
lib/groonga_client_model/schema_loader.rb,
lib/groonga_client_model/log_subscriber.rb,
lib/groonga_client_model/load_value_generator.rb,
lib/groonga_client_model/test/groonga_server_runner.rb,
lib/groonga_client_model/validations/type_validator.rb,
lib/groonga_client_model/railties/controller_runtime.rb,
lib/rails/generators/groonga_client_model/model_generator.rb,
lib/rails/generators/groonga_client_model/migration_generator.rb

Overview

Copyright (C) 2017-2021 Sutou Kouhei [email protected]

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Defined Under Namespace

Modules: ClientOpener, Generators, Modelizable, Modelize, Railties, SpecHelper, Test, TestHelper, Validations Classes: Client, Error, IllegalMigrationNameError, IrreversibleMigrationError, LoadValueGenerator, LogSubscriber, Migration, MigrationError, Migrator, Railtie, Record, RecordInvalid, RecordNotFound, RecordNotSaved, Schema, SchemaLoader

Constant Summary collapse

VERSION =
"6.0.1"