Path: | doc/release_notes/4.31.0.txt |
Last Update: | Sun Oct 02 21:06:53 +0000 2016 |
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