Problems when learning ruby

本文详细介绍了Ruby编程中遇到的几个常见错误及其解决方案,包括SQLite加载错误、Rails渲染文本错误、MySQL加载错误、插件安装错误和控制器方法未定义错误。通过遵循提供的步骤,开发者可以快速解决这些问题。

1.The exception is:

    Status: 500 Internal Server Error
    no such file to load -- sqlite3

 solution: need to download  sqlite3.rar ,then uncompressed at the ../ruby/bin folder,then gem install sqlite3-ruby-1.2.3-mswin32.gem

 

2.undefined method `render_text' for # RAILS_ROOT

 

solution:  change render_text "hello world" to : render:text => "hello world"

 

because the version updated now but the tutorial not

 

3.  Status: 500 Internal Server Erro
  no such file to load -- mysql

  solution:gem install mysql at the ../ruby/bin folder

 

4.plugin scaffold

solution:ruby script/plugin install scaffolding
ruby script/plugin install http://redmine.rubyforge.org/svn/trunk/vendor/plugins/classic_pagination

 

 5.undefined method `template_exists?' for #<BookController

 E:\rubyTest\mybook\script>ruby generate scaffold Book title:string description:t
ext buydate:date  will work

 

 

unkown exception always waiting for us -_-

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值