leppert/remotipart

Documentation out of date?

Closed this issue · 2 comments

I think the docs for installation procedures may be out of date. The docs tell Rails 3.1 (asset pipeline) users to include this:

//= require jquery.form
//= require jquery.remotipart

however doing so seems to throw a JS error.

Uncaught Error: Sprockets::FileNotFound: couldn't find file 'jquery.form'

If, instead I do this:

//= require jquery.iframe-transport
//= require jquery.remotipart

things seem to work as expected.

Hey, this isn't the currently maintained repo (which is why it's out of date). Please see the current repo.

Thanks, didn't even notice that ;-)

On Sat, Nov 17, 2012 at 6:52 AM, Steve Schwartz notifications@github.comwrote:

Hey, this isn't the currently maintained repo (which is why it's out of
date). Please see the current repohttps://github.com/jangosteve/remotipart
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/34#issuecomment-10474277.