继承类是你想要的效果么?
# users schema
# type String
class Physician < User
end
继承自 User 数据表都存在 users 上,会通过 type 字段分别子类
https://github.com/minimagick/minimagick 还有 很少有 web 项目直接操作系统命令来修改东西
#define TRUE FALSE 简直爆炸💥
然后交叉编译到 linux?
#17 楼 @realwol 记错了 是 api/v3/application_controller
https://github.com/ruby-china/homeland/blob/master/app/controllers/api/v3/application_controller.rb
在 controller 使用
optional! :offset, default: 0
optional! :limit, default: 20, values: 1..150
可以看下 ruby-china api 下的 base_controller 非常漂亮易懂
或者看下rails_param
第二行最后一张妹子很漂亮有木有啊有木有
#12 楼 @42thcoder 可以@他让他开个帖子详讲一下吧 哈哈
#3 楼 @alex_l_zhang docker-compose 么?如果之前的不停掉怎么更新代码和重启?
现在比较倾向的是继续使用 cap/mina 因为需要 remote console 这个功能
学习了 这种应该比 linux on windows 快
我用的 linux on windows 新的感觉不错,除了 IO 速度慢的一坨。
配合好看的终端工具不错。
Docker on windows 也很强大
#3 楼 @flowerwrong ecshop 是么
权限我用的 pundit
微信 支付宝支付有大神写好的第三方 Gem
日志我是绑定在状态机回调上的
订单的推荐你用 aasm 管理状态 挺好用的
订单和产品管理应该没现成的吧,这些定制化很强的还是自己写好
新版 passenger?
constraints :subdomain => "admin" do
scope :module => "admin", :as => "admin" do
resources :wares
end
end
Group.where(user_id: User.current.id).where(id: Group.where(user_id: assigned_to_id).select(:id)).exists?
SQL 查速度相对会很快,不知道你表是怎样设计的 大概就是这意思
棒啊,刚做就考虑 preload 了;