rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 312 forks source link

changed the rest adapter to return array query parameters without indices #427

Closed saponifi3d closed 9 years ago

saponifi3d commented 9 years ago

Fix for: https://github.com/rendrjs/rendr/issues/416

Since most parsers can handle this syntax it seems like a better default, and qs parsers this syntax fine too.

@spikebrehm do you have any concerns about this?

spikebrehm commented 9 years ago

legit! I remember struggling with that in the past :/

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.03%) when pulling 7b1d1b8fdc9230d50bc394f41e5624029fb09eca on fix-query-params into bc3bbd7c8ee3238535fafc10f8ab536ca0fa0e11 on master.