aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/shared_generator_tests.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/update references after 8927eba83cKasper Timm Hansen2019-04-171-4/+1
* Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-161-2/+2
* Move all npm packages to @rails scopeJavan Makhmali2019-01-101-2/+2
* 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-051-0/+2
* Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-281-0/+4
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-211-2/+2
* 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-221-1/+2
* 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-221-2/+2
* Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-201-2/+2
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-091-4/+4
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-091-4/+4
* Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-051-2/+2
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-12/+11
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Add cop for preferring 'Foo.method' over 'Foo::method'Andrew White2018-02-221-1/+1
* Clean up railties testsbogdanvlviv2018-01-101-2/+0
* Prevent to install gems when run test (#31564)Yuji Yaginuma2017-12-261-1/+3
* Move `test_skip_bundle` to `AppGeneratorTest`yuuji.yaginuma2017-12-241-9/+0
* Remove redundant passing --skip-active-storage in test casesbogdanvlviv2017-11-081-1/+1
* Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-1/+0
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-8/+21
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+91
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-1/+1
* Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...bogdanvlviv2017-08-171-0/+114
* Add --skip-yarn option to the plugin generatorbogdanvlviv2017-08-151-0/+30
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* Initalize git repo when creatin new rails appdixpac2017-01-121-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* applies new string literal convention in railties/testXavier Noria2016-08-061-10/+10
* Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-011-35/+0
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-171-2/+1
* Remove unneeded generator variable.Kasper Timm Hansen2015-09-221-1/+0
* Removed mocha from Railites PluginGeneratorTestRonak Jangir2015-09-221-14/+35
* Display a more human readable list of reserved namesRobin Dupret2015-07-011-1/+1
* Removed duplicate test cases for template execution Ronak Jangir2015-06-041-9/+0
* Omit .keep in .gitignore when generated with --skip-keeps.Ben Pickles2015-05-221-1/+5
* list reserved words in generator errorSean Linsley2015-05-051-1/+1
* Change option description and update test namesMelanie Gilman2015-01-291-1/+1
* Update option to skip test in generatorsMelanie Gilman2015-01-271-1/+1
* Swallow bundler exceptions when running testsRobin Dupret2014-04-271-5/+8
* Install Spring preloader when generating new applicationsJon Leighton2013-12-031-6/+10
* Don't require using application_name before optionsPiotr Sarnacki2013-09-131-5/+0