Hi Sushruth, > On Mar 8, 2015, at 11:00 PM, Sushruth Sivaramakrishnan > <[email protected]> wrote: > > There is no evidence that it is being used a lot. But there is this, > https://www.npmjs.com/package/base91 (< 100 downloads till now). > > We never know how much of a performance boost it provides or what downsides > this has, unless we try it out ourselves.
Instead of adding this directly to Rails, why don't you create a gem that adds support for this encoding? Many of the features we use today (strong_params, turbolinks, ARel...) started this way, and it’s worked fine so far (it allows us to test features without adding extra complexity/impacting a large number of users). -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
