Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rails-api/active_model_serializers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.14
Choose a base ref
...
head repository: rails-api/active_model_serializers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.15
Choose a head ref
  • 11 commits
  • 10 files changed
  • 8 contributors

Commits on Oct 6, 2023

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

Commits on Oct 9, 2023

  1. Merge pull request #2455 from schinery/0-10-stable

    Update actions/checkout to v4
    bf4 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    717ac11 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 20, 2024

  1. Merge pull request #2459 from Mubramaj/patch-1

    Update add_pagination_links.md to add specific instruction for will_paginate gem
    bf4 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2170177 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Don't force ActionController::TestCase to load

    Instead of referencing ActionController::TestCase directly during boot,
    we can use a lazy load hook to apply our mixins if it is loaded later.
    
    The action_controller_test_case load hook was added in Rails 5.1, and
    the run_once option was added in Rails 5.2. I've left the behaviour
    unchanged for older Rails versions where they're not available.
    eugeneius committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bb43abd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2460 from eugeneius/lazy_load_action_controller_t…

    …est_case
    
    Don't force ActionController::TestCase to load
    bf4 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bda1950 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

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

Commits on Nov 16, 2024

  1. Merge pull request #2482 from vineelvineel/fix_cant_modify_frozen_hash

    Fix cant modify frozen Hash error due to rails changes
    bf4 authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b21e78b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Support Rails 8

    pulkit110 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b31d91c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2483 from pulkit110/0-10-stable

    Support Rails 8
    wasifhossain authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    eef9fd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. chore(version): bump to v0.10.15

    bf4 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    8e1b223 View commit details
    Browse the repository at this point in the history
Loading