Rails世界:Groonga系列(六完)—— ActiveGroonga-Fabrication是什么
由Gudao Luo在2011-05-14 at 08:17发表的

- 说明
- Rails fixture是持久层模型对象初始化软件库。
- factory_girl 是Rails fixture的替代品。该软件包给我们提供比fixture更加丰富的功能。
- Fabrication 也是Rails fixture的替代品。它给我们提供比factory_girl还要丰富的功能。如“惰性所生成的关联(lazily generated associations)”和“针对定义和生成的块(blocks for definition and generation)”等。
- Rails fixture、factory_girl和 Fabrication都是针对持久层模型的对象生成器软件包。
- ActiveGroonga-Fabrication是基于ActiveGroonga的对象生成器软件包。
- 参考资料
- http://judywang.iteye.com/blog/792986
- http://blog.waynedeng.com/?p=222
- http://robots.thoughtbot.com/post/722112946/factory-girl-rails3
- http://railser.com/forums/14/topics/109
- http://en.wikipedia.org/wiki/Fabrication_%28metal%29
- https://github.com/ranguba/activegroonga-fabrication/
- https://github.com/paulelliott/fabrication
- http://en.wikipedia.org/wiki/Fabrication
搜索:
Sphinx groonga
Senna ruby
Rails世界:Groonga系列(五)—— ActiveGroonga是什么
由Gudao Luo在2011-05-13 at 05:59发表的
- 说明
- ActiveGroonga是全文搜寻引擎Groonga的Rails框架接口。

