aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/scaffold/templates/api_functional_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix indentation of generated controller testyuuji.yaginuma2015-12-181-2/+2
* Update test generators to use ActionDispatch::IntegrationTestAbdelkader Boudih2015-12-151-9/+10
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-131-6/+6
* Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-131-6/+6
* make generated scaffold functional tests work inside API enginesyuuji.yaginuma2015-08-091-1/+4
* 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
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-111-0/+41