@huacnlee ok 了
@huacnlee 好像是打不开了
The server at kanbox.com is taking too long to respond.
SendCloud +1
非常感兴趣的 topic,可惜不在上海
@huacnlee 默认值可以限制在不同的 model 里面吗?在 config/initializers/default_settings.rb 的设置好像对所有 include RailsSettings::Extend 的 model 都是有效的。 比方说,用户有默认性别 gender,公司有默认规模 staff_count,这样@user.settings[:staff_count] 能得到值,总感觉怪怪的。 能不能像添加类似 ledermann / rails-settings 里面的设置,默认值是可以有 scope 的
class User < ActiveRecord::Base
has_settings do |s|
s.key :dashboard, :defaults => { :theme => 'blue', :view => 'monthly', :filter => false }
s.key :calendar, :defaults => { :scope => 'company'}
end
end
@sendcloud 不是通过上面链接注册了,有 3w 额度不?现在只有免费账号 200/天
被墙了,绍兴电信,FK 这帮孙子
曾经多打一个空格,sudo rm -rf temp /
,结果。。。。,幸好是测试服务器
已经用上了,很棒!