方法
- B
- F
- G
- N
- P
- S
- T
实例公有方法
base_package() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 254 def base_package "sqlite3" end
build_package() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 258 def build_package nil end
feature_name() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 262 def feature_name "ghcr.io/rails/devcontainer/features/sqlite3" end
gem() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 250 def gem ["sqlite3", [">= 2.1"]] end
name() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 234 def name "sqlite3" end
port() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 246 def port nil end
service() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 242 def service nil end
template() 链接
来源: 显示 | 在 GitHub 上
# File railties/lib/rails/generators/database.rb, line 238 def template "config/databases/sqlite3.yml" end