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.4k
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.

Ruby file操作cheatsheet

2015-10-06
阅读 2 分钟
3.3k
每次都要查,真是蛋疼,不如一次性总结一下,以后再不记得就来这里找好了。以下代码中需要用到的文件名:filename = ‘testfile.txt’