Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 1 | -1/+1 |
| | | | | Fixes #33083 | ||||
* | Update coffeelint to 2.1.0 | Prem Sichanugrist | 2018-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | There was a warning when running `npm install` in Action View: coffee-script@1.11.1: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) We are not requiring `coffee-script` explicitly, but `coffeelint` does. The latest version, 2.1.0, already fix the dependency package name, so we should upgrade to it to suppress the warning. | ||||
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -1/+1 |
| | | | | :tada::tada::tada: | ||||
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Fix test directory to correct path | yuuji.yaginuma | 2017-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Together, fix to the following lint violation. ``` rails/actionview/test/ujs/public/test/data-confirm.js 303:11 error Strings must use singlequote quotes rails/actionview/test/ujs/public/test/data-remote.js 414:32 error Extra semicolon semi ✖ 2 problems (2 errors, 0 warnings) ``` | ||||
* | Fix link to rails-ujs | Ryunosuke Sato | 2017-03-30 | 1 | -1/+1 |
| | | | | | https://github.com/rails/rails-ujs is merged into actionview in favor of https://github.com/rails/rails/pull/28098. [skip ci] | ||||
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Update package.json | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Test rails-ujs in our travis matrix | Rafael Mendonça França | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Add rails-ujs to Action View | Guillermo Iguaran | 2016-11-26 | 1 | -0/+36 |