Christian Dewein

Results 14 comments of Christian Dewein

Thank you! I will release a new version later this week!

Hi! Thank you for submitting this PR. You added this commit: https://github.com/fabrik42/acts_as_api/pull/106/commits/648ca553730e3c075ec115d4367616369c4c5a9e Why do you think the check is redundant? Best, Christian

Hi, first of all, sorry for answering so slowly. It is correct that the meta hash [is not used at all in this line](https://github.com/fabrik42/acts_as_api/blob/master/lib/acts_as_api/rendering.rb#L71-L73). It basically prepares the api response...

Sounds good! 👍

Hello! Thank you for opening this ticket! If you want to work on this task, feel free to give it a try, ask some questions here and/or open up a...

Hello! Thank you for opening this ticket! If you want to work on this task, feel free to give it a try, ask some questions here and/or open up a...

Hey! Very cool to have another approach of the tokenizer. However, I personally like my approach more and would keep it that way.

Hello! I investigated a bit more and finally got it working! My initial problem was: * I activated git backups * No git repo was created in the directory I...

Example use case: I want to use a smart properties class to validate/handle a ISO8601 date string. So I want smart_properties to do the following: - Check the input, that...

In my specific use case, I don't want to raise an exception. The whole point of the class would be to validate/prepare a combination of given params. If it raises,...