aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-10-02 23:53:12 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-10-03 00:03:16 +0530
commite8546aba904fb6685ef2e61f1623c64e699a2c9c (patch)
tree0cd43409320fff1f9a7bd7bc9c1f00236ab4d9c9 /guides/source/getting_started.md
parentcf608ee34dd833b0357ef4eefa692db33242d2aa (diff)
downloadrails-e8546aba904fb6685ef2e61f1623c64e699a2c9c.tar.gz
rails-e8546aba904fb6685ef2e61f1623c64e699a2c9c.tar.bz2
rails-e8546aba904fb6685ef2e61f1623c64e699a2c9c.zip
Update the docs now that webpacker is default [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 197a198db7..9eb77d2a50 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -272,8 +272,6 @@ invoke helper
create app/helpers/welcome_helper.rb
invoke test_unit
invoke assets
-invoke coffee
-create app/assets/javascripts/welcome.coffee
invoke scss
create app/assets/stylesheets/welcome.scss
```
@@ -1665,7 +1663,6 @@ This creates five files and one empty directory:
| app/views/comments/ | Views of the controller are stored here |
| test/controllers/comments_controller_test.rb | The test for the controller |
| app/helpers/comments_helper.rb | A view helper file |
-| app/assets/javascripts/comments.coffee | CoffeeScript for the controller |
| app/assets/stylesheets/comments.scss | Cascading style sheet for the controller |
Like with any blog, our readers will create their comments directly after