[skip ci] Update changelog for 631d104, 12c6b8f

and a29c582 and fix an incorrect punctuation mark after `model_name` in
line 5.
This commit is contained in:
Jon Atack 2015-04-01 21:23:13 +05:30
parent 70def2bc2c
commit ff774ed84d
1 changed files with 17 additions and 1 deletions

View File

@ -2,13 +2,29 @@
## Unreleased
### Fixed
* A better fix for the "undefined method `model_name' for Ransack::Search"
* A better fix for the "undefined method `model_name` for Ransack::Search"
issue [#518](https://github.com/activerecord-hackery/ransack/issues/518)
affecting Rails 4.2.1 and 5.0.0. This fix allows us to remove the
ActionView patch in Ransack version 1.6.4.
*Gleb Mazovetskiy*
* Fix an erroneous reference in `ActiveRecord::Associations::JoinDependency`
to a version-dependent Active Record reference, and replace it with a
better, more reliable one defined in Polyamorous. As this class lives
inside an `ActiveRecord` module, the reference needs to be absolute in
order to properly point to the AR class.
*Nahuel Cuesta Luengo*
### Added
* Add the Ruby version to the the header message that shows the database,
Active Record and Arel versions when running tests.
*Jon Atack*
## Version 1.6.5 - 2015-03-28 - Rails 5.0.0 update
### Added