共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > named fixtures exporter |
named fixtures exporter
|
1 | 0 | 2 |
贡献者 | 讨论 | 代码提交 |
Named fixtures have been introduced with rails 2, but writting all of them by hand is not helpful.
This exporter will : read each entries in database for a model and search for a name or title column read existing fixtures to get the name write each entries for a model using old fixture name, or name/title column or class name and id build belongs_to and has_and_belongs_to_many relations using fixture name