aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix NoMethodError that occurs when generating scaffold inside full mode engineyuuji.yaginuma2015-06-281-1/+1
* add engine's namespace to fixture nameyuuji.yaginuma2015-05-311-1/+1
* 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
* test PATCH method for update action in generated scaffold controller test rat...Akira Matsuda2013-01-031-1/+1
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-131-5/+5
* Use the attributes hash explicitlyRafael Mendonça França2012-03-131-3/+2
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-121-2/+3
* 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-241-2/+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-231-0/+51
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-47/+0
* MergeDavid Heinemeier Hansson2010-01-031-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+47