中文化团队
查看详细资料
TOP
网站管理员
查看个人网站
cd rgb ruby script/console
u = User.new u.name = 'admin' u.password = 'abc' u.email = 'no@sorry.com' u.save!
b = u.boards.new b.name = 'MyBoard' b.title = 'My First Rails GuestBook' b.public = true b.emoticon = '/skins/default/emot/' b.description = 'welcome to my first board!' b.homepage = 'http://www.ruby-lang.org.cn' b.userface = 'guyun/userfaces' b.style = 'guyun' b.save!
飞猪
要飞得更高...