JangoSteve / remotipart

Rails jQuery file uploads via standard Rails "remote: true" forms.
http://os.alfajango.com/remotipart
Other
1k stars 215 forks source link

Rails 3.2 not working #173

Open manugb opened 7 years ago

manugb commented 7 years ago

In order to install the gem first i did:

gem 'remotipart', '~> 1.2'
bundle install // require in application.js failes beacause didnt find the file
bundle exec rails g remotipart:install // and copy the files to vender/assets/javascript

Now the require in application.js is up and running

But still the ajax form request is in HTML format instead of JS Processing by UsersController#update as HTML

Does anyone got a clue on this? The install process in the readme does not work for Rails 3.2

froske commented 7 years ago

+1 I also have this issue.

aleksb86 commented 7 years ago

So, guys, lets try to restart rails server (Ctrl+c, and then rails s). It works fine for me (I`m using ruby ruby 2.0.0p648 and rails 3.2.13).