-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible incompatibility with 5.0.0.beta1 #272
Comments
Yes Unfortunately I haven't been working on WiceGrid lately, and I don'y have any time to work on it now. |
Thx for the fast response |
@leikind according to post on eileencodes.com I did a branch on my fork of wice_grid https://github.com/cfiorini/wice_grid/tree/rails5. |
I could definitely merge a commit which runs |
:) |
ok 👍 |
Rails Version: Rails 5.0.0.beta1
Ruby Version: 2.3.0
Plugin Version: latest rails 3 Branch of the Plugin form Github
Browserversion: Latest Chrome on OSX
DB: Mysql 5.5
I would like to use your plugin in my Rails 5 Application .. is it possible ?
I always get an exception when im trying to use ist.
Exception:
Controller code:
View code:
I am suspecting the problem comes from the fact that rails5 params is not a hash anymore but an object.
link http://eileencodes.com/posts/actioncontroller-parameters-now-returns-an-object-instead-of-a-hash/
Do you think your plugin is usable under rails5 already ?
Thx in advance
constantin
The text was updated successfully, but these errors were encountered: