Path: | doc/release_notes/4.31.0.txt |
Last Update: | Sat Jun 02 02:04:22 +0000 2018 |
A couple adapters and extensions depend on libraries that have issues with frozen string literals. Pull requests have been sent to each of those dependencies.
DB.create_table!(:table) do Integer :id, :primary_key=>true foreign_key :fk, :table end