Sha256: be4ad73bcb913f383ba0e93ffaa1030d9927b7dae1a8b5421f26cfae2089967d
Contents?: true
Size: 496 Bytes
Versions: 13
Compression:
Stored size: 496 Bytes
Contents
# require this file to load the tasks require 'rake' # Require generator at runtime. If we don't do this the ActionView helpers are included # before the Rails environment can be loaded by other Rake tasks, which causes problems # for those tasks when rendering using ActionView. namespace :hancock do # Require generator only. When installed as a plugin the require will fail, so in # that case, load the environment first. task :require do Rake::Task['environment'].invoke end end
Version data entries
13 entries across 13 versions & 1 rubygems