Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `t.timestamps` changes in Action Text and Action Mailbox | Ryuta Kamizono | 2019-01-29 | 1 | -0/+0 |
| | | | | Follow up #34956. | ||||
* | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 2 | -8/+7 |
| | |||||
* | Changed webserver to web server. | alkesh26 | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Allow using Action Mailbox on MySQL 5.5 | Ryuta Kamizono | 2019-01-18 | 1 | -5/+5 |
| | | | | | | | | | | Active Record still support MySQL 5.5 which doesn't support datetime with precision. https://github.com/rails/rails/blob/9e34df00039d63b5672315419e76f06f80ef3dc4/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb#L99-L101 So we should check `supports_datetime_with_precision?` on the connection. | ||||
* | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 1 | -1/+1 |
| | | | | Fixes #33083 | ||||
* | Test actiontext on Rails 6.0 | bogdanvlviv | 2019-01-05 | 4 | -3/+4 |
| | | | | | | | | | | | | - 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 | 83 | -0/+7377 |