aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-291-0/+1
* Remove unnecessary testyuuji.yaginuma2018-06-031-6/+0
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-3/+3
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-221-0/+13
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-241-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
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Use appropriate type in generators testyuuji.yaginuma2017-03-081-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-10/+10
* applies new string literal convention in railties/testXavier Noria2016-08-061-9/+9
* Cleaned up generators tests using internal assertion helperRonak Jangir2015-08-201-17/+7
* Remove use of mocha in the railties generators tests Ronak Jangir2015-05-221-18/+34
* Fix generator testsRafael Mendonça França2015-05-031-1/+1
* Revert "Fix multiple suggestion test"Arthur Neves2015-04-251-1/+1
* Fix multiple suggestion testArthur Neves2015-04-251-1/+1
* Add test for multiple suggested generator names.Josef Šimánek2015-04-251-0/+6
* Fix Railties tests that were order dependentAkira Matsuda2014-08-131-0/+10
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* Emit suggested generator names when not foundschneems2014-06-041-1/+7
* print generators on failed generateschneems2014-05-261-2/+4
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-2/+2
* Revert "Isolate railties Generators Tests"Guillermo Iguaran2013-08-021-1/+0
* Isolate railties Generators TestsAlex Tambellini2013-08-021-0/+1
* s/plugin_new/pluginschneems2013-06-301-1/+1
* cleanup railties test; fix typosVipul A M2013-03-311-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* Fix class_eval without __FILE__ and __LINE__.kennyj2012-07-181-1/+1
* remove duplicate requires of mocha.Aaron Patterson2012-07-031-1/+0
* Unused variable warning removed.Arun Agrawal2012-05-301-1/+1
* More assert_match warnings fixed.Arun Agrawal2012-05-301-1/+1
* Remove --http.José Valim2012-03-141-51/+0
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-141-1/+10
* Disable template, helper and assets options when using http_only!Carlos Antonio da Silva2012-03-141-0/+18
* Create generators http_only! setup and hide some common namespaces for nowCarlos Antonio da Silva2012-03-141-0/+24
* Add convenience method to hide a generator from the available onesCarlos Antonio da Silva2012-02-031-1/+7
* treat USAGE as an ERB templateColin MacKenzie IV2011-11-021-0/+6
* Removed tests for rescue branch for Rails 2.x compatibilityAlexey Gaziev2011-06-201-6/+0
* load_generators_from_railties was removed, remove failing test_load_generator...Guillermo Iguaran2011-05-241-7/+0
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-15/+15
* Allow generators nested in more than one levelSantiago Pastorino2011-01-121-0/+8
* Make sure that generator's default banner is showing its namespacePrem Sichanugrist2011-01-011-0/+10
* Tidy up generators commits.José Valim2010-11-171-0/+6
* application generation: --skip-testunit and --skip-activerecord renamed to --...Xavier Noria2010-07-251-1/+1
* Update generators test.José Valim2010-05-151-12/+1