#2 楼 @lihaidong sorry
#6 楼 @zhangyanan 要么放弃 JRuby 要么放弃 Windows
#4 楼 @zhangyanan 我想问的是,你为什么不用 Linux?
#1 楼 @chechaoyang 你在这家公司?
我对减肥 挺有兴趣的 哈哈
这么多技术书要看,你还有时间怀疑自己能力?赶快看书去!哈哈
#24 楼 @stonegong 是真的么,这个还让玩哪?
招聘宣传动画蛮好玩的, 是牛人你就来
#25 楼 @flowerwrong 麻烦楼主代码贴出来看一下 inject([]) do |arr, klass| arr 此时不应该是 nil 呀!
UN_GRADUATION_TYPE = "本科生"
GRADUATION_TYPE = "研究生"
def get_graduation_type_relation_records class_name, fun
return [] unless class_name = class_name.safe_constantize
# .clone 可以拷到 Engienclass 而 dup 不可以,避免加其它单例方法失败。
class_name.where("check_status < ?", 1).clone.inject([]) do |arr, klass|
arr << klass if GRADUATION_TYPE == klass.send(fun).try(:stu_type)
end
end
@courseUsers = get_graduation_type_relation_records 'CourseUser', 'course'
@serviceUsers = get_graduation_type_relation_records 'ServiceUser', 'service'
@patentUsers get_graduation_type_relation_records 'PatentUser', 'patent'
:primary_key
Specify the method that returns the primary key of associated object used for the association. By default this is id.
belongs_to :author
class Paper < ActiveRecord::Base self.primary_key = 'pid' belongs_to :author, foreign_key: 'a_id' end
不知道这个例子 适合不?
class Category < ActiveRecord::Base belongs_to :parent, :foreign_key => :parent_id has_many :children, :foreign_key => :parent_id end
#1 楼 @zj0713001 你家大鱼太霸气了 台北往返机票!!!
没事,你比我好多了,我还没报名呢
Solr 就可以帮你实现呀! Apache Lucene http://lucene.apache.org/
5s
#6 楼 @xiongxin8802 不用吧,你可以写 html 呀!
<% articles.each do |article| %>
<span class="articles" article_id="<%=article.id" style="dispaly:hidden;"> <%= article.body %></span>
<% end %>
$('.articles').each();
在这取出来...
你为什么要这么写呢,你最好换一种实现的方式,这不科学呀亲!
@danoyang 最后一张图片没有显示出来!
顶一下!我也有用这个。
Gemfile
gem 'debugger'
Views
<% debugger %>
很多 Ruby 代码,写完后一看,这不是 Java 嘛!是谁把你们掰弯了?哈哈