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:
Ken Johnson
2013-07-09 13:53:00 -04:00
parent 1a79471ef8
commit ea2014b637
14 changed files with 146 additions and 10 deletions
+3 -1
View File
@@ -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