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:
@@ -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
|
||||
|
||||
@@ -31,6 +31,7 @@ resources :users do
|
||||
end
|
||||
|
||||
get "download" => "benefit_forms#download"
|
||||
post "upload" => "benefit_forms#upload"
|
||||
|
||||
resources :tutorials do
|
||||
collection do
|
||||
|
||||
Reference in New Issue
Block a user