|
3 | 3 | ## Unreleased |
4 | 4 | ### Fixed |
5 | 5 |
|
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 |
7 | 15 | [#692](https://github.com/activerecord-hackery/ransack/pull/692). |
8 | 16 |
|
9 | 17 | *Masahiro Saito* |
10 | 18 |
|
| 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 | + |
11 | 37 | ## Version 1.8.0 - 2016-07-14 |
12 | 38 | ### Added |
13 | 39 |
|
|
16 | 42 |
|
17 | 43 | *Josef Šimánek* |
18 | 44 |
|
19 | | -* Added optional block argument for the `sort_link` method. PR |
| 45 | +* Add optional block argument for the `sort_link` method. PR |
20 | 46 | [#604](https://github.com/activerecord-hackery/ransack/pull/604). |
21 | 47 |
|
22 | 48 | *Andrea Dal Ponte* |
23 | 49 |
|
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 |
25 | 51 | ransack field names. PR |
26 | 52 | [#623](https://github.com/activerecord-hackery/ransack/pull/623). |
27 | 53 |
|
28 | 54 | *Ray Zane* |
29 | 55 |
|
30 | | -* Added support for searching on attributes that have been added to |
| 56 | +* Add support for searching on attributes that have been added to |
31 | 57 | Active Record models with `alias_attribute` (Rails >= 4 only). PR |
32 | 58 | [#592](https://github.com/activerecord-hackery/ransack/pull/592), commit |
33 | 59 | [549342a](https://github.com/activerecord-hackery/ransack/commit/549342a). |
|
0 commit comments