摘要:
git初始代码https://github.com/chentianwei411/at-mentions-with-action-text 首先,开分支onboardingbar. 然后, 在user.rb上添加 在_navbar.html.erb上添加导航链接: 在用户注册app/views/de 阅读全文
posted @ 2019-04-11 17:04
Mr-chen
阅读(227)
评论(0)
推荐(0)
摘要:
会改动database.yml和Gemfile2个文件。 ⚠️gemfile内的数据库版本号。当前rails6版本需要手动删除gem数据库的版本号后,再运行bundle命令。 需要重新创建数据库: 如果改❌了,用git stash命令➕git stash drop。 阅读全文
posted @ 2019-04-11 11:16
Mr-chen
阅读(220)
评论(0)
推荐(0)