aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-3/+0
* Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-051-2/+7
* Add rich_text field to model generatorsChris Oliver2019-03-281-1/+1
* Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-091-1/+1
* Fix warning: shadowing outer local variable - attributeRyuta Kamizono2018-12-131-1/+1
* Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-121-0/+6
* Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-122-0/+13
* Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+5
* Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-291-2/+2
* Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-222-2/+2
* Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+5
* Allow `false` for `config.generators.system_tests=`bogdanvlviv2018-01-181-1/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-1314-1/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-2110-11/+11
* Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-1712-24/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-1422-0/+44
* [Railties] require => require_relativeAkira Matsuda2017-07-0110-11/+11
* Add system tests to generate scaffoldDinah Shi2017-06-304-8/+68
* Includes namespace in system test skelton when namespace is specifiedyuuji.yaginuma2017-05-281-1/+1
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-203-3/+3
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-5/+0
* Add default configuration to generated system test helpereileencodes2017-02-201-0/+2
* Move and rename system testseileencodes2017-02-202-4/+6
* Refactor config settings to use generated fileeileencodes2017-02-203-2/+14
* Turn system testing into it's own gem and renameeileencodes2017-02-201-1/+1
* Appease Rubocopeileencodes2017-02-201-1/+1
* Add generators and ability to run system testseileencodes2017-02-202-0/+20
* Add missing module namespacing wrapperShota Iguchi2017-02-151-0/+2
* Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-071-1/+1
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-252-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in railties/libXavier Noria2016-08-069-23/+23
* Fix API controller tests by assigning them the encoding typePrathamesh Sonpatki2016-06-071-5/+5
* Redirects are to urls, not pathsDavid Heinemeier Hansson2016-05-281-3/+3
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-061-1/+1
* make generated controller test work correctlyyuuji.yaginuma2016-01-061-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-12-201-2/+2
|\
| * remove extra spaces in fixtures doc partGaurav Sharma2015-12-131-2/+2
* | fix indentation of generated controller testyuuji.yaginuma2015-12-182-3/+3
* | Deal with leading CR when its not a mountable engineDavid Heinemeier Hansson2015-12-171-1/+1
* | Update test generators to use ActionDispatch::IntegrationTestAbdelkader Boudih2015-12-153-25/+25
* | Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-133-17/+16
* | Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-133-16/+17
|/
* make generated scaffold functional tests work inside API enginesyuuji.yaginuma2015-08-091-1/+4
* fix NoMethodError that occurs when generating scaffold inside full mode engineyuuji.yaginuma2015-06-283-3/+3
* assigns was removed from RailsRafael Mendonça França2015-06-111-1/+0