[Git][noosfero/noosfero][master] Describe `noosfero:plugins:enable_all`

Antonio Terceiro gitlab at gitlab.com
Wed Jul 29 12:18:25 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
f6dc326c by Antonio Terceiro at 2015-07-29T12:16:54Z
Describe `noosfero:plugins:enable_all`

So that it shows up in the output of `rake -T`

- - - - -


1 changed file:

- lib/tasks/enable_plugins.rake


Changes:

=====================================
lib/tasks/enable_plugins.rake
=====================================
--- a/lib/tasks/enable_plugins.rake
+++ b/lib/tasks/enable_plugins.rake
@@ -1,5 +1,6 @@
 namespace :noosfero do
   namespace :plugins do
+    desc 'Enable all installed plugins on all environment'
     task :enable_all => :environment do
       Environment.all.each do |env|
         puts "Plugins Activated on #{env.name}" if env.enable_all_plugins



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/f6dc326c0539e6fda93464bb2ab7aabc5eb85662
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150729/bcceac13/attachment.html>


More information about the Noosfero-dev mailing list