# db/migrate/20081115224456_create_posts.rbclass CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.string :title t.text :body t.boolean :published t.timestamps end end
# config/locales/zh-CN.yml # I18n.locale="zh-CN" # I18n.translate 'activerecord.models.post' # I18n.translate 'activerecord.attributes' # I18n.translate 'activerecord.attributes.post' # I18n.translate 'activerecord.attributes.post.title'zh-CN: activerecord: models: post: 帖子 attributes: post: title: 标题 body: 内容 published: 发布时间
【实 × 新 × 奇】http://www.lycom.de/ 最新报道Ruby语言、Rails框架、Ubuntu、MacOSX和软件技术信息
订阅 full-text RSS 或者 comments RSS.
Interesting links can be found at del.icio.us or by subscribing to my del.icio.us feed
Powered by SimpleLog
Comments
There are 0 comments on this post. Post yours →
Post a comment
Required fields in bold.