文件名称:log:样本rails日志
文件大小:104KB
文件格式:ZIP
更新时间:2024-05-29 08:00:38
Ruby
log 本示例是一个基于Rails的简单Blog 目录结构 ├── app ├── app.json ├── bin ├── config │ └── puma.rb # puma 配置文件 ├── config.ru ├── db ├── Gemfile ├── Gemfile.lock ├── lib ├── log ├── Procfile # 应用启动命令 ├── public ├── Rakefile ├── README.md ├── test └── vendor 本示例说明 默认情况下 Rails 正常运行和测试都需要数据库配置,此处使用 rails new 生成的默认 sqlite3 配置.生产环境可根据需求使用mysql pg 本地运行 ruby 2.2.1 rails 4.2.1 请确认您的环境安装了 , git clone https://github