Sha256: 97b836e60f1ba1e4f34c25ca8f70bd9efcc7da9ef66b51c9ae757c4bf9df456f
Contents?: true
Size: 704 Bytes
Versions: 8
Compression:
Stored size: 704 Bytes
Contents
Description: Creates a config file, then generates (but does not run) a migration to add a source_files table and a corresponding model, as well as a controller, routes, and views for the file uploading. Example: rails generate s3_cors_fileupload:install This will create: db/migrate/create_source_files.rb app/models/source_file.rb app/controllers/s3_uploads_controller.rb app/assets/javascripts/s3_uploads.js app/views/s3_uploads/ app/views/s3_uploads/_template_download.html.erb app/views/s3_uploads/_template_upload.html.erb app/views/s3_uploads/_template_uploaded.html.erb app/views/s3_uploads/index.html.erb
Version data entries
8 entries across 8 versions & 1 rubygems