关于“小问题”http://mongoid.org/docs/relations.html embeds_many 是 Embedded relations has_many 是 Referenced relations
Embedded relations are associations between one or many objects where the child object is embedded within the parent in the same document in the database. They can be extremely efficient when kept to a managable size in MongoDB since the total number of queries required to retrieve an entire object graph can be reduced to one.
Referenced relations are associations between documents that reside in separate collections in MongoDB. The link between the documents is handled similar to a relational database where a "foreign key" needs to be stored on one or both sides of the relation, but note that accessing a referenced relation required a separate query to the database since joins cannot be performed.
需要管理员权限。。原来如此。。
codecampo.com
#2 楼 @stephen activerecord 也有这个方法,叫 Dynamic attribute-based finders http://api.rubyonrails.org/classes/ActiveRecord/Base.html
还是自己检查环境
这是 mongoid 的方法 http://mongoid.org/docs/querying/finders.html#find_or_create_by 找不到这个方法,又没有代码,只有你自己检查自己的环境配好了没有
抵制山寨货
没见到过...
#2 楼 @xufeng 之前存过这个,不过不是转 flv 的 https://github.com/devthenet/voyeur
Voyeur is a ruby library that will take your video files and convert them to common HTML5 formats exposing an easy to use API. Seriously it's like falling out of a tree then climbing back.
#8 楼 @javy_liu 主机列表http://ruby-china.org/wiki/rails_hosting
heroku 我这里还勉强,也有朋友说很慢,看运气。你可以自己试试 http://decorators-in-rails.herokuapp.com/
我本来想把 yupoo 加到http://ruby-china.org/wiki/rails_hosting 里,结果没找到编辑按钮。。 哪位大哥辛苦一下。。 还有 Slicehost 已经被 Rackspace 收购,可以删掉了。 载途网站都打不开了,也可以删掉。
以后再有谁问主机的问题就可以把这个 wiki 丢给他了嘛..
#7 楼 @quakewang sublime text 2 更新,支持 auto complete,还没转朋友的快转啊,呵呵呵 http://www.sublimetext.com/blog/articles/sublime-text-2-build-2165
这种情况我们通常叫做给 topic 加 tag... 看他的解释,翻译过来就是”技术上不好实现“。而且是 10 个月前的讨论了。。 ruby-china 要实现这个还是很容易的,@Rei在自己的论坛系统里就已经实现过,http://codecampo.com 就用的 tag。 其实这个问题在早期的时候就有讨论过 (http://ruby-china.org/topics/48 ),现在看来节点和 tag 都不是必须的,因为论坛流量并不大
看看 mention 和 topic 的代码,model 部分有 after_save
请问有 puppet 搭建 rails 环境的教程推荐吗?
我这里也有这个问题
是。 没有。
我这个办法有没有问题?我以前就是这么用的。。
Author.joins(:articles).select("count(articles.id) as article_count").group("authors.id").order("article_count")
2 楼的办法还没见过。。一会儿研究一下
经大家提醒之后我发现,好像只要让客户改 CNAME,处理起来就和 subdomain 一样了,过段时间我试试 谢谢各位的回复
cd /home/user/oss/ruby_china/
git add config/mongoid.yml
git ci -am'add mongoid.yml'
cap deploy
没加到 git 里?
#14 楼 @sihaiyunyou ruby-china 也是中国人所开发的最为伟大的 IT 项目之一,codecampo 也是中国人所开发的最为伟大的 IT 项目之一,v2ex 也是中国人所开发的最为伟大的 IT 项目之一