aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/shared_generator_tests.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Typo existant -> existent [ci skip]Prathamesh Sonpatki2013-05-081-2/+2
* Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-241-58/+0
* Gist URLs are now namespacedAkira Matsuda2013-02-181-3/+3
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-2/+2
* fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057Akira Matsuda2013-01-051-1/+1
* Revert "Install binstubs by default"Jeremy Kemper2012-12-281-3/+3
* Revert "Detect rbenv and update the shebang"Jeremy Kemper2012-12-281-10/+0
* Detect rbenv and update the shebangYehuda Katz2012-12-221-0/+10
* Install binstubs by defaultYehuda Katz2012-12-221-3/+3
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-7/+7
* change app/plugin generators to be more SCM agnosticDerek Prior2012-09-121-0/+12
* Fix build for railties generators Arun Agrawal2012-05-021-2/+2
* build fix for SharedGeneratorTestsArun Agrawal2012-05-021-2/+2
* Fix testsPiotr Sarnacki2012-05-011-1/+1
* Remove duplicated tests from shared generatorCarlos Antonio da Silva2012-03-141-15/+0
* Depend on 4.0.0.beta gems. Use https for github urls.Jeremy Kemper2011-12-221-1/+1
* Warnings removed for using shadow variable.Arun Agrawal2011-09-041-2/+2