aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+2
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-2/+0
* Address to rubocop offencesRyuta Kamizono2019-07-311-2/+2
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-3/+3
* create a newline between blocks when gem_group, github and add_source was cal...masakazutakewaka2019-07-211-9/+44
* Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+49
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-135-5/+0
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+15
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+15
* | Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-052-0/+39
* | Remove action_controller.perform_caching from api app's configsst00122019-04-241-0/+7
* | Remove duplicated testyuuji.yaginuma2019-04-201-12/+1
* | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-193-7/+89
* | Fix typo in test description from generages -> generatesAbhay Nikam2019-04-171-1/+1
* | Fix bin/update references after 8927eba83cKasper Timm Hansen2019-04-173-10/+1
* | Remove `required: true` from the model generator templatePrathamesh Sonpatki2019-04-151-13/+2
* | Correctly set application path in `test_app_update_does_not_change_config_tar...yuuji.yaginuma2019-04-151-2/+2
* | Make test application the same state as `app:update`yuuji.yaginuma2019-04-151-1/+2
* | Merge pull request #35967 from ryohashimoto/do_not_app_update_in_app_generato...Yuji Yaginuma2019-04-151-49/+60
|\ \
| * | use Rails::Generators::AppGenerator#update_config_files instead of `rails app...Ryo Hashimoto2019-04-131-49/+60
* | | Fix broken `AppGeneratorTest#test_spring_no_fork`yuuji.yaginuma2019-04-151-1/+1
* | | generate config.cache_classes = false if SpringXavier Noria2019-04-141-0/+6
|/ /
* | Address new cop offence in railtiesRyuta Kamizono2019-04-121-1/+1
* | Remove redundant begin blockRyuta Kamizono2019-04-041-10/+9
* | Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-042-2/+2
* | Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'Benoit Daloze2019-04-031-0/+16
* | Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-025-5/+73
|\ \
| * | Add attachment and attachments field generatorsChris Oliver2019-03-305-5/+73
* | | Include final newline in generated .ruby-versionOrhan Toy2019-04-011-0/+2
|/ /
* | Add rich_text field to model generatorsChris Oliver2019-03-283-1/+54
* | Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-241-2/+2
* | Make aliases of `database` option in generators workyuuji.yaginuma2019-03-203-0/+30
* | Add version awareness to rails db:system:changeGannon McGibbon2019-03-081-3/+18
* | Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-9/+0
* | Zeitwerk integrationXavier Noria2019-02-121-0/+9
|/
* Set sqlite3 gem version explicitly in generated GemfileSergey Ponomarev2019-02-051-1/+1
* 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