Hello everyone! This is Roque, with the latest news about Ruby on Rails!
Help us test this release candidate to have a solid and stable 5.2.1
.
Instead of running database migrations for each set of tests, Rails will load the schema to improve performance.
respond_to
is called multiple timesAn exception will be raised when respond_to
is called multiple times in an incompatible way. For example, when the Content-Type
values do not match.
Content-Type
for the method headThe method head
will have Content-Type
as text/html
when one is not provided.
It will now log the remote IP address of clients behind a proxy instead of the IP of the proxy itself.
23 people contributed to Rails this week. You can see all the changes here. There might be some open issues you can try tackling?
Stay tuned!