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 4.0 #44

Merged
merged 8 commits into from
Oct 12, 2015
Merged

Rails 4.0 #44

merged 8 commits into from
Oct 12, 2015

Commits on Dec 26, 2014

  1. Updated Rails 3.x appraisals, added 4.0

    Using test_after_commit gem instead of patch. The patch was no longer working
    in Rails 4.0.
    robinroestenburg committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    c53e30b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae4622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8862e7 View commit details
    Browse the repository at this point in the history
  4. Implemented support for Rails 4.0

    Fixed wrong unserialize call (needs the value as argument, which is weird).
    
    Deprecation: use #to_a or #load instead of #all after where. Use #load to
    eagerly load a relation, use #to_a to convert to array (which also triggers
    load).
    robinroestenburg committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    305b7c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Merge master into rails-40

    ☃ pitr committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    8da4bec View commit details
    Browse the repository at this point in the history
  2. have travis run specs only for rails 4.0 gemfile

    ☃ pitr committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    9f4e95a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70dfe10 View commit details
    Browse the repository at this point in the history
  4. remove last deprecation

    ☃ pitr committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    088da10 View commit details
    Browse the repository at this point in the history