Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Created January 16, 2009 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benschwarz/47850 to your computer and use it in GitHub Desktop.
Save benschwarz/47850 to your computer and use it in GitHub Desktop.
namespace :environment do
task :development => :environment do
raise "Development mode only, dick." unless RAILS_ENV == 'development'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment