Hubert

Results 54 comments of Hubert

Is there any news on this? I have the same problem that the `redirect_uri` must match exactly the one registered by the provider. How is one supposed to identify different...

I still have the same issue, any news on this?

I know this is an old issue, but I stumbled upon an error when using shoulda matchers: ``` Failure/Error: it { is_expected.to accept_nested_attributes_for(:parcels) } NoMethodError: undefined method `nested_attributes_options' for SomeModel:Class...

Is there any chance, this method gets ported in the next release?

@DmitryTsepelev `#roles` is a JSON column on the `users` table. I thought because you have support for enum types on single attributes (in the example here https://github.com/DmitryTsepelev/store_model/blob/master/docs/enums.md it is the...

@FunkyloverOne you are right, enumerize has built in support for Arrays when you serialize them or use mongodb. I still have to find out if it works with json array...

@DmitryTsepelev How would you implement this? If you can give me a push in the right direction, I'm happy to try for a PR.

@DmitryTsepelev thanks for the kick off! I'm not sure if I understand the need of a validator when using enums. The current implementation raises an error when an invalid value...

Is there any news on this? I'm running into a similar problem, when trying to build a type that encrypts data when stored to the DB and encrypts it on...