标签:直接 flow round width IV mon active 语法 OLE
rails console后:
2.1.4 :001 > User
# => User (call ‘User.connection‘ to establish a connection)
这是因为Active Record 建立连接是惰性的lazily。
直接用查询语法就好。
gem ‘faker‘后就直接可以用了。
顶多写一句require ‘faker‘
ActiveRecord 惰性加载,和使用gem faker
标签:直接 flow round width IV mon active 语法 OLE
原文地址:https://www.cnblogs.com/chentianwei/p/9230983.html