Juan Carlos Medina
Juan Carlos Medina
Yeah, I had the same thought cross my mind. Are there some benchmarks we can run to get some data behind these ideas?
I ran the doxbee benchmark from Bluebird. Here are the results (paraphrased for the important bits): ``` results for 10000 parallel executions, 1 ms per I/O op file time(ms) memory(MB)...
I'll give it a few more stabs and see if I can optimize it.
The fastest I could get it down to was ~800ms @ 100mb. Though, something interesting to note: I switched out the `StrictPromise` class for Bluebird's `Promise` in the same ES6...
Rails 6 has the same issue. What configuration does Rails need to enable native JBuilder for JSON?
Rails 5 has the same issue -- but I am not sure how far back this gem is suppose to support.
Rails 7 (without api_only = true) does not have the same issue. Works well out of the box when requesting an resource's `.json` - ruby 3.2.2 - rails 7.1.1
Hello. I am encountering this issue again. However, I think being able to add a style attribute would be more convenient for my current case: I want to use a...
Something to consider as well: it seems the assets will most likely need to be served in whichever protocol the rails serves its own assets -- which means the manifest...
Can we get some input on these changes? Being able to specify a different protocol makes sense to our application. The rails server does not need HTTPS but our clients...