Abhay Nikam
cfe30cee3e
Adds a warning message for action text installer if application pack is missing.
2019-04-19 08:30:59 +05:30
George Claghorn
ff7948b1c2
Avoid creating ActionText::RichText records unnecessarily
...
Assigning a has_one association for a persisted record saves the change immediately, so attempting to read a rich-text attribute on a persisted record without a corresponding ActionText::RichText would eagerly create one. Avoid assigning the rich text association to fix.
2019-03-23 10:04:48 -04:00
George Claghorn
c399f7d07a
Fix updating rich text via nested attributes
...
Closes #35159 .
2019-03-17 17:22:46 -04:00
eileencodes
a2bd669ed2
v6.0.0.beta3 release
...
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEEvJkGf0BARV+D0L2ulxXUSC76N8FAlyJN4cACgkQulxXUSC7
6N9ZXAf/Wx7edIct8kZzcC6irlROx4DzpNbrrH792sO1OAcnoFDE7DPkokllTEP/
4kzC42lca/XG27MCl7E0dtVD8hIyAl89nxid6cwKFVZVTPIRVc1wjXkoiWy/cvd7
6+9IjxhlgrzxGnw3aWZJG7H3iqz69yr55aoSDU/TbMqq5kQrqNF95vr2nc8LEUco
SLQj0pO/tfJdHquSeX0JiXn3VSEHT+5TdLGQ3J/w0wFU6mkecH4MJMJvMwLFx/v4
llnvF6HyfSLASWbrpdD3h6MQHpImDoee5vILXAHzPdSaEVcVa1cDFtMcPMYiu8Dw
AGdCAaHQhZFFGoYK472+o6pur0dxEA==
=5dET
-----END PGP SIGNATURE-----
Merge tag 'v6.0.0.beta3'
v6.0.0.beta3 release
2019-03-13 13:11:10 -04:00
eileencodes
7c87fd5635
Prep release
...
* Update RAILS_VERSION
* Bundle
* rake update_versions
* rake changelog:header
2019-03-11 11:58:15 -04:00
Chris Oliver
764803e07a
Adds default trix partial
2019-03-05 11:29:32 -06:00
Rafael Mendonça França
5e6e505083
Preparing for 6.0.0.beta2 release
2019-02-25 17:45:04 -05:00
Vinicius Brasil
95e00befbc
Add line break to Action Text installation outputs
...
The Action Text installations appends `require("trix")` to the application.js file. The problem is that there isn't a line break in the beginning of the installation output, leading to syntax errors, e.g.:
```
import './application.scss'require("trix")
```
This commit moves the line break from the end to the beginning of the output, fixing it to:
```
import './application.scss'
require("trix")
```
2019-01-27 22:30:17 -02:00
Rafael Mendonça França
5a0230c67f
Preparing for 6.0.0.beta1 release
2019-01-18 15:42:12 -05:00
Javan Makhmali
866da19fd9
Tidy up action_text:install task
...
Automate installing the appropriate packages with yarn and appending them to the default application.js pack.
2019-01-17 10:42:09 -05:00
Javan Makhmali
86b489e3d6
Move all npm packages to @rails scope
...
Fixes #33083
2019-01-10 11:01:57 -05:00
yuuji.yaginuma
5df737b7e8
Enable Lint/DeprecatedClassMethods
cop to avoid using deprecated methods
2019-01-09 12:00:08 +09:00
George Claghorn
02d2958b6c
Reset ActionText::Content.renderer before and after each request
2019-01-05 16:59:54 -05:00
George Claghorn
0decd2ddc4
Import Action Text
2019-01-04 22:22:49 -05:00