aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-3/+3
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* Use canonical name for block localyuuji.yaginuma2018-09-071-3/+3
* Merge pull request #33743 from steakknife/steakknife/improve-template-generat...Rafael França2018-08-311-0/+38
|\
| * add github to template actions, light DSL refactorBarry Allard2018-08-301-0/+38
* | Emit warning for unknown inflection rule when generating model.Yoshiyuki Kinjo2018-08-312-2/+23
* | Add migrations_paths option to migration generatorEileen Uchitelle2018-08-301-0/+9
* | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-2/+2
|\ \ | |/ |/|
| * Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-2/+2
| * Convert over the rest of the blacklist referencesKevin Deisz2018-08-241-2/+2
* | Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-291-1/+1
|/
* `bundle binstubs bundler` should be executed after `bundle install`bogdanvlviv2018-08-111-1/+1
* Merge pull request #33202 from deivid-rodriguez/bundler_binstubsEileen M. Uchitelle2018-08-112-30/+21
|\
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-232-4/+6
| * Improve readability of some specsDavid Rodríguez2018-06-231-9/+9
| * Factor out some common bundler mocking logicDavid Rodríguez2018-06-231-20/+9
* | Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-1/+1
* | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-011-0/+24
|\ \ | |/ |/|
| * Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-241-0/+24
* | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-181-1/+7
* | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-161-0/+21
* | Don't generate `config/spring.rb` in `app:update` task when spring isn't loadedTsukuru Tanimichi2018-05-131-0/+11