README.md in n1_loader-1.4.4 vs README.md in n1_loader-1.5.0
- old
+ new
@@ -1,11 +1,11 @@
# N1Loader
[![CircleCI][1]][2]
[![Gem Version][3]][4]
-N1Loader is designed to provide a way for avoiding [N+1 issues][7] of any kind.
+N1Loader is designed to provide a simple way for avoiding [N+1 issues][7] of any kind.
For example, it can help with resolving N+1 for:
- database querying (most common case)
- 3rd party service calls
- complex calculations
- and many more
@@ -21,11 +21,11 @@
gem 'n1_loader', require: 'n1_loader/ar_lazy_preload'
```
## Enhance [ActiveRecord][5]
-Are you working with well-known Rails application? Try it out how well N1Loader fulfills missing gaps!
+Are you working with well-known Rails application? Try it out and see how well N1Loader fulfills missing gaps when you can't define ActiveRecord associations!
```ruby
gem 'n1_loader', require: 'n1_loader/active_record'
```
@@ -171,6 +171,6 @@
[3]: https://badge.fury.io/rb/n1_loader.svg
[4]: https://badge.fury.io/rb/n1_loader
[5]: https://github.com/rails/rails/tree/main/activerecord
[6]: https://github.com/DmitryTsepelev/ar_lazy_preload
[7]: https://stackoverflow.com/questions/97197/what-is-the-n1-selects-problem-in-orm-object-relational-mapping
-[8]: https://github.com/djezzzl/n1_loader
\ No newline at end of file
+[8]: https://github.com/djezzzl/n1_loader