aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Railities typo fixes.alkesh262019-02-014-4/+4
* Fix `ERB.new` argument deprecated warningyuuji.yaginuma2019-01-311-1/+5
* Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-0/+6
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-171-32/+0
* Remove deprecated `capify!`Rafael Mendonça França2019-01-171-9/+0
* Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-161-2/+2
* Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-163-2/+19
|\
| * Add connection_test to app generatorVladimir Dementyev2019-01-131-0/+3
| * Add channel test generatorVladimir Dementyev2019-01-131-0/+14
| * Move all npm packages to @rails scopeJavan Makhmali2019-01-101-2/+2
* | Revise wording on invalid database error messagesGannon McGibbon2019-01-091-1/+1
* | Add rails db:system:change commandGannon McGibbon2019-01-092-0/+114
|/
* Preserve Bundle configuration during app generation (#34755)Marco Costa2019-01-091-0/+18
* Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+11
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-11/+0
* Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-061-0/+5
* Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-052-0/+17
* Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-032-0/+9
|\
| * Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-282-0/+14
* | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-291-0/+5
* | Ensure that the app generator skips action mailbox when `--skip-active-record...bogdanvlviv2018-12-281-0/+5
|/
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-212-4/+4
* Do not show post install message on rails newRafael Mendonça França2018-12-131-1/+1
* Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-131-0/+7
|\
| * Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-121-0/+7
* | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-121-0/+7
|/
* Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-121-3/+5
* Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+14
* Abort early if generator command fails (#34420)David Rodríguez2018-12-071-2/+14
* Fix test name to match the test behavioryuuji.yaginuma2018-11-181-4/+4
* Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+11
* Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-5/+1
* Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-222-3/+4
* Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-10/+0
* Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-222-4/+6
* Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-202-6/+10
* Avoid running bundler on tests that don't need ityuuji.yaginuma2018-10-191-3/+3
* Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-141-3/+13
* Runs the generator before assertionsyuuji.yaginuma2018-10-121-0/+1
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-092-6/+6
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-092-6/+6
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-091-0/+14
* Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-054-8/+6
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-308-134/+55
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* Reset `ActiveRecord::Base.configurations` to the value beforeyuuji.yaginuma2018-09-291-1/+2
* Refactor migrations_path command option to databaseGannon McGibbon2018-09-284-13/+33
* Add migrations_paths option to model generatorGannon McGibbon2018-09-272-0/+15