BadrIT / translation_center

Translation Center is a multi-lingual, GUI rich, community based, translation center for Rails apps
http://www.badrit.com/gems/translation_center/
MIT License
152 stars 71 forks source link

metasearch dependency and rails 4 #12

Closed glebm closed 11 years ago

glebm commented 11 years ago

translation_center depends on a deprecated metasearch gem which will not install on Rails 4. metasearch is replaced by ransack.

eljojo commented 11 years ago

is this the only thing that's stopping translation_center from being rails4 compatible?

eljojo commented 11 years ago

just took a look and it's not the only one

glebm commented 11 years ago

You can get away with using https://github.com/rails/protected_attributes for attr_protected though

glebm commented 11 years ago

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

mohelsaka commented 11 years ago

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.