Module: Elastics::Tasks

Extended by:
Tasks
Includes:
ActiveRecord::TasksConfig, Config, Indices, Mappings, Migrations
Included in:
Tasks
Defined in:
lib/elastics/tasks.rb,
lib/elastics/tasks/config.rb,
lib/elastics/tasks/indices.rb,
lib/elastics/tasks/mappings.rb,
lib/elastics/tasks/migrations.rb

Defined Under Namespace

Modules: Config, Indices, Mappings, Migrations

Instance Attribute Summary

Attributes included from Mappings

#mappings_path

Attributes included from Indices

#indices_path

Attributes included from Config

#base_paths

Instance Method Summary collapse

Methods included from ActiveRecord::TasksConfig

#base_paths, #client, #config, #version_manager

Methods included from Migrations

#migrate, #migrate!, #models_to_reindex, #reindex

Methods included from Mappings

#index_for_type, #indices, #mappings, #mappings_paths, #put_mappings, #types

Methods included from Indices

#alias_action, #create_indices, #drop_indices, #forward_aliases, #indices, #indices_paths, #indices_settings, #manage_aliases, #post_aliases, #purge, #versioned_index_name

Methods included from Config

#client, #client=, #config, #config=, #version_manager

Instance Method Details

#log(*args) ⇒ Object



25
26
27
# File 'lib/elastics/tasks.rb', line 25

def log(*args)
  puts(*args)
end