v3.0.0
Whats Changed
- Message from @ernie, the creator of Ransack https://activerecord-hackery.github.io/ransack/blog/ransack-3-0-0
- Renamed
master
tomain
- Move documentation into Docusaurus. #1291 @scarroll32
- [BREAKING CHANGE] Remove deprecated #search method. #1147 @y-yagi
- Allow scopes that define string SQL joins. #1225 @mhssmnn
- Improve sort_link documentation. #1290 @deivid-rodriguez
- Deprecate passing two trailing hashes to sort_link, pass a single hash with all options instead. #1289 @deivid-rodriguez
- Fix :class option to sort_link not being passed to the generated link correctly when no additional options are passed. #1288 @deivid-rodriguez
- Evaluate ransackable_scopes before attributes when building the query. #759 @faragorn