lab2023 / cybele

Rails template for our development standards. Cybele makes your apps ready for faster development and easy deployment.
http://kebab-project.org/
MIT License
46 stars 10 forks source link

Update Gemfile for ransack #129

Closed vilusa closed 5 years ago

vilusa commented 6 years ago

When the application is installed, it tries to access the admin and user path in the hq area and it gives the error "wrong number of arguments (given 4, expected 3)". The error is resolved when the gem is updated.

hamdibayhan commented 6 years ago

Thanks for contribution. You should be attention when upgrading any gem. Search method is using in Cybele for Ransack. But Search method will be deprecated after version 2.0, already there is attention note in Ransack documentation.

Attention note for search method: https://github.com/activerecord-hackery/ransack#ransack-search-method

If you want to upgrade the Ransack gem, you must make code refactor for search method in Cybele.

ismailakbudak commented 5 years ago

We have fixed this problem with cybele v2.2.0