Devise做接口权限验证
使用Devise做接口权限验证使用 devise-jwt gem。
Posted by
songjian
on July 20, 2024 ·
2 mins read
libvips使用记录
libvips和ImageMagick都是图像处理库。Rails文档上说libvips比ImageMagick快10倍,内存占用只有ImageMagick的1/10。
Posted by
songjian
on July 20, 2024 ·
1 min read
Rails引擎使用RSpec测试
Rails引擎默认使用MiniTest做测试。会在test目录下创建一个测试用的最小运行环境dummy。如果使用Rspec测试,dummy路径一般放在spec/dummy。
Posted by
songjian
on July 13, 2024 ·
2 mins read
使用libphonenumber解析、格式化和验证国际电话号码
Github仓库地址:https://github.com/google/libphonenumber
Posted by
songjian
on July 03, 2024 ·
1 min read
使用rbenv管理Ruby环境
卸载使用apt-get安装的ruby和gem
Posted by
songjian
on June 17, 2024 ·
1 min read
mimemagic因为错选了协议强制删除0.3.6版问题
mimemagic因为错选了GPL协议,强制删除了0.3.6版,导致bundle install报错,临时解决改用:
Posted by
songjian
on October 18, 2021 ·
1 min read
使用RVM安装Ruby
官网
Posted by
songjian
on September 20, 2020 ·
1 min read
《Ruby基础教程v4》 学习笔记
第5章 条件判断
Posted by
songjian
on June 11, 2017 ·
30 mins read