Michael Stack

Results 4 comments of Michael Stack

My take is the `json` and `validation` tags, and tags in general do not belong in the domain. I don't accept or return my domain entities in my delivery layer....

My temporary solution to this problem is to do the following ``` unless $0[/rake$/] # load dependencies as before end ```

You're correct, that functionality does not exist and isn't easily exposed either. While mulling over how this might work I considered what might be the expectation for the fragments of...

Are you needing the [Haml](https://haml.info/) CLI `render` command? With the following saved to `test.haml`: ```haml !!! 5 %head{lang: "en"} %title Example %body %ul - (1..3).each do |i| %li Item #{i}...