aboutsummaryrefslogtreecommitdiffstats
path: root/src/_rails
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-10-22 14:48:54 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-10-22 14:48:54 +0900
commite51f50f5a592638d913d3a8fab2d8b1f43f44150 (patch)
tree818d57184f2eae122a570f3c625a3affbbef7218 /src/_rails
parentMerge pull request #1163 from zsh-users/add-swap-utils (diff)
downloadzsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.tar
zsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.tar.gz
zsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.tar.bz2
zsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.tar.lz
zsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.tar.xz
zsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.tar.zst
zsh-completions-e51f50f5a592638d913d3a8fab2d8b1f43f44150.zip
update rails completion
Diffstat (limited to 'src/_rails')
-rw-r--r--src/_rails5
1 files 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]' \