Sha256: af4da118ee892a09f0a27bed85249bf5e6853688b9d0b62ad4b0d1544728521c
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
# Changelog ## 1.2.5/1.2.6 Bugfixes: - Fixes case when "Rails" exists but doesn't declare a ".cache" method ## 1.2.4 / 1.2.3 Bugfixes: - Allows setting of base_url, username, password and request_body_type in a project-specific base class, then using that default in subclasses. - Strings of four digits in the response are no longer treated as (invalid) dates (thanks Tom Hoen) - 1.2.3 was pushed without a successful Travis build ## 1.2.2 Features: - Adds `existence`, `numericality`, `presence` and `inclusion` validations (thanks Tom Hoen) - Adds `full_error_messages` method (thanks Tom Hoen) - Adds `requires` options to the method mapping ## 1.2.1 **Forked Which's ActiveRestClient to be Flexirest** ## 1.2.0 Features: - Allows for beta-support for XML APIs as well as JSON ones. Bugfixes: - In order to allow JRuby to work with Flexirest, the hard-coded dependency on Patron has been removed. ## 1.1.10 - 1.1.12 Features: - Parallel requests can now be made Bugfixes - Some work around Faraday's weird method naming - Start of XML support - URL encoding username and password ## 1.0.9 Bugfixes - Correctly handling invalid cache expiry times ## 1.0.8 Features: - Added Api-Auth for authentication against APIs that use it - Supporting array parameter types - Relationships for 'has_one' can now be used
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flexirest-1.2.6 | CHANGELOG.md |