Results 30 comments of Moshe Kamensky

I solved this by symlinking the destination root directory to the default language. I do this with a hook: ```ruby Jekyll::Hooks.register :site, :post_write do |site| default = site.config['default_lang'] next unless...

> I think it depends on your settings. The exception is only raised if your have `i18n` configured to raise errors on missing translations. For example, here's what I get...

I'm not sure what the correct thing here should be, the obvious thing would be to avoid loading `Polymorphism` in the assignment when the array is empty, but I imagine...

@wadetandy thanks, I actually want the latter, what I wrote was just an example. What I wrote above seems to work so far (I just fixed a small issue there),...

@richmolj Thanks. This is what I was looking for, but I don't see myself implementing this in the near future, sorry... Perhaps in the meanwhile the hack above can be...

Thanks. In my situation I'm not raising the exception, Rails does when I look for the record. I look for it before rendering the response for the purpose of authorization,...

Ok, found `jsonapi_errors`, I missed the *repo* part

Just saw that pull request #107 addresses it