Friday, November 16, 2018

More multi database goodies and decaffeinated Rails

Posted by morgoth85

Hello fellow Rubyists. This is Wojtek bringing you the latest updates from Rails.

Note about CVE gems version bumps

Usually it is enough to update vulnerable gem within the application without a need to force it in the Rails codebase.

Multi database support for schema cache dump & clear

More goodies coming for multiple databases.

Add if_not_exists option to create_table

It is now possible to silently skip adding a table if it already exists during a migration.

Add support for unlogged PostgreSQL tables

If you ever wanted to create unlogged tables, now you can.

Convert CoffeeScript to JavaScript

So Rails is having fewer sips of coffee these days and of course never indulged in those dark blends of Java 😄.

37 people contributed to Rails within latest two weeks. Check out the full list of changes.

Special wishes to all RubyConf attendees ❤️. Until next time.