Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 3.2 not working #173

Open
manugb opened this issue Nov 11, 2016 · 2 comments
Open

Rails 3.2 not working #173

manugb opened this issue Nov 11, 2016 · 2 comments

Comments

@manugb
Copy link

manugb commented Nov 11, 2016

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
Copy link

froske commented Nov 21, 2016

+1 I also have this issue.

@aleksb86
Copy link

aleksb86 commented Aug 22, 2017

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants