Commit
c091730067afec8f2ecdaf27a04a9d3a29652eaa
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
Silence Savon/HTTPI when not in development
|
1
| require 'savon' |
1
| require 'savon' |
|
2
| |
2
| |
|
| |
3
| +Savon.configure do |config| |
|
| |
4
| + config.log = HTTPI.log = (RAILS_ENV == 'development') |
|
| |
5
| +end |
|
| |
6
| + |
|
3
| class Kalibro::Client::Port |
7
| class Kalibro::Client::Port |
|
4
| |
8
| |
|
5
| def initialize(endpoint) |
9
| def initialize(endpoint) |