Create file attachment for sample; Select and delete single files (with shift...
Create file attachment for sample; Select and delete single files (with shift key function to select multiple files at once); add new files; Turned off Turbolinks in Gemfile for reloading JavaScript
Gemfile
100644 → 100755
source 'https://rubygems.org' | ||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '~> 5.0.0' | ||
gem 'rails','5.2.0' | ||
gem 'bcrypt','~>3.1.11' | ||
... | ... | @@ -44,7 +43,7 @@ gem 'jquery-rails' |
gem 'jquery-ui-rails' | ||
gem 'jquery-turbolinks' | ||
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
gem 'turbolinks', '~> 5' | ||
# gem 'turbolinks', '~> 5' | ||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
gem 'jbuilder', '~> 2.5' | ||
# Use Redis adapter to run Action Cable in production | ||
... | ... | @@ -74,6 +73,7 @@ group :development do |
gem 'capistrano-rails' | ||
gem 'capistrano-rvm' | ||
# gem 'capistrano3-delayed-job' | ||
gem 'activestorage' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
README.md
100644 → 100755
app/assets/javascripts/samples.js
100644 → 100755
app/assets/stylesheets/custom.scss
100644 → 100755
app/assets/stylesheets/static_pages.scss
100644 → 100755
Please register or sign in to comment