prototype-rails
prototype-rails copied to clipboard
Add RJS, Prototype, and Scriptaculous helpers to Rails 3.1+ apps
…based on https://github.com/fluxfederation/prototype-rails/tree/rails-5.0
There's nothing in `prototype-rails` code that prevents it from working in Rails 5+. Remove the restriction from the gemspec so any legacy applications willing to use new Rails 5 features...
To fix issue with flowplayer 6, update the prototype version to 1.7.3
@pschambacher
I'm trying to migrate an app that still uses prototype from Rails 4.1 to 4.2. I'm using Rails 4.2.rc2. Steps to reproduce: ``` rails new testapp -j prototype cd testapp...
I'm trying to move an app from 3.0 to 3.2. When I do so, I have to comment out the config.action_view.debug_rjs = true line otherwise I get this error: ~/.rvm/gems/ruby-1.9.3-p125@rigse/gems/actionpack-3.2.2/lib/action_view/railtie.rb:34:in...
Handle data-confirm attribute added by ActionView::Helpers::FormTagHelper#submit_tag, image_submit_tag, and button_tag. The existing code appears to check for the data-confirm attribute on the form element, which doesnt appear to be correct according...
When using the up and down arrow keys the page is scrolled repeatedly. This fix checks if autocomplete selection is in browser viewport and scrolls page only needed.
In Rails 2.2 a fix was put in for the case when a button has disable-with set: the library needs to add a hidden form field with the same name...