Brendon Muir

Results 436 comments of Brendon Muir

Thanks @marcelolx, I'll take a look at that.

Hi @marcelolx, I ended up just adding `keepalive` to the list of supported options. I'll take another look at just allowing all options through now that I've had some sleep...

Actually, this will be quite a big change and might not be worth the upheaval. Better to just add options as they're added to the `fetch` api.

Hi @marcelolx, would you mind cutting a new release with this fix in it? :)

Without diving too deep I think perhaps a shortcut key (like some of the others) such as `shallow: true` or `shallow: form` might be enough. I'd have to actually get...

Shallow routing in Rails just means that at any one time there's only one `id` present in the route. For resourceful routes it's either the parent resource id (in the...

No worries at all :) I'll have better crack at explaining: Given a routes setup like this: ``` resources :lists, shallow: true do resources :items end ``` We get the...

Just found this too :) It breaks font awesome icons (webfont based) where it's an empty `` with a `::before` to set the character representing the icon in the font.