10 Matching Annotations
  1. Nov 2023
  2. Nov 2022
    1. Hashie does not have built-in support for coercing boolean values, since Ruby does not have a built-in boolean type or standard method for coercing to a boolean. You can coerce to booleans using a custom proc.

      I use: ActiveRecord::Type::Boolean.new.cast(value)

  3. Jul 2021
  4. Apr 2021
  5. Mar 2021
  6. Jan 2021
  7. Nov 2020
    1. In the past, I tried to create some proof of concepts with svelte, but I usually ended up missing some of the features that RxJS provides. Now that I know that they complement each other well, I will grab this combination more often
  8. Oct 2020
  9. Dec 2019
    1. Suggestion: add a link to rdoc documentation.

      I couldn't find a link, and even doing a web search for "responders rdoc" or "responders documentation" is pretty fruitless and pointless (partly due to responders being too generic of a name).

      I eventually just went to rdoc.info, searched for responders, and found: https://rdoc.info/github/plataformatec/responders