Vrails是RubyonRails开源博客。方便想搭建自己博客平台的朋友使用,界面简洁美观,部署方便。示例代码:User.create(  email: "yourname@example.com",  username: "yourname",  password: "password",  password_confirmation: "password",  activation: true)