-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
It doesn't make any sense to run jrails on rails3. Rails3 is agnostic now regarding JS frameworks, you must update your code accordingly. |
OK, so I can remove jrails from the rails3 projects and the code have to run!? NICE!!! :))) |
you can remove the plugin, but you will certainly have to adapt your code |
What do you mean? For example? I use e.g. remote_function... |
you should really take a look at https://github.com/rails/jquery-ujs ;) |
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? |
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. |
Does it work in Rails 3.1? Anybody tried this before? |
Hi!
This nice plugin don't work on Rails 3. Does anyone have any idea how to make it run?
Best regards
The text was updated successfully, but these errors were encountered: