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 5 fixes #227

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

Rails 5 fixes #227

wants to merge 74 commits into from

Commits on May 25, 2016

  1. Do not put a space between a method name and the opening parenthesis

    use parentheses around parameters in method definitions
    annaswims committed May 25, 2016
    Configuration menu
    Copy the full SHA
    8040968 View commit details
    Browse the repository at this point in the history
  2. Don't explicity support rails < 4.0. or ruby <2.0

    Also, make depentencies clear in .gemspec
    annaswims committed May 25, 2016
    Configuration menu
    Copy the full SHA
    b29c1e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from mobi/update_gemspec_travis

    Don't explicitly support rails < 4.0.  or ruby <2.0
    Anna Carey committed May 25, 2016
    Configuration menu
    Copy the full SHA
    89380cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a36ddc View commit details
    Browse the repository at this point in the history
  5. Merge pull request mobi#6 from mobi/bugfix_dont_inspect_user_for_secu…

    …rity_rebased
    
    Don't inspect user;  too much sensitve data in log
    Anna Carey committed May 25, 2016
    Configuration menu
    Copy the full SHA
    5e18e98 View commit details
    Browse the repository at this point in the history
  6. trim trailing whitespace

    annaswims committed May 25, 2016
    Configuration menu
    Copy the full SHA
    fd2c478 View commit details
    Browse the repository at this point in the history
  7. tests pass with ruby 2.2

    annaswims committed May 25, 2016
    Configuration menu
    Copy the full SHA
    0b19325 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

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

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    414112f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed351f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

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

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    e98d9db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1035df3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Contiamo/support_polymorphism

    Support polymorphism
    chris-baynes authored Dec 14, 2016
    Configuration menu
    Copy the full SHA
    1eef29f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. pickle test

    Aaron Huntsman committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    843ffd0 View commit details
    Browse the repository at this point in the history
  2. BUGFIX: Account for no implicit join references in Rails 4.1

    Aaron Huntsman committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    beaafa9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mobi#9 from mobi/bugfix_implicit_joins_4_1

    Bugfix implicit joins 4.1
    Aaron Huntsman authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    6cd1874 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Configuration menu
    Copy the full SHA
    6f49f5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Contiamo/readonly_fix

    Ensure no read-only records are returned when involving DA scopes.
    danielbecker authored Feb 3, 2017
    Configuration menu
    Copy the full SHA
    84c65d9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Fix return of readonly records for rails 4.

    Daniel Becker committed May 11, 2017
    Configuration menu
    Copy the full SHA
    90202de View commit details
    Browse the repository at this point in the history
  2. Fix handling of activerecord relations.

    Daniel Becker committed May 11, 2017
    Configuration menu
    Copy the full SHA
    761b1dd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Fix scoped query for rails 4.1.

    Daniel Becker committed May 15, 2017
    Configuration menu
    Copy the full SHA
    97fc010 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Merge pull request mobi#7 from mobi/trim_trailing_whitespace

    trim trailing whitespace
    Anna Carey authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    f040137 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mobi#8 from J3RN/update_rdoc_formatting

    Corrected rdoc inline code formatting
    Anna Carey authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c1576ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f0ee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    747e960 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Merge pull request mobi#10 from mobi/test_with_rails_4_2

    Test with rails 4 2
    Anna Carey authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    c745c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a726a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Add rails 5 compatibility.

    Daniel Becker committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    7f69131 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. before_filter is called before_action now.

    Daniel Becker committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    b136b26 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Merge pull request mobi#11 from mobi/remove_deprecated_version_code

    Remove code related to rails <=4.0
    Anna Carey authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    53ece5e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    beb1727 View commit details
    Browse the repository at this point in the history
  2. test for rails 5.0

    annaswims committed May 1, 2018
    Configuration menu
    Copy the full SHA
    7f7929c View commit details
    Browse the repository at this point in the history
  3. Rails 5 fixes

    annaswims committed May 1, 2018
    Configuration menu
    Copy the full SHA
    8c87b60 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request mobi#12 from mobi/fix_intermittent_test_failures

    Remove deprecated minitest syntax
    annaswims authored May 3, 2018
    Configuration menu
    Copy the full SHA
    48fda84 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. check Rails 5, Ruby 2.4 on travis

    Aaron Huntsman committed May 16, 2018
    Configuration menu
    Copy the full SHA
    9fb63d3 View commit details
    Browse the repository at this point in the history
  2. clear current_user in test teardown

    Aaron Huntsman committed May 16, 2018
    Configuration menu
    Copy the full SHA
    f8fed7f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge fixes

    Xymist committed May 18, 2018
    Configuration menu
    Copy the full SHA
    56fbb34 View commit details
    Browse the repository at this point in the history
  2. Rubocop

    Xymist committed May 18, 2018
    Configuration menu
    Copy the full SHA
    c6c80c1 View commit details
    Browse the repository at this point in the history
  3. More test failures

    Xymist committed May 18, 2018
    Configuration menu
    Copy the full SHA
    52e6877 View commit details
    Browse the repository at this point in the history
  4. Up dependency to Rails 5.2

    Xymist committed May 18, 2018
    Configuration menu
    Copy the full SHA
    09619b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1471ca1 View commit details
    Browse the repository at this point in the history
  6. Permit more recent ruby_parser

    Xymist committed May 18, 2018
    Configuration menu
    Copy the full SHA
    b6bf0a9 View commit details
    Browse the repository at this point in the history
  7. Fix recursive call

    Xymist committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ef88fa0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. lock minitest to 5.10.3

    Aaron Huntsman committed May 23, 2018
    Configuration menu
    Copy the full SHA
    b222212 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. ActiveRecord::Reflection issue fix

    - Added fix for the ActiveRecord::Reflection assocation class issues
    - Updated text render syntax according to rails 5
    satyendra-cis committed May 24, 2018
    Configuration menu
    Copy the full SHA
    077ecac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Xymist/r5_test_fix

    ActiveRecord::Reflection issue fix
    Xymist authored May 24, 2018
    Configuration menu
    Copy the full SHA
    c57af89 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. before_filter to before_action; syntax fixes

    Aaron Huntsman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    50e43b1 View commit details
    Browse the repository at this point in the history
  2. remove assigns from controller tests

    Aaron Huntsman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    2b36a09 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. fix call to ActiveRecord::Relation initializer

    Aaron Huntsman committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    c6d6ac4 View commit details
    Browse the repository at this point in the history
  2. fix more deprecations

    Aaron Huntsman committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    78ea514 View commit details
    Browse the repository at this point in the history
  3. remove hidden_actions

    Aaron Huntsman committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    d884680 View commit details
    Browse the repository at this point in the history
  4. remove rails 4.2 from test matrix

    Aaron Huntsman committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    d10b850 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    9b7986b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Xymist/FIXED-FAILING-TEST

    Fixed failing test case
    Xymist authored Jun 7, 2018
    Configuration menu
    Copy the full SHA
    6ee4d49 View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    Xymist committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    e074849 View commit details
    Browse the repository at this point in the history
  4. Version bump

    Xymist committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    b472f41 View commit details
    Browse the repository at this point in the history
  5. Randomise test order

    Xymist committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    8b7c231 View commit details
    Browse the repository at this point in the history
  6. Fix various warnings

    Xymist committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    ea4f1d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dafccb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    941319e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dbd2d1 View commit details
    Browse the repository at this point in the history
  10. Flag unused variables

    Xymist committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    c2948bd View commit details
    Browse the repository at this point in the history
  11. Update Readme

    Xymist committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    8bde2df View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Merge pull request #3 from Xymist/update_travis

    Update .travis.yml
    satyendra-cis authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    2b64e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    614fee8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from Xymist/ERRORS-FIX

    Added fix for sexp integer type errors
    Xymist authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    c2aea5f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    2fcc92a View commit details
    Browse the repository at this point in the history
  2. Merge in Mobi base

    Xymist committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    388a97e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c0a00 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Allow Rails 5.2.+

    Security issues mean Rails 5.2 point release is now 5.2.1.1
    Change the dependencies to be more permissive about Rails versions
    niciliketo committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    043759f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge pull request #1 from niciliketo/allow_rails_5.2

    Allow Rails 5.2.+
    Xymist authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    3ec49fa View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Fixes request_with to use Hash

    Rob van Dijk committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    223e664 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Merge pull request #2 from robvandijk/fork_allow_rails_5

    Fixes request_with to use Hash
    Xymist authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    3cd7934 View commit details
    Browse the repository at this point in the history