Sha256: 573bc8b5f70001288409c3fadce9989ba06ad4c2b397a1488ff0ba7572e54397

Contents?: true

Size: 908 Bytes

Versions: 10

Compression:

Stored size: 908 Bytes

Contents

# frozen_string_literal: true

require "active_record"
require "active_support"

# Helper.fallback depends on this being required because it adds #present? to nil
require "active_support/core_ext/object/blank"
require "active_support/core_ext/class/subclasses"
require "active_support/core_ext/string/inflections"

require "rake"

require_relative "annotate_rb/helper"
require_relative "annotate_rb/core"
require_relative "annotate_rb/commands"
require_relative "annotate_rb/parser"
require_relative "annotate_rb/runner"
require_relative "annotate_rb/route_annotator"
require_relative "annotate_rb/model_annotator"
require_relative "annotate_rb/options"
require_relative "annotate_rb/eager_loader"
require_relative "annotate_rb/rake_bootstrapper"
require_relative "annotate_rb/config_finder"
require_relative "annotate_rb/config_loader"
require_relative "annotate_rb/config_generator"

module AnnotateRb
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
annotaterb-4.13.0 lib/annotate_rb.rb
annotaterb-4.12.0 lib/annotate_rb.rb
annotaterb-4.11.0 lib/annotate_rb.rb
annotaterb-4.10.2 lib/annotate_rb.rb
annotaterb-4.10.1 lib/annotate_rb.rb
annotaterb-4.10.0 lib/annotate_rb.rb
annotaterb-4.9.0 lib/annotate_rb.rb
annotaterb-4.7.0 lib/annotate_rb.rb
annotaterb-4.6.0 lib/annotate_rb.rb
annotaterb-4.5.0 lib/annotate_rb.rb