Re-push toy app folder
Showing
toy_app/.browserslistrc
0 → 100644
toy_app/.gitignore
0 → 100644
toy_app/.ruby-version
0 → 100644
toy_app/Gemfile
0 → 100644
| source 'https://rubygems.org' | |||
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |||
| ruby '2.6.5' | |||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |||
| gem 'rails', '~> 6.0.0' | |||
| # Use sqlite3 as the database for Active Record | |||
| gem 'sqlite3', '~> 1.4' | |||
| # Use Puma as the app server | |||
| gem 'puma', '~> 3.11' | |||
| # Use SCSS for stylesheets | |||
| gem 'sass-rails', '~> 5' | |||
| # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker | |||
| gem 'webpacker', '~> 4.0' | |||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |||
| gem 'turbolinks', '~> 5' | |||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |||
| gem 'jbuilder', '~> 2.7' | |||
| # Use Redis adapter to run Action Cable in production | |||
| # gem 'redis', '~> 4.0' | |||
| # Use Active Model has_secure_password | |||
| # gem 'bcrypt', '~> 3.1.7' | |||
| # Use Active Storage variant | |||
| # gem 'image_processing', '~> 1.2' | |||
| # Reduces boot times through caching; required in config/boot.rb | |||
| gem 'bootsnap', '>= 1.4.2', require: false | |||
| group :development, :test do | |||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | |||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | |||
| end | |||
| group :development do | |||
| # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | |||
| gem 'web-console', '>= 3.3.0' | |||
| gem 'listen', '>= 3.0.5', '< 3.2' | |||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | |||
| gem 'spring' | |||
| gem 'spring-watcher-listen', '~> 2.0.0' | |||
| end | |||
| group :test do | |||
| # Adds support for Capybara system testing and selenium driver | |||
| gem 'capybara', '>= 2.15' | |||
| gem 'selenium-webdriver' | |||
| # Easy installation and use of web drivers to run system tests with browsers | |||
| gem 'webdrivers' | |||
| end | |||
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | |||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
toy_app/Gemfile.lock
0 → 100644
toy_app/README.md
0 → 100644
toy_app/Rakefile
0 → 100644
toy_app/app/assets/config/manifest.js
0 → 100644
toy_app/app/assets/images/.keep
0 → 100644
toy_app/app/controllers/concerns/.keep
0 → 100644
toy_app/app/helpers/application_helper.rb
0 → 100644
toy_app/app/javascript/channels/consumer.js
0 → 100644
toy_app/app/javascript/channels/index.js
0 → 100644
toy_app/app/javascript/packs/application.js
0 → 100644
toy_app/app/jobs/application_job.rb
0 → 100644
toy_app/app/mailers/application_mailer.rb
0 → 100644
toy_app/app/models/application_record.rb
0 → 100644
toy_app/app/models/concerns/.keep
0 → 100644
toy_app/app/views/layouts/mailer.html.erb
0 → 100644
toy_app/app/views/layouts/mailer.text.erb
0 → 100644
toy_app/babel.config.js
0 → 100644
toy_app/bin/bundle
0 → 100755
toy_app/bin/rails
0 → 100755
toy_app/bin/rake
0 → 100755
toy_app/bin/setup
0 → 100755
toy_app/bin/spring
0 → 100755
toy_app/bin/webpack
0 → 100755
toy_app/bin/webpack-dev-server
0 → 100755
toy_app/bin/yarn
0 → 100755
toy_app/config.ru
0 → 100644
toy_app/config/application.rb
0 → 100644
toy_app/config/boot.rb
0 → 100644
toy_app/config/cable.yml
0 → 100644
toy_app/config/credentials.yml.enc
0 → 100644
toy_app/config/database.yml
0 → 100644
toy_app/config/environment.rb
0 → 100644
toy_app/config/environments/development.rb
0 → 100644
toy_app/config/environments/production.rb
0 → 100644
toy_app/config/environments/test.rb
0 → 100644
toy_app/config/initializers/assets.rb
0 → 100644
toy_app/config/initializers/inflections.rb
0 → 100644
toy_app/config/initializers/mime_types.rb
0 → 100644
toy_app/config/locales/en.yml
0 → 100644
toy_app/config/puma.rb
0 → 100644
toy_app/config/routes.rb
0 → 100644
toy_app/config/spring.rb
0 → 100644
toy_app/config/storage.yml
0 → 100644
toy_app/config/webpack/development.js
0 → 100644
toy_app/config/webpack/environment.js
0 → 100644
toy_app/config/webpack/production.js
0 → 100644
toy_app/config/webpack/test.js
0 → 100644
toy_app/config/webpacker.yml
0 → 100644
toy_app/db/seeds.rb
0 → 100644
toy_app/lib/assets/.keep
0 → 100644
toy_app/lib/tasks/.keep
0 → 100644
toy_app/log/.keep
0 → 100644
toy_app/package.json
0 → 100644
| { | |||
| "name": "toy_app", | |||
| "private": true, | |||
| "dependencies": { | |||
| "@rails/actioncable": "^6.0.0-alpha", | |||
| "@rails/activestorage": "^6.0.0-alpha", | |||
| "@rails/ujs": "^6.0.0-alpha", | |||
| "@rails/webpacker": "^4.0.7", | |||
| "turbolinks": "^5.2.0" | |||
| }, | |||
| "version": "0.1.0", | |||
| "devDependencies": { | |||
| "webpack-dev-server": "^3.9.0" | |||
| } | |||
| } |
toy_app/postcss.config.js
0 → 100644
toy_app/public/404.html
0 → 100644
toy_app/public/422.html
0 → 100644
toy_app/public/500.html
0 → 100644
toy_app/public/apple-touch-icon.png
0 → 100644
toy_app/public/favicon.ico
0 → 100644
toy_app/public/robots.txt
0 → 100644
toy_app/storage/.keep
0 → 100644
toy_app/test/application_system_test_case.rb
0 → 100644
toy_app/test/controllers/.keep
0 → 100644
toy_app/test/fixtures/.keep
0 → 100644
toy_app/test/fixtures/files/.keep
0 → 100644
toy_app/test/helpers/.keep
0 → 100644
toy_app/test/integration/.keep
0 → 100644
toy_app/test/mailers/.keep
0 → 100644
toy_app/test/models/.keep
0 → 100644
toy_app/test/system/.keep
0 → 100644
toy_app/test/test_helper.rb
0 → 100644
toy_app/tmp/.keep
0 → 100644
toy_app/vendor/.keep
0 → 100644
toy_app/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment