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
+9
View File
@@ -34,4 +34,13 @@ Railsgoat::Application.configure do
# Expands the lines which load the assets
config.assets.debug = true
config.middleware.insert_before(
Rack::Lock, Rack::LiveReload,
:min_delay => 500,
:max_delay => 1000,
:port => 35727,
:host => 'railsgoat.dev',
:ignore => [ %r{dont/modify\.html$} ]
)
end
+1
View File
@@ -31,6 +31,7 @@ resources :users do
end
get "download" => "benefit_forms#download"
post "upload" => "benefit_forms#upload"
resources :tutorials do
collection do