TripBook
1.0.0
TripBook项目。
FB_APP_ID 、 FB_APP_SECRET[your_host]/users/auth/facebook/callback bin/setup 。.env 。config/database.yml并运行bin/rails db:setup (如果需要)。 bin/rake js:install :使用 NPM 安装 JavaScript 依赖项。bin/rake erd:generate :为域模型生成 ERD 图(需要 Graphviz 2.22+)。bin/rake syntax:check :使用 Rubocop 检查代码语法。bin/rake syntax:check_js :使用 ESLint 检查 JS 代码语法。bin/rake syntax:auto_correct :使用 Rubocop 自动更正代码语法。bin/rake staging:bootstrap :用测试数据填充数据库。运行bin/guard进行自动测试和实时重载。