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

Support for Rails 4 #9

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

Support for Rails 4 #9

wants to merge 7 commits into from

Commits on Jun 9, 2016

  1. The code seems to be already compatible with Rails 4 so bumping the d…

    …ependency version check upto 4. We know it won't be compatible with Rails 5 and some work needs to be done to make that happen
    Mahaswami committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    9c6a81a View commit details
    Browse the repository at this point in the history
  2. Rails 4 compatiblity

    Mahaswami committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    b649381 View commit details
    Browse the repository at this point in the history
  3. Update README.markdown

    Mahaswami committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    79e017d View commit details
    Browse the repository at this point in the history
  4. Update README.markdown

    Mahaswami committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    9929b96 View commit details
    Browse the repository at this point in the history
  5. Update README.markdown

    Mahaswami committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    8bc9fcd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Update Gemfile.ci

    Mahaswami committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    4b6844f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Support for JRuby / JDBC Connections. ActiveRecord JDBC is more stric…

    …t about using execute method vs query method for appropriate INSERT/UPDATE/DELETE and SELECT types of SQLs
    Mahaswami committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    517c92c View commit details
    Browse the repository at this point in the history