Skip to content

Commit

Permalink
Merge pull request #30270 from yhirano55/update_guide_source_engine
Browse files Browse the repository at this point in the history
Inserted system_test ones into scaffolding logs [ci skip]
  • Loading branch information
kamipo committed Aug 15, 2017
2 parents fbeebde + 10765c0 commit 76ee15f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/source/engines.md
Expand Up @@ -346,6 +346,9 @@ invoke test_unit
create test/controllers/blorgh/articles_controller_test.rb
invoke helper
create app/helpers/blorgh/articles_helper.rb
invoke test_unit
create test/application_system_test_case.rb
create test/system/articles_test.rb
invoke assets
invoke js
create app/assets/javascripts/blorgh/articles.js
Expand Down
6 changes: 6 additions & 0 deletions guides/source/generators.md
Expand Up @@ -197,6 +197,9 @@ $ bin/rails generate scaffold User name:string
invoke jbuilder
create app/views/users/index.json.jbuilder
create app/views/users/show.json.jbuilder
invoke test_unit
create test/application_system_test_case.rb
create test/system/users_test.rb
invoke assets
invoke coffee
create app/assets/javascripts/users.coffee
Expand Down Expand Up @@ -415,6 +418,9 @@ $ bin/rails generate scaffold Comment body:text
invoke jbuilder
create app/views/comments/index.json.jbuilder
create app/views/comments/show.json.jbuilder
invoke test_unit
create test/application_system_test_case.rb
create test/system/comments_test.rb
invoke assets
invoke coffee
create app/assets/javascripts/comments.coffee
Expand Down

0 comments on commit 76ee15f

Please sign in to comment.