方法
- B
- F
- G
- T
包含模組
執行個體公開方法
base_package() 連結
來源: 顯示 | 在 GitHub 中
# File railties/lib/rails/generators/database.rb, line 153 def base_package "default-mysql-client" end
build_package() 連結
來源: 顯示 | 在 GitHub 中
# File railties/lib/rails/generators/database.rb, line 157 def build_package "default-libmysqlclient-dev" end
feature_name() 連結
來源: 顯示 | 在 GitHub 中
# File railties/lib/rails/generators/database.rb, line 161 def feature_name "ghcr.io/rails/devcontainer/features/mysql-client" end
gem() 連結
來源: 顯示 | 在 GitHub 中
# File railties/lib/rails/generators/database.rb, line 149 def gem ["mysql2", ["~> 0.5"]] end
template() 連結
來源: 顯示 | 在 GitHub 中
# File railties/lib/rails/generators/database.rb, line 145 def template "config/databases/mysql.yml" end