I have exhausted all thoughts on how to actually get jquery file upload to work, so screw it, I am just going to make something homegrown for tomorrow
This commit is contained in:
@@ -15,6 +15,8 @@ group :development do
|
||||
gem 'rb-fsevent'
|
||||
gem 'guard-shell'
|
||||
gem 'bundler-audit'
|
||||
gem 'guard-livereload'
|
||||
gem 'rack-livereload'
|
||||
end
|
||||
|
||||
|
||||
@@ -23,7 +25,7 @@ end
|
||||
group :assets do
|
||||
gem 'sass-rails', '~> 3.2.3'
|
||||
gem 'coffee-rails', '~> 3.2.1'
|
||||
|
||||
gem 'jquery-fileupload-rails'
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', :platforms => :ruby
|
||||
|
||||
|
||||
Reference in New Issue
Block a user