Category Archives: Rails

自动翻译Rails的locales YAML 文件 | Automatically translate your Rails locale YAML into other languages

刚做了个小工具,自动把Rails 的locals YAML文件翻译成各种语言。
>> 点击使用 Click here to use

Rails 2.1 中文书!

刚从 Rails 中文博客看到已经有 Rails 2.1 的中文书了!
Libin Pan 已经完成了这本书的中文翻译。中文书的PDF文件地址是:
http://blog.libinpan.com/download/libin-rubyonrails21-cn.pdf

Support foreign domain (CNAME forwarding) in your Rails application

Let’s say you have a blog application, which is built on Ruby on Rails. In the application, each registered user will have his personal blog page at the URL: yourblogapp.com/blogs/blogid
Perhaps, the user has his own website, say, someone.com. It will be nicer to let the user have a custom domain in your blog application (in [...]