Sha256: 4b1b715c9679a1372cf6ffd4d33e34f78a95ff4b1cc1a719c5027734144f4db8
Contents?: true
Size: 976 Bytes
Versions: 11
Compression:
Stored size: 976 Bytes
Contents
# Active Utils Active Utils extracts commonly used modules and classes used by [Active Merchant](http://github.com/Shopify/active_merchant), [Active Shipping](http://github.com/Shopify/active_shipping), and [Active Fulfillment](http://github.com/Shopify/active_fulfillment). ### Includes * Connection - base class for making HTTP requests * Country - find countries mapped by name, country codes, and numeric values * Error - common error classes used throughout the Active projects * PostData - helper class for managing required fields that are to be POST-ed * PostsData - making SSL HTTP requests * RequiresParameters - helper method to ensure the required parameters are passed in * Utils - common utils such as uid generator * Validateable - module used for making models validateable * NetworkConnectionRetries - module for retrying network connections when connection errors occur * CurrencyCode - ensure currency codes are ISO, and convert colloquial codes to ISO.
Version data entries
11 entries across 11 versions & 3 rubygems