aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Ignore yarn error log fileyuuji.yaginuma2017-02-031-0/+5
* do not run `git init` when specify the `pretend` optionyuuji.yaginuma2017-01-231-0/+1
* Initalize git repo when creatin new rails appdixpac2017-01-121-2/+7
* Revert "Merge pull request #27619 from dixpac/add_missing_generator_test"yuuji.yaginuma2017-01-101-5/+0
* Test `--skip-git` generator optiondixpac2017-01-091-0/+5
* Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-011-0/+7
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* fix broken tests (#27308)Yuji Yaginuma2016-12-081-3/+2
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-081-24/+11
* Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-011-1/+1
* Merge pull request #26836 from Liceth/npmGuillermo Iguaran2016-11-291-0/+24
|\
| * Add node_modules path to assets load paths when --yarn option is usedLiceth Ovalles2016-11-281-0/+1
| * Add package.json for Yarn if --yarn option is addedLiceth Ovalles2016-11-281-0/+23
* | rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-291-2/+0
|/
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-211-12/+8
* Add test for #25248Sean Griffin2016-11-121-0/+10
* Don't put db:migrate and db:setup in binfiles if activerecord is excludedBouke van der Bijl2016-11-011-0/+6
* remove assets config from `new_framework_defaults` if `--skip-sprockets` is trueyuuji.yaginuma2016-10-251-0/+3
* don't create db directory when skip active_recordJosé Gomes Júnior2016-10-211-0/+1