[Rails-core] Hash.from_xml handle argument errors

2018-02-14 Thread José Galisteo
For example for type `date` is able to handle invalid values for example: a invalid date I understand that this is not a valid XML but it is a real case which I wish parse with `Hash.from_xml` I didn't created the PR yet because I understood that the patch should be accepted

Re: [Rails-core] Master thesis on Rails

2018-02-14 Thread Matt Jones
HTTP2 Early Hints are shipping in 5.2.0, which is currently in RC. More details: http://eileencodes.com/posts/http2-early-hints/ —Matt Jones > On Feb 11, 2018, at 5:54 AM, utilum wrote: > > What is the status on HTTP 2 ?

[Rails-core] Rails 5.1.5 has been released

2018-02-14 Thread Rafael Mendonça França
Hi everyone, I am happy to announce that Rails 5.1.5 has been released. ## CHANGES since 5.1.4 To view the changes for each gem, please read the changelogs on GitHub: * [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v5.1.5/actioncable/CHANGELOG.md) * [Action Mailer