myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2750] branches/rails2/config/environment.rb: usi


From: noreply
Subject: [myexperiment-hackers] [2750] branches/rails2/config/environment.rb: using explicit list of plugins
Date: Mon, 24 Oct 2011 16:58:48 -0400 (EDT)

Revision
2750
Author
dgc
Date
2011-10-24 16:58:47 -0400 (Mon, 24 Oct 2011)

Log Message

using explicit list of plugins

Modified Paths

Diff

Modified: branches/rails2/config/environment.rb (2749 => 2750)


--- branches/rails2/config/environment.rb	2011-10-24 20:56:11 UTC (rev 2749)
+++ branches/rails2/config/environment.rb	2011-10-24 20:58:47 UTC (rev 2750)
@@ -25,7 +25,37 @@
   # Only load the plugins named here, in the order given (default is alphabetical).
   # :all can be used as a placeholder for all plugins not explicitly named
   # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
-  config.plugins = [:encrypted_strings, :widgets, :white_list, :white_list_formatted_content, :all]
+  config.plugins = [
+    :encrypted_strings,
+    :widgets,
+    :country_select,
+    :white_list,
+    :white_list_formatted_content,
+    :acts_as_bookmarkable,
+    :acts_as_commentable,
+    :acts_as_rateable,
+    :acts_as_solr,
+    :acts_as_taggable_redux,
+    :acts_as_versioned,
+    :auto_complete,
+    :browser_filters,
+    :encrypted_attributes,
+    :exception_notification,
+    :fckeditor,
+    :headliner,
+    :mannie_taverna_scufl,
+    :mannie_taverna_t2flow,
+    :oauth_plugin,
+    :open_id_authentication,
+    :paginating_find,
+    :qrcode,
+    :query_stats,
+    :recaptcha,
+    :simile_timeline,
+    :structured_data,
+    :validates_captcha,
+    :validates_email_veracity_of
+  ]
 
   # Skip frameworks you're not going to use. To use Rails without a database,
   # you must remove the Active Record framework.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]