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

Ruby3 #3518

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

Ruby3 #3518

wants to merge 7 commits into from

Commits on Jul 18, 2022

  1. Tested with Rails 6.1

    Ruby 3.1.2
    core: TranslationHelper, SiteBarHelper - using Ruby3 keyword args
          lib/refinery/engine uses new mobility configuration
    images, resources: Updated examples to pass an explicit block to 'expect' as passing an implicit block is deprecated.
    images: Use errors.add to add errors to an object - had already been done for resources.
    
    Gem versions changed:
      mobility 1.2.9
      rspec-rails 6.0.0.rc1
      friendly_id >= 5.4.0
      friendly_id-mobility ~> 1.0.3
    anitagraham committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    bb34c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ea092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    404b7dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d16f91 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Use Ruby 3 syntax callling Resource.create. Add a description for Fil…

    …e and Directory matchers.
    anitagraham committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c06f640 View commit details
    Browse the repository at this point in the history
  2. Tidy up configurations for mobility 1.2.9

    Tidy up configuration block for Mobility 1.2.9
    Revert some changes for single argument keyword args
    Add descriptions for Generator spec matchers (thereby avoiding a very long message when there are no descriptions).
    anitagraham committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    fd22de0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge branch 'main' into ruby3

    parndt committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d1d981e View commit details
    Browse the repository at this point in the history