Sunday, March 18, 2018

Time column improvements and bugfixes!

Posted by gregmolnar

Hello everyone! This is Greg bringing you the latest news from the Rails world.

This Week’s Contributors

15 people contributed to Rails this week! If you’d like to join them, why not check out the list of open issues?

Time column improvements

This commit applies precision when assigning values to time columns, fixes issues with time columns not being normalised on SQLite and ensures that the date component from a time is stripped for MySQL and PostgreSQL.

RedisCacheStore configuration fix

When RedisCacheStore is initialised it  should take a redis instance but it didn’t before this patch.

Fix multiline expression indexes for postgresql

This commit fixes an issue with Active Record’s PostgreSQL adapter when an index is defined by an expression.

That’s it for this week. Many more changes were introduced to Rails than were featured here, check out the full week of commit activity to learn more!

Until next time!