Sha256: b51bbf5ae514815cd713720179a5b89c47142d1b35e215ae212ddf45eeb7dbdd
Contents?: true
Size: 447 Bytes
Versions: 29
Compression:
Stored size: 447 Bytes
Contents
# RSI: implementation idea taken from JDBC adapter if defined?(Rake.application) && Rake.application oracle_enhanced_rakefile = File.dirname(__FILE__) + "/oracle_enhanced.rake" if Rake.application.lookup("environment") # rails tasks already defined; load the override tasks now load oracle_enhanced_rakefile else # rails tasks not loaded yet; load as an import Rake.application.add_import(oracle_enhanced_rakefile) end end
Version data entries
29 entries across 29 versions & 6 rubygems