Skip to content

Commit 394401d

Browse files
committed
Update changelog and readme [skip ci]
1 parent 9737bd3 commit 394401d

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,37 @@
33
## Unreleased
44
### Fixed
55

6-
* Fixed returned value of `Ransack::Nodes::Condition#format_predicate`. PR
6+
* Fix `rake console` to run a command-line console with ransack + seed data.
7+
Commits
8+
[2cc781e](https://github.com/activerecord-hackery/ransack/commit/2cc781e),
9+
[f2e85ad](https://github.com/activerecord-hackery/ransack/commit/f2e85ad),
10+
[6a059ba](https://github.com/activerecord-hackery/ransack/commit/6a059ba).
11+
12+
*Jon Atack*
13+
14+
* Fix returned value of `Ransack::Nodes::Condition#format_predicate`. PR
715
[#692](https://github.com/activerecord-hackery/ransack/pull/692).
816

917
*Masahiro Saito*
1018

19+
* Better test coverage on passing arrays to ransackers. Commit
20+
[98df2c5](https://github.com/activerecord-hackery/ransack/commit/98df2c5).
21+
22+
*Jon Atack*
23+
24+
* Fix missing Ransack::Constants::ASC constant. Commit
25+
[aece23c](https://github.com/activerecord-hackery/ransack/commit/aece23c).
26+
27+
*Jon Atack*
28+
29+
### Changed
30+
31+
* Replace arrow constants with frozen strings in public methods. Commits
32+
[c0dff33](https://github.com/activerecord-hackery/ransack/commit/c0dff33),
33+
[e489ca7](https://github.com/activerecord-hackery/ransack/commit/e489ca7).
34+
35+
*Jon Atack*
36+
1137
## Version 1.8.0 - 2016-07-14
1238
### Added
1339

@@ -16,18 +42,18 @@
1642

1743
*Josef Šimánek*
1844

19-
* Added optional block argument for the `sort_link` method. PR
45+
* Add optional block argument for the `sort_link` method. PR
2046
[#604](https://github.com/activerecord-hackery/ransack/pull/604).
2147

2248
*Andrea Dal Ponte*
2349

24-
* Added `ransack_alias` to allow users to customize the names for long
50+
* Add `ransack_alias` to allow users to customize the names for long
2551
ransack field names. PR
2652
[#623](https://github.com/activerecord-hackery/ransack/pull/623).
2753

2854
*Ray Zane*
2955

30-
* Added support for searching on attributes that have been added to
56+
* Add support for searching on attributes that have been added to
3157
Active Record models with `alias_attribute` (Rails >= 4 only). PR
3258
[#592](https://github.com/activerecord-hackery/ransack/pull/592), commit
3359
[549342a](https://github.com/activerecord-hackery/ransack/commit/549342a).

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ branch:
5656
gem 'ransack', github: 'activerecord-hackery/ransack'
5757
```
5858

59-
September 2015 update: If you are using Rails 5 (master) and need pagination
60-
that works with Ransack, there is an
61-
[updated version of the `will_paginate` gem here](https://github.com/jonatack/will_paginate).
59+
If you are using Rails 5 or master and need pagination compatible with it and
60+
Ransack, there is a [Rails 5 version of the `will_paginate` gem here](https://github.com/jonatack/will_paginate).
6261
It is also optimized for Ruby 2.2+. To use it, in your Gemfile:
6362
`gem 'will_paginate', github: 'jonatack/will_paginate'`.
6463

0 commit comments

Comments
 (0)