07 2014 档案
rails s启动时报错:/config/environments/development.rb:1:in `<top (required)>': undefined method `configure' for
摘要:http://stackoverflow.com/questions/23258921/rails-generate-rspecinstall-config-environments-development-rb1in-top-requ 的解决方式: 阅读全文
posted @ 2014-07-04 01:16 秋叶leaf 阅读(332) 评论(0) 推荐(0)
Rails坑之 gem 'pg', '0.15.1' 安装报错
摘要:在Rails项目里,使用PostgrelSQL时(gem 'pg', '0.15.1' ),安装有时候会报错:最后通过先安装PostgreSQL解决:brew install postgresqlbundle updatebundle install 阅读全文
posted @ 2014-07-04 00:38 秋叶leaf 阅读(273) 评论(0) 推荐(0)