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

17 commits

Author SHA1 Message Date
Paul Thornthwaite
6716f37c5f Replace deprecated Hash methods
Done with `rubocop --auto-correct --only DeprecatedHashMethods`
2014-05-26 16:22:08 +01:00
Paul Thornthwaite
ec8b940b2c Standardise on collection methods
Done with `rubocop --auto-correct --only CollectionMethods`
2014-05-26 16:22:07 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
8483a599f2 Remove trailing whitespace 2014-02-19 12:30:59 +00:00
Simone Carletti
49a46b4513 Cleanup documentation and resource representations
Remove deprecated attributes and make the documentation more consistent.
2014-01-16 23:21:31 +01:00
Jose Luis Salas
a8268e9088 DNSimple get_domain also accepts domain name
As the real DNSimple behaviour, get_domain also accept a string argument.
2014-01-11 18:55:08 +01:00
Trae Robrock
302ee5a9cb Fix mock for creation by id 2013-07-28 13:40:04 -07:00
Trae Robrock
d8ffe4c411 Handle missing record case 2013-07-28 13:13:20 -07:00
Trae Robrock
3ba09b85b7 handle zone with no records 2013-07-28 13:02:04 -07:00
Trae Robrock
1e96bfcbed Add proper error message to 404 2013-07-28 12:56:58 -07:00
Trae Robrock
c731454183 Return a 404 if the domain does no exist 2013-07-28 12:52:07 -07:00
Trae Robrock
af9490404e Correct record creation response 2013-07-28 12:39:32 -07:00
Trae Robrock
3dd9711721 Add mock and test for get_record 2013-07-28 12:19:15 -07:00
Trae Robrock
25f50f761e Add mock for dnsimple and fix tests for non mock mode 2013-07-28 11:07:29 -07: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
geemus
9121c8bff0 [dns|dnsimple] move dnsimple dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:56:22 -05:00