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

It don't work on Rails 3.x #15

Open
phlegx opened this issue Jan 21, 2011 · 8 comments
Open

It don't work on Rails 3.x #15

phlegx opened this issue Jan 21, 2011 · 8 comments

Comments

@phlegx
Copy link

phlegx commented Jan 21, 2011

Hi!

This nice plugin don't work on Rails 3. Does anyone have any idea how to make it run?

Best regards

@gravis
Copy link

gravis commented Jan 23, 2011

It doesn't make any sense to run jrails on rails3. Rails3 is agnostic now regarding JS frameworks, you must update your code accordingly.
regards

@phlegx
Copy link
Author

phlegx commented Jan 24, 2011

OK, so I can remove jrails from the rails3 projects and the code have to run!?

NICE!!! :)))

@gravis
Copy link

gravis commented Jan 24, 2011

you can remove the plugin, but you will certainly have to adapt your code

@phlegx
Copy link
Author

phlegx commented Jan 24, 2011

What do you mean? For example?

I use e.g. remote_function...

@gravis
Copy link

gravis commented Jan 24, 2011

you should really take a look at https://github.com/rails/jquery-ujs ;)

@phlegx
Copy link
Author

phlegx commented Jan 24, 2011

Yes ok, but this don't replace a remote_function method that starts a ajax request if e.g. a select box changes. Or not?

@MikeEmery
Copy link

@gravis

While RJS seems to be falling out of favor in Rails 3, it still works in Rails 3 and by default Rails will use Prototype methods in RJS.

@korny
Copy link

korny commented Feb 20, 2013

Does it work in Rails 3.1? Anybody tried this before?

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

4 participants