刚好有需要,太好了
酷炫啊,咦,还是远程
最早见于 Ruby Weekly,感谢分享翻译
Happy Birthday~~
赞!
同发现问题,谢谢解决方案。。
:thumbsup:
:thumbsup:
#62 楼 @Jeweller_Tsai 投一个,那不是被完爆!
有没有用过这个,api 之~ http://www.idocv.com/
UPYUN MM [email protected]
看代码有问题。。。
今日 xx:xx 来自客户端
:thumbsup:
#20 楼 @edgar_wang_cn 没有呢,还得研究一下,多交流
#18 楼 @edgar_wang_cn 用的是最上面的那段 route
#14 楼 @edgar_wang_cn 就是问题里的代码,跟 writings 中的一样
class Space
include Mongoid::Document
include Mongoid::Timestamps
field :name
field :domain
field :full_name
field :description
field :storage_used, :default => 0
has_many :mobile_articles, :dependent => :delete
# has_many :mobile_attachments, :dependent => :destroy
belongs_to :shop
index({ :shop_id => 1 })
index({ :name => 1 }, { :unique => true })
index({ :domain => 1 }, { :unique => true, :sparse => true})
def to_param
name.to_s
end
end
view space/new.html.erb
<div>空间设置</div>
<%= form_for @space, :url => '/mobile_spaces/create', :validate => true, :html => { :data => { :remote => true } } do |f| %>
<%= f.label "URL" %>
<%= f.text_field :name, :tabindex => 1, :class => "field", :placeholder => 'space-name'
%>.localhost
<br>
<%= f.label "全名" %>
<%= f.text_field :full_name, :class => "field", :tabindex => 2 %>
<br>
<%= f.label "描述" %>
<%= f.text_area :description, :class => "field", :tabindex => 3 %>
<br>
<%= f.submit "提交", :tabindex => 4%>
<% end %>
route 和 controller 就是和最上面的一样。。
碉堡了。。。。。。。。。
易信那个扫不出来,不支持此二维码,what‘s wrong?