Sha256: af47a14a4ff2fab9b6b4a3d6335125e3d04ac57c96753775043d16f6c5c02c7e
Contents?: true
Size: 395 Bytes
Versions: 7
Compression:
Stored size: 395 Bytes
Contents
if defined?(Rake.application) && Rake.application && ENV["SKIP_AR_JDBC_RAKE_REDEFINES"].nil? jdbc_rakefile = File.dirname(__FILE__) + "/jdbc.rake" if Rake.application.lookup("environment") # rails tasks already defined; load the override tasks now load jdbc_rakefile else # rails tasks not loaded yet; load as an import Rake.application.add_import(jdbc_rakefile) end end
Version data entries
7 entries across 7 versions & 2 rubygems