diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-23 11:45:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-23 11:45:40 +0000 |
commit | 59c701ce13f20f73d95ae8eebf5bc01b6e616158 (patch) | |
tree | 81856ce90c3d3ca705569d28e05d56ba2496fa2d /vendor/plugins/rake_tasks/tasks/environment.rake | |
parent | 4e4a99c1862f74f4bc760abb0b389b4c2e855c6e (diff) |
Removing rake_tasks plugin - another developer plugin
Diffstat (limited to 'vendor/plugins/rake_tasks/tasks/environment.rake')
-rw-r--r-- | vendor/plugins/rake_tasks/tasks/environment.rake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/plugins/rake_tasks/tasks/environment.rake b/vendor/plugins/rake_tasks/tasks/environment.rake deleted file mode 100644 index 223bba3e5..000000000 --- a/vendor/plugins/rake_tasks/tasks/environment.rake +++ /dev/null @@ -1,9 +0,0 @@ -# -# Thanks to Chris for this handy task (http://errtheblog.com/post/33) -# -%w[development test production].each do |env| - desc "Runs the following task in the #{env} environment" - task env do - RAILS_ENV = ENV['RAILS_ENV'] = env - end -end
\ No newline at end of file |