@kepaning Thanks!
@happypeter peter Nice!
已报名
Tnahks!
@xiaoyafighting 68o6Bkx54F43 已用
@xiaoyafighting 第一个过期了!
@dfguo 谢谢!
@string2020 https://github.com/wayneeseguin/rvm/issues/2837 The same question!
你更新下系统在执行吧。 我一般都这么执行 curl -sSL https://get.rvm.io | bash -s stable --ruby or curl -sSL https://get.rvm.io | bash -s stable --rails
@dfguo 看到的太晚了,要不我就来看看的!
@caoxg 不错
@cqcn1991 我就在李子圆同济校区,每天晚上有人在操场放风筝,挺好的!
聂工程师人很好。
等我练好了来!
Nice!
4.2.0beta
@w7938940 Thanks!
@w7938940 woshishi
API is application protocol interface! You can do a simple json api for you self app. You can request with data to the server then it return you depend you request data. First, not the data transfer. API document will tell you what data you need give and what return. give you a api guide with google map. https://developers.google.com/maps/documentation/embed/guide Simply, API is a parameters method with url!
@Rei OK thanks! 谢谢给的锚点链接 in user model
calss User < Application::Base
attr_reader :user_properity
validate :user_properity_should_be_presence
private
def user_properity_should_be_presence
if email.blank? and (name.blank? or fax.blank?)
errors.add(:user_properity, "必须输入有邮件或者fax和phone")
end
end
valide
in _form.html
div calss="error">
<% if @user.errors[:user_properity].present? %>
<%= @user.errors[:user_properity] %>
<% end %>
</div>
建议你不要在服务器上调试,很危险的。为什么不把数据弄到本地呢?开发模式下随意折腾
@string2020 @lgn21st @Teddy @googya @appell 5 楼的命令你执行一下就可以解决这个问题了 http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
@Rei 这个就相当于造了一各数组是么? 然后就在对应的数组中取值!
@Rei 明白了,非常感谢
capstrano 再加上 Nginx, passenger
@Rei 谢谢!
@kepaning 谢谢。非常感谢 那么取其他的就是
a.select { |el| el.is_a? String}
我已经来上海了,我可以来看看么?