Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uysim authored Sep 11, 2023
1 parent dc1664b commit 4df0cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pagy_cursor(Post.all, after: 10, order: {updated_at: :desc})

Many thanks to:
- [Uysim](https://github.com/Uysim)
- [Hirokazu Hata](https://github.com/h-michael)
- [M. Yunan Helmy](https://github.com/yunanhelmy)
- [Eumir Gaspar](https://github.com/corroded)

Expand All @@ -73,7 +74,7 @@ To run tests in root folder of gem:
- ```bundle exec rspec ```

To test on specific Rails version
```export BUNDLE_GEMFILE=gemfiles/active_record_52.gemfile``` to work with Rails 5.2
```export BUNDLE_GEMFILE=gemfiles/active_record_70.gemfile``` to work with Rails 7

To play with app cd test/dummy and rails s -b 0.0.0.0 (before rails db:migrate).

Expand Down

0 comments on commit 4df0cbc

Please sign in to comment.