Sawyer X
Sawyer X
I can now say that the documentation is actively being worked on! :)
@satmovi It is also possible to change the parameters via the config. The default is to enable utf8, but that's documented.
One more ping? How about `encode_json` vs. `to_json`?
Funny that I'm looking at it too right now and didn't remember there was an issue for it already. I was thinking of calling it a _route alias_. I like...
`route` and `uri` are too generic. This definitely needs some thinking over. I think this might not easily be done in a plugin because you would have to have access...
I've been playing with this tonight, and given #1088 merging, the [following gist](https://gist.github.com/xsawyerx/e0095c87e0da26196f61) provides a simple implementation of it. I would be happy to put this in a plugin, or...
If we were considering this for core, adding it as an attribute in the Route object would be easier. I was trying to make it decoupled from the Route object....
On Sat, Jan 2, 2016 at 6:49 PM, Yanick Champoux > On 2016-01-02 12:14 PM, Sawyer X wrote: > > > Splat and megasplat shouldn't be supported with a key...
Alright. Convinced. :) We still need to pick the best naming for everything. Coding is easy, naming is hard. :/
`named_uri_for` ?