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

Version Path
solidus_backend-1.0.0.pre vendor/bundle/gems/active_utils-2.2.3/README.md
tanga_active_utils-2.2.3.1 README.md
tanga_active_utils-2.2.3 README.md
active_utils-3.0.0.pre2 README.md
active_utils-3.0.0.pre1 README.md
active_utils-2.2.3 README.md
active_utils-2.2.2 README.md
active_utils-2.2.1 README.md
active_utils-2.2.0 README.md
active_utils-2.1.1 README.md
active_utils-2.1.0 README.md