aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-081-2/+2
* Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-1/+15
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-5/+8
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+61
* Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-181-0/+2
* Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-251-1/+6
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-3/+1
* Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-171-119/+0
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-151-26/+0
* Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-141-8/+0
|\
| * Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-131-8/+0
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* | Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
|/
* Refactor app_generator_test (#30192)yhirano552017-08-111-1/+8
* Improve plugin generator tests. Related to #30123.bogdanvlviv2017-08-101-32/+30
* Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-011-0/+2
|\
| * Merge pull request #30015 from larskanis/use-duktake-on-mingwGuillermo Iguaran2017-08-011-0/+2
| |\
| | * Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C buildsLars Kanis2017-08-011-0/+2
* | | Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-311-1/+1
* | | Include default storage configurationDavid Heinemeier Hansson2017-07-311-0/+1
|/ /
* / Set Ruby version in Gemfile and .ruby-version by defaultAlberto Almagro2017-07-311-0/+12
|/
* Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-161-0/+16
* Update default app files in app_generator_testKoichi ITO2017-07-061-2/+40
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Add system tests to generate scaffoldDinah Shi2017-06-301-2/+2
|/
* Replace therubyracer with mini_racerSam2017-05-301-1/+1
* Remove redundant test methodAndy Atkinson2017-05-251-7/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-3/+3
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-7/+7
* Merge pull request #28708 from y-yagi/dont_generate_system_test_filesRafael França2017-04-191-0/+11
|\
| * Don't generate system test files if `skip_system_test` option is specifiedyuuji.yaginuma2017-04-121-0/+11
* | Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-1/+0
|/
* Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-271-8/+0
|\
| * Remove -j (--javascript) option from `rails new`claudiob2017-03-231-8/+0
* | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-271-0/+24
|/
* Don't comment out config.file_watcher during Rails upgradeyuuji.yaginuma2017-03-221-14/+0
* Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-191-0/+12
* Track the version-compatible config settings inside railtiesMatthew Draper2017-03-181-13/+8
* Rename test of `app:update` to more appropriate nameyuuji.yaginuma2017-03-151-7/+7
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-0/+1
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-1/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-0/+1
* Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-211-5/+5
* Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\
| * Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
* | Add tests for system testingeileencodes2017-02-201-1/+20
|/
* remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-1/+0