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: 6.1 support #51

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

rails: 6.1 support #51

wants to merge 7 commits into from

Commits on Jun 25, 2023

  1. rails: 6.1 support

    Fix various issues when building the war.
    
    * Stick to Rails 6.1 for now, due to warbler compatibility issues with JRuby 9.4
      (jruby/warbler#539)
    * Don't use git:// protocol in Gemfile, it won't work in the war
    * Upgrade MariaDB driver
    * Remove unecessary files from war
    * Fix dummy_production.key permission at runtime
    * Set a default secret key value
    * ci: add Tomcat tests
    
    Signed-off-by: Pierre-Alexandre Meyer <[email protected]>
    pierre committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    9cc0182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758ceae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d2bf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. .github: update release environment

    Signed-off-by: Pierre-Alexandre Meyer <[email protected]>
    pierre committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    33a2340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a01f83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c829669 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fix bug wrong function name

    tungleduyxyz authored and pierre committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    413191b View commit details
    Browse the repository at this point in the history