uploadify_rails3
uploadify_rails3 copied to clipboard
Incorrect generator message
The current generator says this:
You will need to edit config/initializers/session_store.rb to add in the new Middleware.
You will also need to have the jquery and jquery-ui libraries installed.
Refer to the README.rdoc for specific instructions.
It should say this:
You will need to edit config/application.rb to add in the new Middleware.
Refer to https://github.com/mateomurphy/uploadify_rails3/wiki/Installation
I'm unsure about this line:
You will also need to have the jquery and jquery-ui libraries installed.
Is jquery-ui really needed?