From e51f50f5a592638d913d3a8fab2d8b1f43f44150 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Wed, 22 Oct 2025 14:48:54 +0900 Subject: [PATCH] update rails completion --- src/_rails | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/_rails b/src/_rails index 0075977..4488452 100644 --- a/src/_rails +++ b/src/_rails @@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for Ruby on Rails 7.2.0 (https://rubyonrails.org/). +# Completion script for Ruby on Rails 8.1.0 (https://rubyonrails.org/). # # ------------------------------------------------------------------------------ # Authors @@ -296,7 +296,7 @@ _rails_new() { '(-r --ruby)'{-r,--ruby=}'[Path to the Ruby binary of your choice]:path:_files' \ '(-b --builder)'{-b,--builder=}'[Path to a application builder(can be a filesystem path or URL)]: :_rails_path_or_url' \ '(-m --template)'{-m,--template=}'[Path to an application template(can be a filesystem path or URL)]: :_rails_path_or_url' \ - '(-d --database)'{-d,--database=}'[Preconfigure for selected database]:database:(mysql trilogy oracle postgresql sqlite3 frontbase ibm_db sqlserver jdbcmysql jdbcsqlite3 jdbcpostgresql jdbc)' \ + '(-d --database)'{-d,--database=}'[Preconfigure for selected database]:database:(mysql trilogy oracle postgresql sqlite3 frontbase ibm_db sqlserver jdbcmysql jdbcsqlite3 jdbcpostgresql jdbc mariadb-mysql mariadb-trilogy)' \ --skip-gemfile"[Don't create a Gemfile]" \ --skip-bundle"[Don't run bundle install]" \ '(-G --skip-git)'{-G,--skip-git}'[Skip git init]' \ @@ -320,6 +320,7 @@ _rails_new() { --skip-dev-gems'[Skip development gems(e.g. web-console)]' \ --skip-rubocop'[Skip RuboCop setup]' \ --skip-brakeman'[Skip brakeman setup]' \ + --skip-bundler-audit'[Skip bundler-audit setup]' \ --skip-ci'[Skip GitHub CI files]' \ --dev'[Setup the application with Gemfile pointing to your Rails checkout]' \ --devcontainer'[Generate devcontainer files]' \