Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -3/+24 |
| | | | | | If they're not set we'll still fall back to localhost, but this makes it possible to run the tests against a remote Postgres / Redis / whatever. | ||||
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 1 | -1/+1 |
| | | | | | In cases where the MatchData object is not used, this provides a speed-up: https://github.com/JuanitoFatas/fast-ruby/#stringmatch-vs-stringmatch-vs-stringstart_withstringend_with-code-start-code-end | ||||
* | Improve redundancy in line tasks | Yoshiyuki Hirano | 2018-04-19 | 1 | -1/+1 |
| | | | | | * Remove needless concat from actionpack/Rakefile * Remove neesless File.join from actionview/Rakefile | ||||
* | couple of edits [ci skip] | Xavier Noria | 2018-04-13 | 1 | -2/+2 |
| | | | | Legit, but really an excuse to trigger the master hook in the docs server. | ||||
* | Use comment instead of desc in actionview's Rakefile | Yoshiyuki Hirano | 2018-04-05 | 1 | -2/+2 |
| | | | | | * Seems the desc of Rake::TestTask.new is not displayed * Use comment instead of desc | ||||
* | Add :ujs desc to Rakefile in actionview | Yoshiyuki Hirano | 2018-04-05 | 1 | -0/+1 |
| | |||||
* | Correctly kill the server started with ujs test | yuuji.yaginuma | 2017-11-09 | 1 | -2/+2 |
| | | | | | | | | | | `Kernel.#spawn` execute command via the shell if contains shell metacharacters in the command. In that case, return value of `spawn` is pid of the shell, not the server. Therefore, just killing the pid will leave the process of server. In order to correctly kill the server, send a signal to the process group, not the process. | ||||
* | Return correct exit status of ujs test | yuuji.yaginuma | 2017-10-20 | 1 | -1/+1 |
| | | | | | | The `Process::Status#to_i` returns the bits in stat. If need exit status, need to use `#exitstatus`. Ref: https://ruby-doc.org/core-2.4.0/Process/Status.html#method-i-to_i | ||||
* | PhantomJS is abandoned, replace it with Selenium/Chrome headless | Guillermo Iguaran | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
| | |||||
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | Remove log directory in test postprocessing | yuuji.yaginuma | 2017-07-21 | 1 | -1/+1 |
| | | | | The "log" is directory. So it is necessary to use `FileUtils.rm_rf`. | ||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -6/+4 |
| | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f | ||||
* | Suppress `warning: assigned but unused variable - stdout` | Koichi ITO | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Correct typo in component name | Andrew White | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Restore rails-ujs.js UMD module support | Javan Makhmali | 2017-03-30 | 1 | -1/+42 |
| | |||||
* | Test rails-ujs in our travis matrix | Rafael Mendonça França | 2017-02-22 | 1 | -0/+27 |
| | |||||
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
| | | | | | | Some methods were added to public API in 5b14129d8d4ad302b4e11df6bd5c7891b75f393c and they should be not part of the public API. | ||||
* | Add asset compilation Rake task for UJS | Jon Moss | 2016-11-26 | 1 | -1/+9 |
| | | | | | Uses same build pipeline (Blade) as Action Cable. Will run when Rails gems are being built for release. | ||||
* | Add UJS tests | Guillermo Iguaran | 2016-11-26 | 1 | -0/+7 |
| | |||||
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | |||||
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
| | | | | Introduced in d6f2000a67cc63aa67414c75ce77de671824ec52 and was only used by Action Cable. Now handled by Action Cable’s assets:compile task. | ||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
| | |||||
* | Remove unused package tasks | Arun Agrawal | 2015-05-28 | 1 | -7/+0 |
| | | | | We are using `all:build` now. | ||||
* | Merge pull request #20263 from arunagw/aa-remove-custom-lines-actionview | Rafael Mendonça França | 2015-05-28 | 1 | -21/+3 |
|\ | | | | | Remove custom `lines` and use `/tools/line_statistics` | ||||
| * | Remove custom `lines` and use `/tools/line_statistics` | Arun Agrawal | 2015-05-22 | 1 | -21/+3 |
| | | |||||
* | | Remove broken and unused release task | Arun Agrawal | 2015-05-22 | 1 | -7/+0 |
|/ | | | | | - We do release with release.rb - There is no `rake/gemcutter` | ||||
* | Revert "For now, we will keep sorting the tests." | Matthew Draper | 2015-03-06 | 1 | -1/+1 |
| | | | | This reverts commit 7025d7769dc53f0a3ffab8b537727ef3fee367fc. | ||||
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+3 |
| | | | | | | | | | | | | Since we want this flag to be enabled anytime we are running the tests under JRuby, let's enable this at the Rakefile level so people get the performance boost on their local checkout. Moreover, we avoid having to update this particular line anytime the option changes on the JRuby side. The only drawback is that we have to define it in every Rakefile but there's no big deal, this is already the case for other options. | ||||
* | For now, we will keep sorting the tests. | Matthew Draper | 2014-09-05 | 1 | -1/+1 |
| | | | | | This reverts commits e969c928463e329fd6529ac59cad96385c538ffb and bd2b3fbe54e750ba97469a7896e8d143d6dfd465. | ||||
* | No need to sort tests | Akira Matsuda | 2014-08-28 | 1 | -1/+1 |
| | | | | Dir.glob result must be already sorted anyway | ||||
* | Running all isolated test for actionview | Arun Agrawal | 2013-10-03 | 1 | -1/+1 |
| | | | | | 1. fix name for activerecord directory 2. Added actionpack directory to run tests | ||||
* | Move actionpack's controller tests | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Add AP tests to runner | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+9 |
| | |||||
* | Cleanup & reorganise rake tasks in AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -16/+13 |
| | |||||
* | grab executable from rubygems | Arun Agrawal | 2013-07-26 | 1 | -2/+1 |
| | | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc | ||||
* | Removed unused require from actionview rakefile. | Arun Agrawal | 2013-07-09 | 1 | -1/+0 |
| | |||||
* | Minor changes to actionpack/actionview Rakefile | Arun Agrawal | 2013-06-26 | 1 | -4/+0 |
| | |||||
* | Merge pull request #11046 from arunagw/verbose_mode_on | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+3 |
|\ | | | | | Verbose mode on when running tests | ||||
| * | Adding verbose in isolated test. | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
| | | |||||
| * | Adding verbose mode to test_with_ar_integration | Arun Agrawal | 2013-06-21 | 1 | -0/+2 |
| | | |||||
* | | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
|/ | |||||
* | Fix isolated tests on AV | Łukasz Strzałkowski | 2013-06-20 | 1 | -3/+5 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+77 |