rails 2.3.5开发就业指导中心网站部分记录

1 全文搜索:http://www.iteye.com/topic/431217 附件为打过补丁的sphinx

2 rails2.3.5把工程设到服务里面去
  先安装Mongrel_service见附件
  然后删去系统自带的win32-service-0.5.2
  运行gem install gem install -v=0.5.2 win32-service
  再安装就可以了

3 安装bluecloth:

引用
I was getting the error if I unpack the gem to your vendor directory.
---------
no such file to load -- bluecloth_ext

So I've installed the gem on the server and added the following lines to your environment.rb file.
----------
require 'rubygems'
gem 'bluecloth'


4 图表统计 推荐使用open_flash_chart

5 论坛系统,推荐eldorado,非常不错,支持rails2.3.5

6 错误提示中文化
crazycode 写道
推荐使用i18n_generators:
   http://github.com/amatsuda/i18n_generators/tree/master
可以直接生成zh-CN的本地化文件。
安装这个plugin需要先sudo gem install gettext。

安装完成插件后,使用generate:
  script/generate i18n zh-CN
就会在config/locales目录生成zh-CN.yml和models_zh-CN.yml,其中models_zh-CN.yml中有所有model的字段,而且。。。已经翻译好了,当然需要手工再调整一下。

你可能感兴趣的:(ext,Flash,Rails,rubygems)