Sha256: 44e5854658b6d3b68b3111dd9c90f3b67bf4675334bc2463435443a4e2efdf77
Contents?: true
Size: 494 Bytes
Versions: 34
Compression:
Stored size: 494 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 :enjoy 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
34 entries across 34 versions & 1 rubygems