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
Samuel Merritt 4630f2e43f Make Model#dup copy the attributes too.
Otherwise, #dup-ing yourself and operating on a copy isn't enough
to ensure your own state remains untouched. For example,
AWS::Storage::Files#each will only work once without this change, since
even though the object operates on a copy of itself, its 'marker' attribute
winds up getting changed because @attributes is shared with the copy.
2011-04-26 15:20:02 -07:00
..
aws Merge remote branch 'ktheory/aws_elb_requests' 2011-04-12 13:09:35 -07:00
bin [aws|cloud_formation] cleanup + tests 2011-03-14 18:19:20 -07:00
cdn don't reset data on Mock#initialize 2011-03-21 10:54:07 -07:00
compute [compute|aws] change default flavor to t1.micro (so it will be 64-bit) 2011-04-15 10:43:18 -07:00
core Make Model#dup copy the attributes too. 2011-04-26 15:20:02 -07:00
dns [dns|bluebox] add default ttl for zone 2011-04-04 16:57:08 -07:00
providers Correction to the regular expression for unreserved characters. 2011-04-09 20:36:00 -04:00
storage [storage|aws] Make Files#each iterate all files, not just the first page. 2011-04-26 15:18:54 -07:00
terremark remove no longer used Terremark::Ecloud related stuff 2011-02-16 14:56:26 -08:00
bin.rb [virtualbox|compute] rough initial implementation 2011-03-09 17:03:15 -08:00
cdn.rb [cdn+dns argumenterror incorrect provider reference 2011-01-28 02:18:02 +08:00
compute.rb [virtualbox|compute] rough initial implementation 2011-03-09 17:03:15 -08:00
core.rb Use URI.escape instead of CGI.escape to properly encode containers and objects. 2011-03-23 20:54:37 -04:00
dns.rb [virtualbox|compute] rough initial implementation 2011-03-09 17:03:15 -08:00
providers.rb [virtualbox|compute] rough initial implementation 2011-03-09 17:03:15 -08:00
storage.rb Merge branch 'Lautus' 2011-03-21 13:07:27 -07:00
terremark.rb defer requiring nokogiri 2011-02-16 17:25:50 -08:00