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/core
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
..
attributes.rb Make Model#dup copy the attributes too. 2011-04-26 15:20:02 -07:00
collection.rb the list returned from slice needs to be cloned so it won't bomb out with lazy loading 2011-03-05 02:18:43 +08:00
connection.rb fix push parser block passed to excon 2011-04-04 09:43:13 -07:00
credentials.rb Deal with missing FOG_RC/HOME env vars better 2011-03-30 17:50:35 -06:00
deprecation.rb [core] simplify credential management 2010-12-15 15:32:33 -08:00
errors.rb cleanup lib/fog by segregating shared into 'core' 2010-09-29 13:22:30 -07:00
hmac.rb cleanup lib/fog by segregating shared into 'core' 2010-09-29 13:22:30 -07:00
mock.rb [mock] move random gen stuff to central location 2011-01-04 11:35:58 -08:00
model.rb Make Model#reload more resilient against errors. 2011-04-14 15:41:47 -07:00
parser.rb Parser does not concatenates all the strings when parsing 2011-04-13 08:58:06 -07:00
provider.rb fixes related to providers listings 2011-02-11 14:36:48 -08:00
scp.rb fixes for reset_data 2011-03-10 11:16:55 -08:00
service.rb fixes for reset_data 2011-03-10 11:16:55 -08:00
ssh.rb Command escaping is both incorrect and unnecessary. 2011-04-02 14:08:21 -07:00
time.rb [fog|time] add date header formatting that is non-localized 2011-01-28 15:33:35 -08:00
wait_for.rb [core] cleanup dependencies 2010-12-16 11:24:52 -08:00