Closed glebm closed 11 years ago
is this the only thing that's stopping translation_center from being rails4 compatible?
just took a look and it's not the only one
You can get away with using https://github.com/rails/protected_attributes for attr_protected though
Note to the future traveller: Ransack has all the features metasearch has except for scopes, but you can easily patch support for scopes in. /cc #30
I have removed meta search from dependencies in version 1.7.0 . I hope this may fix the problem until we release a new version for rails 4. Thanks.
translation_center
depends on a deprecatedmetasearch
gem which will not install on Rails 4.metasearch
is replaced byransack
.