最新文章列表

Rails3.1在windows连接Mysql的问题

When run rails server,get the error(already install newest RailsInstaller of windows xp and mysql2-0.3.11-x86-mingw32) : d:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/l ...
lxiaodao 评论(0) 有1987人浏览 2011-12-27 16:53

win7 在ruby1.9.2环境下安装simple_captcha

参考:https://github.com/galetahub/simple-captcha1.安装simple_captcha插件 rails plugin install git://github.com/kares/simple_captcha.git rails generate simple_captcha rake db:migrate   2.配置,在con ...
zyn_zyn 评论(0) 有1174人浏览 2011-11-28 22:05

rails3.1.0解决数据库取出来的信息编码为utf-8

下面代码只能解决,从数据库中取出来数据为utf8格式,但在model、help、controller中有中文,只能在最上面添加#encoding: uft-8 例如: #encoding: utf-8 class BuyerController < ApplicationController   before_filter :authorize   layout 'index'     .. ...
zyn_zyn 评论(0) 有1173人浏览 2011-11-10 16:52

rails3.1安装与mysql配置 windows

1.先安装railsinstaller,到 http://railsinstaller.org/网站上去下载安装 2.安装mysql gem install mysql 3.将libmySQL.dll文件放到ruby1.9.2/bin目录下 4.新建项目根目录下的Gemfile文件中,添加如下: gem 'mysql'
zyn_zyn 评论(0) 有1479人浏览 2011-10-08 15:21

rails3.1rc1在服务器上运行报Could not find a JavaScript runtime错误的解决方法

在 Gemfile 中添加 gem 'therubyracer' 参考链接: http://zool.me/rails/rails31rc1-execjs-error/ http://www.ruby-forum.com/topic/1899392
413486774 评论(0) 有880人浏览 2011-09-02 08:50

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics