FactoryGirl在Rails中的使用

2016-02-29
阅读 3 分钟
3.9k
FactoryGirl is a gem aimed at replacing Fixtures. If you wonder that, take a look at what's wrong with fixtures.

Nginx with Unicorn to serve your rails app

2015-12-20
阅读 2 分钟
3.3k
This is currently the most popular solution to serve rails apps and is used by many big companies like Github, tweet, 37signals and so on. Also, it is very easy to setup in this way.