Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Webpacker in Action Text's test dummy app | George Claghorn | 2019-05-11 | 4 | -1/+37 |
| | |||||
* | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 2 | -2/+2 |
| | |||||
* | Changed webserver to web server. | alkesh26 | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Test actiontext on Rails 6.0 | bogdanvlviv | 2019-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | - 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 Text | George Claghorn | 2019-01-04 | 27 | -0/+552 |