aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/template
Commit message (Collapse)AuthorAgeFilesLines
* Allows rich_text_area_tag to add I18n translated placeholder text if ↵Abhay Nikam2019-02-221-2/+48
| | | | placeholder option set to true
* Test actiontext on Rails 6.0bogdanvlviv2019-01-051-4/+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 2ae3a29508e. - `rails/actiontext$ yarn install`
* Import Action TextGeorge Claghorn2019-01-041-0/+71