上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 44 下一页
摘要: 一个git使用教程 https://:.com/jlord/git-it-electron#what-to-install 一个在线Github的功能教学:https://lab.github.com/ 看刚才改变的文件的区别。 git diff: Add GitHub username to Gi 阅读全文
posted @ 2018-07-07 20:36 Mr-chen 阅读(7116) 评论(2) 推荐(1)
摘要: git学习练习总资源链接: https://try.github.io/ (练习已通,有document) 本沙盒游戏教学:https://learngitbranching.js.org/?demo 自由沙盒模拟网页 : http://git-school.github.io/visualizin 阅读全文
posted @ 2018-07-06 19:31 Mr-chen 阅读(912) 评论(0) 推荐(0)
摘要: 一个简单的HTTP和REST client for Ruby. 可以用它来发HTTP请求 基本用法: require 'rest-client' RestClient.get(url, headers={}) RestClient.post(url, payload, headers={}) 什么是 阅读全文
posted @ 2018-07-05 20:20 Mr-chen 阅读(668) 评论(0) 推荐(0)
摘要: API: application programming interface 在Ruby中特指调用某个对象的信息,如hash的方法库library中的方法,参数,回传值等。 视频:如何用Rails 建立api系列 https://gorails.com/series/how-to-build-api 阅读全文
posted @ 2018-07-04 17:01 Mr-chen 阅读(607) 评论(0) 推荐(0)
摘要: Rails Concepts Series: https://gorails.com/series/rails-concepts URL和parameter 的简单解析做一个app template使用 Ruby on Rails 的❌页面debugrails5的actioncable和websoc 阅读全文
posted @ 2018-07-03 13:41 Mr-chen 阅读(326) 评论(0) 推荐(0)
摘要: 博客OAuth教程:https://i.cnblogs.com/EditPosts.aspx?postid=9531091 doorkeeper: (4000🌟)https://github.com/doorkeeper-gem/doorkeeper 什么是OAuth? OAuth是一个通信协定。 阅读全文
posted @ 2018-07-02 21:48 Mr-chen 阅读(319) 评论(0) 推荐(0)
摘要: FontAwesome::Sass(5.x版) https://fontawesome.com/icons?d=gallery&m=free 只能使用免费的。 在app/assets/stylesheets/application.scss中载入 Rails Helper usage: 三种格式的i 阅读全文
posted @ 2018-06-30 11:05 Mr-chen 阅读(1227) 评论(0) 推荐(0)
摘要: ✅, 如何移除simple_form 会在第一步自动删除: remove config/initializers/simple_form.rb remove config/locales/simple_form.en.yml remove lib/templates/slim/scaffold/_f 阅读全文
posted @ 2018-06-29 20:53 Mr-chen 阅读(186) 评论(0) 推荐(0)
摘要: 用于代码瘦身。 老鸟建议:不要混写js 和 html,如果避免不了,当前文件可以改为erb格式,混用slim和erb不是什么问题。 git: https://github.com/slim-template/slim 不同编译器有不同的高亮等工具,在git最底部。 atom: 直接从设置里面搜索la 阅读全文
posted @ 2018-06-28 20:33 Mr-chen 阅读(544) 评论(0) 推荐(0)
摘要: Lograge https://github.com/roidrage/lograge 改良Rails默认的请求日志的记录。 它会精明的处理好那些noisy和无用的,未解析的,在context中运行多进程和服务器,不能读的默认日志输出。 Rails默认的方法:记录每件事。这在开发时很棒,但是在生产环 阅读全文
posted @ 2018-06-28 15:05 Mr-chen 阅读(356) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 44 下一页