This week in Rails
Past issues
Jul 29
Aug 11
Aug 4 2018
Rails 5.2.1.rc1, faster parallel testing and more
Hello everyone! This is
Roque
, with the latest news about Ruby on Rails!
Help test Rails 5.2.1.rc1
Help us test this release candidate to have a solid and stable
5.2.1
.
Faster parallel testing
Instead of running database migrations for each set of tests, Rails will load the schema to improve performance.
Raises exception when respond_to is called multiple times
An 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.
Set a default Content-Type for the method head
The method
head
will have
Content-Type
as
text/html
when one is not provided.
Fix the IP address logged by Rails
It will now log the remote IP address of clients behind a proxy instead of the IP of the proxy itself.
Wrapping Up
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!
This Week in Rails · 30 N Racine #200 · Chicago IL 60607 · USA
Unsubscribe
|
View in browser
Previous Issues
Sep 27
Autumn is here, and so is Rails 7 Alpha 2! 🍂
Sep 18
Rails 7 alpha released
Sep 12
Bye-bye Byebug, Hello jsbundling and cssbundling!
Aug 29
Remove default reliance on Sass and more!
Aug 21
Good-bye classic mode, --skip-puma, --skip-gemfile.. hello weekday_options_for_select!
Aug 13
ESM importmap and Marginalia
Aug 8
Active Record goodies and more!
Jul 31
Favicons, InvalidAuthenticityToken message gains, Journey optimizations and more!
Jul 23
Active record improvements and much more
Jul 19
Performance and parallel testing improvements and more!
Load More