Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created December 17, 2013 17:02
Show Gist options
  • Save manleyhimself/8008407 to your computer and use it in GitHub Desktop.
Save manleyhimself/8008407 to your computer and use it in GitHub Desktop.
task :environment => :disable_initializer
task :disable_initializer do
ENV['DISABLE_INITIALIZER_FROM_RAKE'] = 'true'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment