#2 楼 @zj0713001 哈哈,这个才测试阶段!用于学习的
#3 楼 @ZombieCoder 哦,原来如此,我说打印的时候,有 id 显示,但数据库没有数据呢!好的,谢谢阿!
#1 楼 @ZombieCoder 原来如此!我删除了!但执行测试方法的时候,数据还是无法插入,还有哪的配置没有修改吗?
执行 rake db:migrate 时: Called id for nil, which would mistakenly be 8 -- if you really wanted the id of nil, use object_id/home/tanglei/projects/vmeal/db/migrate/20130401015551_add_school_id_to_ads.rb:5:in `change'
貌似 id 有问题
按照说明安装的时候会出现问题: uninitialized constant MobileShortMessage::CONFIG 即 vmeal/lib/util/mobile_short_message.rb 里的 常量没有初始化,这里的 CONFIG 实在哪定义的?
靠,服务器关了
自己摸索解决了。。。
#1 楼 @hisea ok 了! 中间的相应配置没有打开! bundle 之后,在 migrate 的时候,出现: undefined method `log' for #Rails::Paths::Root:0x00000002123228
#1 楼 @hisea require 'mina/bundler' require 'mina/rails' require 'mina/git' # require 'mina/rbenv' # for rbenv support. (http://rbenv.org) require 'mina/rvm' # for rvm support. (http://rvm.io) rvm 的支持打开了
表示是底层数据封装的原因!
#4 楼 @chenge 打印 @test.instance_variables 结果为: @attributes @service @loaded
#1 楼 @chenge 打印出来 是这个: @attributes @service @loaded
@attributes 怎么弄呢?
看看我是新人不。
涨价了。。
表示把 ruby 重新装了一下就好李。。
同等!我也学习以下,刚装好!
自己回答一下,解决了,把所有的 libv8 都移除了,就好了
安装这个 sudo gem install therubyracer -v '0.9.4' 提示需要 libv8,我安装了,但还是有错误,我的 libv8 的版本是 3.3.10.2,对于 libv8 有版本限制吗?