diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 15 |
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 | ||
