2019年4月29日

20190429学习纪录

摘要: 这是一个思考框架,利用 ORID 整理今天的思绪。 Objective 关于今天的课程, 你记得什么? 完成了什么? 记得:1.新建Rails程序 2.使用GitHub新建仓库 3.项目上传到heroku 4.第一个demo:投票页面 5.rails的程序结构:app、config、public 6 阅读全文

posted @ 2019-04-29 21:11 GoBackHome 阅读(93) 评论(0) 推荐(0)

Heroku发布前准备

摘要: 修改 Gemfile bundle install 修改routes.rb 注意:修改首页的代码是不固定的 git add . git commit -m "add root path" 阅读全文

posted @ 2019-04-29 19:01 GoBackHome 阅读(99) 评论(0) 推荐(0)

Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

摘要: 解决办法: 指定sqlite3的版本为1.3.13: gem 'sqlite3', '~> 1.3.13' 然后运行bundle update 阅读全文

posted @ 2019-04-29 18:22 GoBackHome 阅读(454) 评论(0) 推荐(0)

Add `gem 'sqlite3'` to your Gemfile

摘要: 错误:Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum 阅读全文

posted @ 2019-04-29 11:29 GoBackHome 阅读(228) 评论(0) 推荐(0)

Failed to install gems via Bundler

摘要: 问题:在执行git push heroku master时,程序报错。 解决办法: 1.bundle update 2.git add . 3.git commit -m "message" 4.git push heroku master 1.bundle update 2.git add . 3 阅读全文

posted @ 2019-04-29 09:39 GoBackHome 阅读(267) 评论(0) 推荐(0)

Heroku登录问题

摘要: second_app 这一步还没有完成,登录接口维护。 阅读全文

posted @ 2019-04-29 04:44 GoBackHome 阅读(942) 评论(1) 推荐(0)

建立学习记录

该文被密码保护。 阅读全文

posted @ 2019-04-29 03:37 GoBackHome 阅读(2) 评论(0) 推荐(0)

导航