aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/scaffold
Commit message (Expand)AuthorAgeFilesLines
* 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-152-20/+22
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-132-15/+14
* Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-132-14/+15
* 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-282-2/+2
* 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-022-1/+13
|\
| * 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-311-0/+3
|/
* Removed `assigns` from functional_test templatesPrathamesh Sonpatki2015-05-021-3/+2
* scaffold controller_test template should use kwargs. refs #18323.Yves Senn2015-01-301-5/+5
* Add support for generate scaffold password:digestSam Ruby2013-03-131-1/+5
* test PATCH method for update action in generated scaffold controller test rat...Akira Matsuda2013-01-031-1/+1
* Extract a attributes_names method to avoid duplicationRafael Mendonça França2012-12-101-12/+4
* Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-101-5/+11
* Put the reference and belongs_to attributes in the scaffold tests.Rafael Mendonça França2012-12-101-6/+3
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-3/+3
|\
| * nodoc TestUnit::Generators [ci skip]Francesco Rodriguez2012-10-071-3/+3
* | Update test locationsMike Moore2012-10-091-1/+1
|/
* Remove unused generator options. This was added for the removed rails new --httpSantiago Pastorino2012-04-181-3/+0
* Remove --http.José Valim2012-03-142-54/+2
* Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-142-1/+56
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-132-10/+6
* Refactor the test_unit scaffold generator to use the key_value methodRafael Mendonça França2012-03-131-1/+1
* Use the attributes hash explicitlyRafael Mendonça França2012-03-132-6/+18
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-122-2/+11
* Remove needless to_param in scaffold functional testAlexey Vakhov2011-10-241-4/+4
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-101-5/+5
* Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-031-0/+2
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-242-3/+0
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-12/+12
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-0/+69
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-182-65/+0
* MergeDavid Heinemeier Hansson2010-01-031-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-242-0/+65