Kamil Giszczak

Results 7 comments of Kamil Giszczak

Hey, sorry for such a delay. They are supported when you generate models from the schema e.g. ```ruby json =

Hey, Im closing this issue, if you have any other questions, let me know.

I had the same issue. What worked for me was providing openssl path: ``` brew install openssl rvm install 2.5.0 --with-openssl-dir=`brew --prefix openssl` ```

What you're doing is probably the best way to change refs at the moment. I'm curious, what is the use case for doing that?

Thanks. Like I said, for now I would stick to what you're doing currently. I might implement it in the future, but for now I don't have much free time.

hey, you can achieve that using just plain Ruby, no need for special constructs: ```ruby class User < Shale::Mapper attribute :gender, Shale::Type::String def gender if super == 'f' 'female' else...

having that in README would be a great addition, PR is welcome