aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Rails API apps return the full resource on updateSantiago Pastorino2015-06-111-1/+1
* Fix class_option description for api generatorsSantiago Pastorino2015-06-111-1/+1
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-112-1/+46
* Merge pull request #20387 from y-yagi/fix_engine_generated_controller_testYves Senn2015-06-023-1/+19
|\
| * add engine's namespace to fixture nameyuuji.yaginuma2015-05-312-1/+10
| * set engine's route in the functional test is generated in the engineyuuji.yaginuma2015-05-312-0/+9
|/
* Removed `assigns` from functional_test templatesPrathamesh Sonpatki2015-05-021-3/+2
* respect `pluralize_table_names` when generate fixture file. fixes #19519yuuji.yaginuma2015-03-271-1/+1
* add mailer suffix to comments for email previewsyuuji.yaginuma2015-03-151-2/+2
* Merge pull request #18393 from y-yagi/fix_mailerRafael Mendonça França2015-02-182-1/+6
|\
| * follow up to #18074yuuji.yaginuma2015-01-082-1/+6
* | scaffold controller_test template should use kwargs. refs #18323.Yves Senn2015-01-301-5/+5
|/
* Add mailer suffix to generated files and classesCarlos Souza2015-01-063-6/+6
* Generated fixtures won't use parent_id when generated with parent:referencesPablo Olmos de Aguilera Corradini2015-01-021-0/+2
* correct filename for jobs testsAbdelkader Boudih2014-09-281-1/+1
* Change ActiveJob test directory to "test/jobs"yuuji.yaginuma2014-09-131-1/+1
* Remove extra newline from ActiveJob test templateyuuji.yaginuma2014-09-091-1/+0
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-1/+0
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-1/+3
* [ActiveJob] Add hook for test_framework and test templatesAbdelkader Boudih2014-08-222-0/+22
* Bring back the helpers testsJosé Valim2014-08-051-0/+9
* Generating stubs for helper tests is overly specific. Most helpers should sim...David Heinemeier Hansson2014-08-032-19/+0
* Add comments with urls for email previewsAndrew White2013-12-221-0/+2
* Add mailer previews feature based on mail_view gemAndrew White2013-12-172-1/+19
* Revert "Rename not Ruby files to .tt"Santiago Pastorino2013-12-106-0/+0
* Rename not Ruby files to .ttSantiago Pastorino2013-12-106-0/+0
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-162-0/+42
* Update a broken link into the fixtures' templateRobin Dupret2013-06-291-1/+1
* Add support for generate scaffold password:digestSam Ruby2013-03-132-10/+12
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-102-25/+0
* test PATCH method for update action in generated scaffold controller test rat...Akira Matsuda2013-01-031-1/+1
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* quote column names in generated fixture filesYves Senn2012-12-262-4/+16