1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test/dummy/db/migrate
bogdanvlviv 67a9a86b1d
Test actiontext on Rails 6.0
- config.load_defaults 6.0 in the dummy app and
  fix the test since by default rails 6.0 configured
  does not generate "utf8" hidden input, see #32125
- Use `ActiveRecord::Migration[6.0]` in the dummy app
  since actiontext will be since Rails 6.0
- Fix `CreateActiveStorageTables` migration in the dummy app.
  Add `t.foreign_key :active_storage_blobs, column: :blob_id`
  It was added in 2ae3a29508.
- `rails/actiontext$ yarn install`
2019-01-05 15:24:27 +02:00
..
2018052816_create_action_text_tables.rb
20180208205311_create_messages.rb Test actiontext on Rails 6.0 2019-01-05 15:24:27 +02:00
20180212164506_create_active_storage_tables.rb Test actiontext on Rails 6.0 2019-01-05 15:24:27 +02:00
20181003185713_create_people.rb Test actiontext on Rails 6.0 2019-01-05 15:24:27 +02:00