随笔分类 -  ruby

使用rbspy 分析ruby应该性能
摘要:参考使用 下载软件包,对于centos 7 有问题的可以尝试使用我构建的https://github.com/rongfengliang/rbspy-binary 命令 ./rbspy record -p 24759 效果 问题 version `GLIBC_2.18' not found 使用官方 阅读全文

posted @ 2021-09-14 13:16 荣锋亮 阅读(103) 评论(0) 推荐(0) 编辑

crystal-lang 学习二 macos openssl 问题
摘要:因为我的openssl 是使用brew 安装的,按照一般的解决方法是如下配置 注意我的是按照brew 安装的版本的提示 配置 export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib" export CPPFLAGS="-I/usr/local/opt/ope 阅读全文

posted @ 2020-07-02 21:31 荣锋亮 阅读(362) 评论(0) 推荐(0) 编辑

ruby 一些不错的性能分析工具
摘要:主要来自shopify的一篇文章,以下是一些性能工具 rbspy 基于rust 编写,多平台支持,参考https://github.com/rbspy/rbspy,https://rbspy.github.io/ stackprof 主要平台是linux,参考https://github.com/t 阅读全文

posted @ 2020-05-16 10:31 荣锋亮 阅读(401) 评论(0) 推荐(0) 编辑

Omnibus 安装
摘要:使用gem gem install omnibus gem install omnibus gem install omnibus gem install omnibus gem install omnibus gem install omnibus gem install omnibus gem 阅读全文

posted @ 2019-06-28 20:46 荣锋亮 阅读(896) 评论(0) 推荐(0) 编辑

rbenv mac&&linux 安装简单说明
摘要:mac 可以通过brew linux 官方提供了运行脚本 # with curl curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash ​ # alternatively, 阅读全文

posted @ 2019-06-28 20:35 荣锋亮 阅读(590) 评论(0) 推荐(0) 编辑

使用rbenv 进行ruby 多版本的管理
摘要:今天需要安装一个ruby 包,但是ruby 版本过低,以前使用过rvm,但是在安装rvm 的时候发现系统有异常 错误信息,发现还有另外一个不错的可选工具 rbenv 安装 我是mac 系统 使用brew 安装 brew install rbenv brew install rbenv brew in 阅读全文

posted @ 2019-06-28 19:56 荣锋亮 阅读(1100) 评论(0) 推荐(0) 编辑

安装 Ruby, Rails 运行环境
摘要:步骤1 - 安装 RVM RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白。 gpgkeyserverhkp://keys.gnupg.netrecvkeys409B6B1796C275462A1703113804BB82D39DC0E3 curl -sSL http 阅读全文

posted @ 2017-03-25 14:08 荣锋亮 阅读(425) 评论(0) 推荐(0) 编辑

转 关于ruby gem无法连接到rubygems.org的解决方案
摘要:为什么有这个?由于国内网络原因(你懂的),导致rubygems.org存放在 Amazon S3 上面的资源文件间歇性连接失败。所以你会与遇到gem install rack或bundle install的时候半天没有响应,具体可以用gem install rails -V来查看执行过程。这是一个完... 阅读全文

posted @ 2015-01-04 10:15 荣锋亮 阅读(391) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示