mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Remove note about Rails 6.0 support [ci skip]
Ransack 2.3.0 seems supporting Rails 6.0. So I think this note needless now.
This commit is contained in:
parent
4e148cc0bf
commit
f2ec1f935d
1 changed files with 2 additions and 6 deletions
|
@ -30,13 +30,9 @@ If you're viewing this at
|
||||||
you're reading the documentation for the master branch with the latest features.
|
you're reading the documentation for the master branch with the latest features.
|
||||||
[View documentation for the last release (2.0.0).](https://github.com/activerecord-hackery/ransack/tree/v2.0.0)
|
[View documentation for the last release (2.0.0).](https://github.com/activerecord-hackery/ransack/tree/v2.0.0)
|
||||||
|
|
||||||
## Rails 6 Support
|
|
||||||
|
|
||||||
Rails 6 is right around the corner, but not yet released. Ransack master branch supports ```6.0.0.rc2```. Full Rails 6 support will be provided after the official Rails 6 release. See [this issue](https://github.com/activerecord-hackery/ransack/issues/1032) for details.
|
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
Ransack is compatible with Rails 6.0.0.rc2, 5.0, 5.1 and 5.2 on Ruby 2.2 and later.
|
Ransack is compatible with Rails 6.0, 5.0, 5.1 and 5.2 on Ruby 2.2 and later.
|
||||||
If you are using Rails <5.0 use the 1.8 line of Ransack.
|
If you are using Rails <5.0 use the 1.8 line of Ransack.
|
||||||
If you are using Ruby 1.8 or an earlier JRuby and run into compatibility
|
If you are using Ruby 1.8 or an earlier JRuby and run into compatibility
|
||||||
issues, you can use an earlier version of Ransack, say, up to 1.3.0.
|
issues, you can use an earlier version of Ransack, say, up to 1.3.0.
|
||||||
|
|
Loading…
Reference in a new issue