Skip to content

Commit

Permalink
Add note about Rails 7.1+, fixes #4764
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jan 8, 2024
1 parent 8b6fa62 commit d93e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/dataloader/async_dataloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For a demonstration of this behavior, see: [https://github.com/rmosolgo/rails-gr

## Rails

For Rails, you'll also want to configure Rails to use Fibers for isolation:
For Rails, you'll need **Rails 7.1**, which properly supports fiber-based concurrency, and you'll also want to configure Rails to use Fibers for isolation:

```ruby
class Application < Rails::Application
Expand Down

0 comments on commit d93e2fb

Please sign in to comment.