1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Paul Thornthwaite
5007aac401 Revert "[core] Replace Fog::Connection with stable version"
This reverts commit 7ee3535d99.
2014-02-26 09:52:02 +00:00
Paul Thornthwaite
7ee3535d99 [core] Replace Fog::Connection with stable version
Fog::Connection mixed in XML parsing via the `parser` argument which
wasn't much use for the majority of APIs using JSON.

This adds the deprecation warning and attempts to update providers to
the correct version of Connection that they need.

Either the cleaner `Fog::Core::Connection` or if reliant on the XML
parsing still `Fog::XML::SAXParserConnection`

The SAX parser will be moving to `fog/xml` fairly soon.
2014-02-25 21:42:34 +00:00
Lance Ivy
1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
Lance Ivy
c27901dc8c ensure that each service requires its provider 2014-02-01 13:07:49 -05:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Stepan G. Fedorov
a0b696629d [clodo|compute] Enable ip-management. 2011-12-02 16:24:23 +04:00
Stepan G. Fedorov
f1ef97f59f [clodo|compute] Enable :get_image_details 2011-11-08 15:05:41 +04:00
Stepan G Fedorov
d20d42c615 [clodo|compute] I don't know what is ignore_awful_caching, so i removed it. 2011-10-30 21:04:43 +03:00
Обоев Рулон ибн Хаттаб
05d1ae032d Add clodo support. 2011-10-30 21:04:42 +03:00