Sha256: 964c9634a9ffa73685fc913f884ac7a4ea0ce339bf7bb92d6db51ef24b5fc3d6

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

# 0.4.1
* Fixed the `.failed` scope.

# 0.4.0
* Added `started_at`, `ended_at` and `duration` methods.

Migrate your tables with:

```
add_column :inbound_request_logs, :started_at, :timestamp
add_column :inbound_request_logs, :ended_at, :timestamp
add_column :outbound_request_logs, :started_at, :timestamp
add_column :outbound_request_logs, :ended_at, :timestamp
```


# 0.3.0
* Added `formatted_request_body` and `formatted_response_body` methods.

# 0.2.0
* Switch to a middleware solution

# 0.1.0
* Initial release

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_api_logger-0.5.0 CHANGELOG.md
rails_api_logger-0.4.1 CHANGELOG.md