aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/lib/templates
Commit message (Collapse)AuthorAgeFilesLines
* Adds a warning message for action text installer if application pack is missing.Abhay Nikam2019-04-191-0/+13
|
* Add line break to Action Text installation outputsVinicius Brasil2019-01-271-1/+1
| | | | | | | | | | | | | | 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") ```
* Tidy up action_text:install taskJavan Makhmali2019-01-171-9/+20
| | | | Automate installing the appropriate packages with yarn and appending them to the default application.js pack.
* Move all npm packages to @rails scopeJavan Makhmali2019-01-101-4/+3
| | | | Fixes #33083
* Enable `Lint/DeprecatedClassMethods` cop to avoid using deprecated methodsyuuji.yaginuma2019-01-091-1/+1
|
* Import Action TextGeorge Claghorn2019-01-043-0/+62