Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supersam654/23109b261e924d4856b0a8005be6b8cb to your computer and use it in GitHub Desktop.
Save supersam654/23109b261e924d4856b0a8005be6b8cb to your computer and use it in GitHub Desktop.
Output of `rails new` with `--silent` on all `yarn` commands in `webpacker:install`
$ rails new test-rails-app
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create .gitattributes
create Gemfile
run git init from "."
Initialized empty Git repository in /home/sam/projects/test-rails-app/.git/
create package.json
create app
create app/assets/config/manifest.js
create app/assets/stylesheets/application.css
create app/channels/application_cable/channel.rb
create app/channels/application_cable/connection.rb
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/javascript/channels/consumer.js
create app/javascript/channels/index.js
create app/javascript/packs/application.js
create app/jobs/application_job.rb
create app/mailers/application_mailer.rb
create app/models/application_record.rb
create app/views/layouts/application.html.erb
create app/views/layouts/mailer.html.erb
create app/views/layouts/mailer.text.erb
create app/assets/images
create app/assets/images/.keep
create app/controllers/concerns/.keep
create app/models/concerns/.keep
create bin
create bin/rails
create bin/rake
create bin/setup
create bin/spring
create bin/yarn
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/cable.yml
create config/puma.rb
create config/spring.rb
create config/storage.yml
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/application_controller_renderer.rb
create config/initializers/assets.rb
create config/initializers/backtrace_silencers.rb
create config/initializers/content_security_policy.rb
create config/initializers/cookies_serializer.rb
create config/initializers/cors.rb
create config/initializers/filter_parameter_logging.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/new_framework_defaults_7_0.rb
create config/initializers/permissions_policy.rb
create config/initializers/wrap_parameters.rb
create config/locales
create config/locales/en.yml
create config/master.key
append .gitignore
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create lib
create lib/tasks
create lib/tasks/.keep
create lib/assets
create lib/assets/.keep
create log
create log/.keep
create public
create public/404.html
create public/422.html
create public/500.html
create public/apple-touch-icon-precomposed.png
create public/apple-touch-icon.png
create public/favicon.ico
create public/robots.txt
create tmp
create tmp/.keep
create tmp/pids
create tmp/pids/.keep
create tmp/cache
create tmp/cache/assets
create vendor
create vendor/.keep
create test/fixtures/files
create test/fixtures/files/.keep
create test/controllers
create test/controllers/.keep
create test/mailers
create test/mailers/.keep
create test/models
create test/models/.keep
create test/helpers
create test/helpers/.keep
create test/integration
create test/integration/.keep
create test/channels/application_cable/connection_test.rb
create test/test_helper.rb
create test/system
create test/system/.keep
create test/application_system_test_case.rb
create storage
create storage/.keep
create tmp/storage
create tmp/storage/.keep
remove config/initializers/cors.rb
remove config/initializers/new_framework_defaults_7_0.rb
run bundle install
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching gem metadata from https://rubygems.org/............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using rake 13.0.3
Using concurrent-ruby 1.1.9
Using i18n 1.8.10
Using minitest 5.14.4
Using tzinfo 2.0.4
Using zeitwerk 2.4.2
Using activesupport 7.0.0.alpha
Using builder 3.2.4
Using erubi 1.10.0
Using mini_portile2 2.5.3
Using racc 1.5.2
Using nokogiri 1.11.7 (x86_64-linux)
Using rails-dom-testing 2.0.3
Using crass 1.0.6
Using loofah 2.10.0
Using rails-html-sanitizer 1.3.0
Using actionview 7.0.0.alpha
Using rack 2.2.3
Using rack-test 1.1.0
Using actionpack 7.0.0.alpha
Using nio4r 2.5.7
Using websocket-extensions 0.1.5
Using websocket-driver 0.7.5
Using actioncable 7.0.0.alpha
Using globalid 0.4.2
Using activejob 7.0.0.alpha
Using activemodel 7.0.0.alpha
Using activerecord 7.0.0.alpha
Using marcel 1.0.1
Using mini_mime 1.1.0
Using activestorage 7.0.0.alpha
Using mail 2.7.1
Using actionmailbox 7.0.0.alpha
Using actionmailer 7.0.0.alpha
Using actiontext 7.0.0.alpha
Using public_suffix 4.0.6
Using addressable 2.7.0
Using bindex 0.8.1
Using msgpack 1.4.2
Using bootsnap 1.7.5
Using bundler 2.1.4
Using byebug 11.1.3
Using regexp_parser 2.1.1
Using xpath 3.2.0
Using capybara 3.35.3
Using childprocess 3.0.0
Using ffi 1.15.3
Using jbuilder 2.11.2
Using rb-fsevent 0.11.0
Using rb-inotify 0.10.1
Using listen 3.5.1
Using method_source 1.0.0
Using puma 5.3.2
Using rack-mini-profiler 2.3.2
Using rack-proxy 0.7.0
Using thor 1.1.0
Using railties 7.0.0.alpha
Using sprockets 4.0.2
Using sprockets-rails 3.2.2
Using rails 7.0.0.alpha
Using rubyzip 2.3.0
Using sassc 2.4.0
Using tilt 2.0.10
Using sassc-rails 2.1.2
Using sass-rails 6.0.0
Using selenium-webdriver 3.142.7
Using semantic_range 3.0.0
Using spring 2.1.1
Using sqlite3 1.4.2
Using turbolinks-source 5.2.0
Using turbolinks 5.2.1
Using web-console 4.1.0
Using webdrivers 4.6.0
Using webpacker 6.0.0.beta.7 from source at `../webpacker`
Bundle complete! 17 Gemfile dependencies, 74 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
run bundle binstubs bundler
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
rails webpacker:install
create config/webpacker.yml
Copying webpack core config
create config/webpack
create config/webpack/base.js
create config/webpack/development.js
create config/webpack/production.js
create config/webpack/test.js
Creating packs app source directory
create app/packs
create app/packs/entrypoints/application.js
apply /home/sam/projects/webpacker/lib/install/binstubs.rb
Copying binstubs
exist bin
create bin/webpack
create bin/webpack-dev-server
append .gitignore
Installing all JavaScript dependencies [from prerelease rails/webpacker]
run yarn add --silent @rails/webpacker@next from "."
? Please choose a version of "@rails/ujs" from this list: 6.1.3
? Please choose a version of "@rails/activestorage" from this list: 6.1.3
? Please choose a version of "@rails/actioncable" from this list: 6.1.3
Installing webpack and webpack-cli as direct dependencies
run yarn add --silent webpack@^5.38.1 webpack-cli@^4.7.2 from "."
warning Lockfile has incorrect entry for "@rails/actioncable@7.0.0-alpha". Ignoring it.
? Please choose a version of "@rails/actioncable" from this list: 6.1.3
warning Lockfile has incorrect entry for "@rails/activestorage@7.0.0-alpha". Ignoring it.
? Please choose a version of "@rails/activestorage" from this list: 6.1.3
warning Lockfile has incorrect entry for "@rails/ujs@7.0.0-alpha". Ignoring it.
? Please choose a version of "@rails/ujs" from this list: 6.1.3
[###################################################################################################################] 634/636
Installing dev server for live reloading
run yarn add --silent --dev webpack-dev-server @webpack-cli/serve from "."
warning Lockfile has incorrect entry for "@rails/actioncable@7.0.0-alpha". Ignoring it.
? Please choose a version of "@rails/actioncable" from this list: 6.1.3
warning Lockfile has incorrect entry for "@rails/activestorage@7.0.0-alpha". Ignoring it.
? Please choose a version of "@rails/activestorage" from this list: 6.1.3
warning Lockfile has incorrect entry for "@rails/ujs@7.0.0-alpha". Ignoring it.
? Please choose a version of "@rails/ujs" from this list: 6.1.3
warning webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning webpack-dev-server > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning webpack-dev-server > http-proxy-middleware > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning webpack-dev-server > http-proxy-middleware > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
[#########################################################################-----------------------------------------] 776/1206
insert package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment