aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-232-0/+43
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-232-43/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-232-0/+43
* Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-231-4/+4
|\
| * Simplify the version specifier generated by prereleasesMatthew Draper2017-01-051-4/+4
* | Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-212-6/+6
* | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\ \
| * | Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
* | | Move and rename system testseileencodes2017-02-202-2/+2
* | | Turn system testing into it's own gem and renameeileencodes2017-02-202-2/+2
* | | Add tests for system testingeileencodes2017-02-203-1/+37
* | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummyGuillermo Iguaran2017-02-201-0/+1
|\ \ \
| * | | Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-181-0/+1
| |/ /
* / / Add test for generate namespaced integration testShota Iguchi2017-02-161-2/+6
|/ /
* | Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-...Godfrey Chan2017-02-141-0/+20
|\ \
| * | Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-071-0/+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
* | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runnerRafael França2017-01-301-0/+11
|\ \ \
| * | | add warnings option to test runneryuuji.yaginuma2017-01-241-0/+11
* | | | do not run `git init` when specify the `pretend` optionyuuji.yaginuma2017-01-231-0/+1
|/ / /
* | | Merge pull request #27632 from dixpac/repo_initializeRafael Mendonça França2017-01-182-2/+8
|\ \ \
| * | | Initalize git repo when creatin new rails appdixpac2017-01-122-2/+8
| * | | 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
* | | | Move config reset to ensure blockAndrew White2017-01-171-1/+2
* | | | Move config reset to ensure blockAndrew White2017-01-171-1/+2
* | | | Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-162-0/+20
* | | | make all rails commands work in engineyuuji.yaginuma2017-01-091-0/+1
|/ / /
* / / Don't generate HTML/ERB templates for scaffold controller with --api flagPrathamesh Sonpatki2017-01-071-0/+6
|/ /
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-20/+0
* | Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-0/+20
|/
* Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-011-0/+7
* Correct indent-accounting in controller route generationMatthew Draper2016-12-251-1/+1
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-244-4/+4
* fix broken tests (#27308)Yuji Yaginuma2016-12-081-3/+2
* specify `skip_yarn` option in API-only Application (#27309)Yuji Yaginuma2016-12-081-1/+4
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-082-25/+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-292-3/+0
|/
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-213-14/+9
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-141-0/+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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-11/+11
* 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