Ruby on Rails
zjueman
软件, 互联网, 金融, 浙江大学
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Rails中文问题总结
Rails中文问题 1. 安装Mysql时设置UTF-8为编码格式。据说修改配置文件不管用,只有在安装数据库时设置编码格式才有用。2. 在你的rails项目的database.yml中设置编码格式 development: adapter: mysql database: cn_development encoding: utf原创 2007-04-17 22:51:00 · 1536 阅读 · 0 评论 -
Adding a Rich Text Editor to your Rails Application
Adding a Rich Text Editor to your Rails ApplicationPosted April 23, 2006Adding a rich text editor to your application enables users to markup their input text without having to know a mark转载 2008-01-26 14:33:00 · 1577 阅读 · 0 评论
分享