Sha256: 407080c55adc2c5cc60c109c1504cd7ebd551cbba0be070f7948a1f7cecc06c2
Contents?: true
Size: 903 Bytes
Versions: 4
Compression:
Stored size: 903 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 "annotate_rb/active_record_patch" 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" module AnnotateRb end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
annotaterb-4.4.0 | lib/annotate_rb.rb |
annotaterb-4.3.1 | lib/annotate_rb.rb |
annotaterb-4.3.0 | lib/annotate_rb.rb |
annotaterb-4.2.0 | lib/annotate_rb.rb |