Steve Schwartz

Results 147 comments of Steve Schwartz

I appreciate the efforts, but it's a lot of code, and I don't fully understand why it's necessary. The [`$.rails.ajax`](https://github.com/rails/jquery-ujs/blob/43bfec1da658145ce0af764256929a8439d1d56f/src/rails.js#L109) method simply calls jQuery's `$.ajax` method, so the defaults in...

Like I said, jquery-ujs isn't doing anything different or special with the data attribute, so whatever you're describing is happening in jquery, not in jquery-ujs. However, if jquery is treating...

Ah, I wasn't clear that was the case here. I'll look into it.

Also having this problem. +1

Could you please be a bit more specific? When and where are you getting this error? What request causes it?

It sounds like you're trying to import a comment for a post which doesn't have a title, which is invalid in Juvia (and I'm not sure how it's valid in...

By the way, of course, I can already do this trivial example as-is, since juvia will simply replace everything inside the container once it's loaded (and I could nest the...