aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/scaffold_controller_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-051-0/+9
* Add attachment and attachments field generatorsChris Oliver2019-03-301-0/+18
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+2
* scaffold nested name controller should be fine.yalab2017-09-271-0/+23
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* 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
* Don't generate HTML/ERB templates for scaffold controller with --api flagPrathamesh Sonpatki2017-01-071-0/+6
* applies new string literal convention in railties/testXavier Noria2016-08-061-2/+2
* Fix API controller tests by assigning them the encoding typePrathamesh Sonpatki2016-06-071-2/+2
* Update test generators to use ActionDispatch::IntegrationTestAbdelkader Boudih2015-12-151-9/+9
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-131-3/+3
* Merge pull request #22569 from seuros/remove-test-caseEileen M. Uchitelle2015-12-131-3/+3
|\
| * Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-131-3/+3
* | Prevent a 500 in the default controller scaffoldGenadi Samokovarov2015-12-131-1/+1
|/
* make test runner work correctly inside engineyuuji.yaginuma2015-07-121-2/+2
* fix NoMethodError that occurs when generating scaffold inside full mode engineyuuji.yaginuma2015-06-281-0/+11
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-111-0/+47
* add test to run generated test files inside mountable engineyuuji.yaginuma2015-06-021-0/+11
* build fix.Yves Senn2015-01-301-4/+4
* A few more tests asserting the presence of helper test stubsDavid Heinemeier Hansson2014-08-031-2/+0
* Display notice in index.html pages in scaffolded generated viewsArun Agrawal2014-07-041-0/+8
* Use short-form for the scaffold render calls and drop the needless testDavid Heinemeier Hansson2014-04-081-7/+0
* Added --model-name option scaffold_controller_generator.yalab2013-10-151-0/+9
* Added notice message for destroy method in scaffoldRahul P. Chaudhari2013-02-101-0/+1
* More consistent quotes in scaffold generatorPavel Pravosud2013-01-111-1/+1
* Include jbuilder by default and rely on its scaffold generator to show json A...David Heinemeier Hansson2013-01-101-15/+1
* Merge pull request #8705 from amparo-luna/change_update_attributes_to_updateGuillermo Iguaran2013-01-031-1/+1
|\
| * Updating default application templates to use update instead of update_attrib...Amparo Luna + Guillermo Iguaran2013-01-031-1/+1
* | test PATCH method for update action in generated scaffold controller test rat...Akira Matsuda2013-01-031-2/+2
|/
* Add --no-html to scaffold generatorYehuda Katz2012-12-221-0/+12
* Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-101-3/+12
* Put the reference and belongs_to attributes in the scaffold tests.Rafael Mendonça França2012-12-101-3/+3
* Use the references and belongs_id ids in the scaffold_controllerRafael Mendonça França2012-12-091-0/+9
* Add test case for scaffold_controller generator without attributes.Rafael Mendonça França2012-12-091-0/+9
* Fix scaffold controller generator testsCarlos Antonio da Silva2012-12-081-8/+6
* Remove some line breaks between array items that make the assert file tests h...Carlos Antonio da Silva2012-11-041-6/+3
* Update test locationsMike Moore2012-10-091-4/+4
* Update test to match new non-sorting of attributes.Brian Morearty2012-09-231-1/+1
* Change scaffold_controller to generate and use private method to encapsulate ...Guillermo Iguaran2012-09-161-2/+5
* Remove --http.José Valim2012-03-141-37/+0
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-141-0/+37
* Refactor the test_unit scaffold generator to use the key_value methodRafael Mendonça França2012-03-131-4/+4
* Use the attributes hash explicitlyRafael Mendonça França2012-03-131-3/+13
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-121-0/+3
* Get rid of --old-style-hashJosé Valim2011-12-201-12/+1
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-23/+23
* Add --old-style-hash option to force creating old style hash on Ruby 1.9Prem Sichanugrist2011-04-101-0/+7
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-101-0/+11
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-241-14/+0