Sha256: 6d1a2edda982563d566a630b93061f364ea7cc7fe58837a0352f829aba24cd15

Contents?: true

Size: 1.66 KB

Versions: 9

Compression:

Stored size: 1.66 KB

Contents

if Rails.env.development?
  task :set_annotation_options do
    # You can override any of these by setting an environment variable of the
    # same name.
    Annotate.set_defaults(
      'routes'                  => 'false',
      'position_in_routes'      => 'after',
      'position_in_class'       => 'after',
      'position_in_test'        => 'after',
      'position_in_fixture'     => 'after',
      'position_in_factory'     => 'after',
      'position_in_serializer'  => 'after',
      'show_foreign_keys'       => 'true',
      'show_indexes'            => 'true',
      'simple_indexes'          => 'false',
      'model_dir'               => 'app/models',
      'root_dir'                => '',
      'include_version'         => 'false',
      'require'                 => '',
      'exclude_tests'           => 'true',
      'exclude_fixtures'        => 'true',
      'exclude_factories'       => 'true',
      'exclude_serializers'     => 'true',
      'exclude_scaffolds'       => 'true',
      'exclude_controllers'     => 'true',
      'exclude_helpers'         => 'false',
      'ignore_model_sub_dir'    => 'false',
      'ignore_columns'          => nil,
      'ignore_unknown_models'   => 'false',
      'hide_limit_column_types' => 'integer,boolean',
      'skip_on_db_migrate'      => 'false',
      'format_bare'             => 'true',
      'format_rdoc'             => 'false',
      'format_markdown'         => 'false',
      'sort'                    => 'false',
      'force'                   => 'false',
      'trace'                   => 'false',
      'wrapper_open'            => nil,
      'wrapper_close'           => nil
    )
  end

  Annotate.load_tasks
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
potassium-5.2.1 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-5.2.0 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-5.1.4 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-5.1.3 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-5.1.2 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-5.1.1 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-3.0.0 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-2.3.0 lib/potassium/assets/lib/tasks/auto_annotate_models.rake
potassium-2.2.0 lib/potassium/assets/lib/tasks/auto_annotate_models.rake