uploadify_rails3 icon indicating copy to clipboard operation
uploadify_rails3 copied to clipboard

Incorrect generator message

Open kikito opened this issue 12 years ago • 0 comments

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?

kikito avatar Apr 10 '12 08:04 kikito