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 6.0 Support #46

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Rails 6.0 Support #46

wants to merge 24 commits into from

Commits on Jun 10, 2011

  1. Configuration menu
    Copy the full SHA
    e7fa1fe View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. start on 4.2 support

    tenderlove committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    d7c0042 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Merge branch 'master' into 4.2

    Rafael Mendonça França committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    bfec473 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Fixed deprecation warning "ActionDispatch::Assertions::SelectorAssert…

    …ions has been extracted to the rails-dom-testing gem".
    Ilya Slepov committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    305fca4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request rails#36 from Nike0/4.2

    Updated for Rails 4.2.0
    rafaelfranca committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    0fed929 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Update to allow Rails 5

    Tom Talbott committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    eb9632d View commit details
    Browse the repository at this point in the history
  2. Fix deprecation

    Tom Talbott committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    04c4dea View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Fix deprecated reference

    Tom Talbott committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    0bdf18d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Move to Module#prepend in prep for for Rails 5.1

    Tom Talbott committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    decebc3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. update_page fragments are marked as html_safe even though they have n…

    …ot been html_escaped. When a fragment is passed as an html tag option, the standard html_escape is bypassed because of the html_safe flag. This leaves quotes (") unescaped, causing HTML errors.
    esb authored and Vincent Boucheny committed May 22, 2017
    Configuration menu
    Copy the full SHA
    45e4852 View commit details
    Browse the repository at this point in the history
  2. include the X-CSRF-Token header with every Ajax request

    esb authored and Vincent Boucheny committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8ddd03c View commit details
    Browse the repository at this point in the history
  3. Reapply the actionpack 2.2 fix for disable-with, the original submit …

    …button's name and value need to be submitted as a hidden input.
    esb authored and Vincent Boucheny committed May 22, 2017
    Configuration menu
    Copy the full SHA
    b7718ba View commit details
    Browse the repository at this point in the history
  4. Make click event handler on a elements only respond to left clicks

    esb authored and Vincent Boucheny committed May 22, 2017
    Configuration menu
    Copy the full SHA
    524b86a View commit details
    Browse the repository at this point in the history
  5. Ensure onclick handlers are escaped only once

    esb authored and Vincent Boucheny committed May 22, 2017
    Configuration menu
    Copy the full SHA
    98db453 View commit details
    Browse the repository at this point in the history
  6. Update rails gem

    Vincent Boucheny committed May 22, 2017
    Configuration menu
    Copy the full SHA
    d554af6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    9f639a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Passed along any original 'target' attribute to the generated form ta…

    …g in handleMethod()
    Vincent Boucheny committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    a2fbb9c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. CI-1376 Get rid of disableFormElements content

    Vincent Boucheny committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    2f58665 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Revert "CI-1376 Get rid of disableFormElements content"

    This reverts commit 2f58665.
    binary-koan committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    3902627 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. CI-1614 Restore disabling of form submit buttons

    The behaviour should now match Rails 5.1's rails-ujs.
    binary-koan committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    d07c95b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Merge pull request rails#3 from fluxfederation/ci-1614

    CI-1614 Add back the disableFormElements functionality
    binary-koan authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    e7f8e04 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    07b2003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f570d7f View commit details
    Browse the repository at this point in the history
  3. tweaks for Rails 6.0

    korny committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c96372e View commit details
    Browse the repository at this point in the history