Commit 65096c7bbe17a761f75ff1e874feed61cbedb5a4
1 parent
e2d59e40
Exists in
master
and in
1 other branch
use libxml
Showing
5 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
| @@ -5,6 +5,7 @@ gem "rake", "~> 0.9.2.2" | @@ -5,6 +5,7 @@ gem "rake", "~> 0.9.2.2" | ||
| 5 | gem "rdoc", "~> 3.12" | 5 | gem "rdoc", "~> 3.12" |
| 6 | gem "rails", "2.3.18" | 6 | gem "rails", "2.3.18" |
| 7 | gem "hoptoad_notifier", "2.4.9" | 7 | gem "hoptoad_notifier", "2.4.9" |
| 8 | +gem "libxml-ruby", "2.2.2", :require => "libxml" | ||
| 8 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" | 9 | gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" |
| 9 | gem "paperclip", "2.3.1" | 10 | gem "paperclip", "2.3.1" |
| 10 | gem "mime-types", "1.16", | 11 | gem "mime-types", "1.16", |
Gemfile.lock
| @@ -47,6 +47,7 @@ GEM | @@ -47,6 +47,7 @@ GEM | ||
| 47 | json (1.7.7) | 47 | json (1.7.7) |
| 48 | json_pure (1.4.6) | 48 | json_pure (1.4.6) |
| 49 | jtrupiano-timecop (0.2.1) | 49 | jtrupiano-timecop (0.2.1) |
| 50 | + libxml-ruby (2.2.2) | ||
| 50 | mime-types (1.16) | 51 | mime-types (1.16) |
| 51 | mock_redis (0.4.1) | 52 | mock_redis (0.4.1) |
| 52 | mysql2 (0.2.18) | 53 | mysql2 (0.2.18) |
| @@ -105,6 +106,7 @@ DEPENDENCIES | @@ -105,6 +106,7 @@ DEPENDENCIES | ||
| 105 | jferris-mocha (= 0.9.5.0.1241126838) | 106 | jferris-mocha (= 0.9.5.0.1241126838) |
| 106 | json_pure (= 1.4.6) | 107 | json_pure (= 1.4.6) |
| 107 | jtrupiano-timecop (= 0.2.1) | 108 | jtrupiano-timecop (= 0.2.1) |
| 109 | + libxml-ruby (= 2.2.2) | ||
| 108 | mime-types (= 1.16) | 110 | mime-types (= 1.16) |
| 109 | mock_redis (= 0.4.1) | 111 | mock_redis (= 0.4.1) |
| 110 | mysql2 (= 0.2.18) | 112 | mysql2 (= 0.2.18) |
config/environments/development.rb
config/environments/production.rb
| @@ -26,3 +26,4 @@ extra_conf = "/data/extra-conf/environment-variables.rb" | @@ -26,3 +26,4 @@ extra_conf = "/data/extra-conf/environment-variables.rb" | ||
| 26 | if File.exists?(extra_conf) | 26 | if File.exists?(extra_conf) |
| 27 | require extra_conf | 27 | require extra_conf |
| 28 | end | 28 | end |
| 29 | +ActiveSupport::XmlMini.backend = 'LibXML' |
No preview for this file type