Ruby on rails 为什么';t VALITY创建VALITY_experiments.rb和类似的应用程序/模型

Ruby on rails 为什么';t VALITY创建VALITY_experiments.rb和类似的应用程序/模型,ruby-on-rails,vanity,Ruby On Rails,Vanity,我已经创建并运行了我的Vanite迁移,我可以在schema.rb和rails控制台中看到结果表: ActiveRecord::Base.connection.tables => ["schema_migrations", "pages", "users", "areas", "roles", "assignments", "categories", "heuristics", "references", "footnotes", "products", "orders", "vanit

我已经创建并运行了我的Vanite迁移,我可以在
schema.rb
rails控制台中看到结果表:

ActiveRecord::Base.connection.tables
 => ["schema_migrations", "pages", "users", "areas", "roles", "assignments", "categories", "heuristics", "references", "footnotes", "products", "orders", "vanity_metrics", "vanity_metric_values", "vanity_experiments", "vanity_conversions", "vanity_participants"] 
那么,为什么它没有在
app/models
中创建
vantity\u experiments.rb
和类似的文件呢


我知道Vanite将使用Redis而不是我的PostgreSQL来存储数据,但Rails仍然将每个表映射到一个模型,对吗?

Vanite支持多个适配器,包括ActiveRecord。我猜生成器会创建这些迁移,以防您使用ActiveRecord适配器


有关更多信息,请参阅。

是-如果您使用的是非AR适配器,则无需迁移。(如果您使用的是AR适配器,则模型位于gem源代码中,而不是
app/models/