README.md in logstop-0.2.6 vs README.md in logstop-0.2.7
- old
+ new
@@ -13,19 +13,19 @@
- phone numbers
- credit card numbers
- Social Security numbers (SSNs)
- passwords in URLs
-Works with all types of logging - Ruby, ActiveRecord, ActiveJob, and more
+Works with all types of logging - Ruby, Active Record, Active Job, and more
```
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? [["email", "[FILTERED]"]]
```
Works even when sensitive data is URL-encoded
-[![Build Status](https://travis-ci.org/ankane/logstop.svg?branch=master)](https://travis-ci.org/ankane/logstop)
+[![Build Status](https://github.com/ankane/logstop/workflows/build/badge.svg?branch=master)](https://github.com/ankane/logstop/actions)
## Installation
Add this line to your application’s Gemfile:
@@ -73,10 +73,10 @@
It supports the same options as `guard`.
## Notes
-This should be used in addition to `config.filtered_parameters`, not as a replacement.
+This should be used in addition to `config.filter_parameters`, not as a replacement.
Learn more about [securing sensitive data in Rails](https://ankane.org/sensitive-data-rails).
Also: