1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws
Pan Thomakos f739865bb5 Fixed Fog::AWS::SimpleDB#delete_attributes.
Deleting attributes was not working in mock mode. There were two
bugs in this function.The first was that attributes were being
deleted from the domain as opposed to the item. The second was
that when no attributes were passed, which should delete all
attributes, no attributes were actually being deleted. I've written
tests that recreate these bugs and I have included a fix as well.
2011-05-28 10:20:10 -07:00
..
models [aws|elb&rds] reorg model files for consistency 2011-05-11 12:27:27 -07:00
parsers [core] update parser to better handle whitespace 2011-05-12 13:15:13 -07:00
requests Fixed Fog::AWS::SimpleDB#delete_attributes. 2011-05-28 10:20:10 -07:00
cloud_formation.rb enabling region parameter for AWS cloud formation requests 2011-03-28 20:51:30 +11:00
elb.rb [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
iam.rb [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
rds.rb [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
ses.rb [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
simpledb.rb [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00