summaryrefslogtreecommitdiff
path: root/config/environment.rb
diff options
context:
space:
mode:
authorUser <hukl@cccms.ccc.de>2011-02-10 14:23:36 +0100
committerUser <hukl@cccms.ccc.de>2011-02-10 14:23:36 +0100
commit384b187e9e067ddf2bb4d5fad0c2deaf96f69c89 (patch)
treecf743f377d3e2e28a31ae0359d95f37beba82cc3 /config/environment.rb
parent3d0de09cf94cee6233b36a7f5ce20d5059854acc (diff)
parentcec2b1e2881db0000b2a09029154bea0fc62ade3 (diff)
Merge branch 'master' of ssh://svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb15
1 files changed, 8 insertions, 7 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 3eed3cb..ec7ffa9 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -19,10 +19,11 @@ Rails::Initializer.run do |config|
19 # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" 19 # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
20 # config.gem "sqlite3-ruby", :lib => "sqlite3" 20 # config.gem "sqlite3-ruby", :lib => "sqlite3"
21 # config.gem "aws-s3", :lib => "aws/s3" 21 # config.gem "aws-s3", :lib => "aws/s3"
22 22
23 # config.gem "rake", :version => ">= 0.8.3" 23 # config.gem "rake", :version => ">= 0.8.3"
24 # config.gem "rack", :version => ">= 0.9.1" 24 # config.gem "rack", :version => ">= 0.9.1"
25 config.gem "nokogiri" 25 config.gem "pg"
26 config.gem "thinking-sphinx", :lib => 'thinking_sphinx', :version => '1.4.3'
26 config.gem "libxml-ruby", :lib => 'xml' 27 config.gem "libxml-ruby", :lib => 'xml'
27 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com" 28 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com"
28 29
@@ -31,16 +32,16 @@ Rails::Initializer.run do |config|
31 # config.plugins = [ :exception_notification, :ssl_requirement, :all ] 32 # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
32 33
33 # Allowed Tags 34 # Allowed Tags
34 # strong em b i p code pre tt samp kbd var sub sup dfn cite big small 35 # strong em b i p code pre tt samp kbd var sub sup dfn cite big small
35 # address hr br div span h1 h2 h3 h4 h5 h6 ul ol li dt dd abbr 36 # address hr br div span h1 h2 h3 h4 h5 h6 ul ol li dt dd abbr
36 # acronym a img blockquote del ins 37 # acronym a img blockquote del ins
37 38
38 # Allowed Attributes: 39 # Allowed Attributes:
39 # href src width height alt cite datetime title class name xml:lang abbr)) 40 # href src width height alt cite datetime title class name xml:lang abbr))
40 41
41 # Add tags to whitelist with: 42 # Add tags to whitelist with:
42 # config.action_view.sanitized_allowed_tags = 'table', 'tr', 'td' 43 # config.action_view.sanitized_allowed_tags = 'table', 'tr', 'td'
43 44
44 # Add attributes to whitelist with: 45 # Add attributes to whitelist with:
45 # config.action_view.sanitized_allowed_attributes = 'id', 'class', 'style' 46 # config.action_view.sanitized_allowed_attributes = 'id', 'class', 'style'
46 47