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

8 commits

Author SHA1 Message Date
Kyle Rames
5ed929938a [rackspace] correcting exception classes on YARD docs 2013-04-15 13:12:14 -05:00
Kyle Rames
46e065e8b3 [rackspace] added exception info to rackspace api documentation 2013-03-27 09:50:30 -05:00
Kyle Rames
f8c97d6305 [rackspace|block_storage] initial checkin of block storage api documentation 2013-03-21 15:40:24 -05:00
Paul Thornthwaite
bc26c4e433 [rackspace] Updates reference to service 2013-01-07 21:01:20 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Kyle Rames
611870f787 Updated the save method in Fog::Rackspace::BlockStorage::Volume and Fog::Rackspace::BlockStorage::Snapshot to throw an exception if the identity attribute is set per geemus; rebased code to latest master 2012-12-20 11:33:43 -06:00
Kyle Rames
1efffe5d85 updated save method in Fog::Rackspace::BlockStorage::Volume and Fog::Rackspace::BlockStorage::Snapshot to skip creating cloud reources if identity was already set Fixes #1402 2012-12-20 09:15:56 -06:00
Julio Feijo
5fcb9e6e37 [rackspace|blockstorage] Add snapshots to block storage. 2012-09-13 10:27:01 -04:00