Started PATCH "/admin/site_configs/node_ids_hide_in_topics_index" for 127.0.0.1 at 2017-03-07 10:11:14 +0800
Processing by Admin::SiteConfigsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "setting"=>{"value"=>"Perl,产品/构建, 软件 开发"}, "commit"=>"保存", "id"=>"node_ids_hide_in_topics_index"}
(0.4ms) SELECT COUNT(*) FROM "new_notifications" WHERE "new_notifications"."user_id" = 4 AND "new_notifications"."read_at" IS NULL
Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE (thing_type is NULL and thing_id is NULL) AND "settings"."var" = $1 LIMIT $2 [["var", "node_ids_hide_in_topics_index"], ["LIMIT", 1]]
Redirected to http://abc.com:3000/admin/site_configs
Completed 302 Found in 13ms (ActiveRecord: 0.8ms)
前台点保存,后台日志信息是这个
这个配置是写到 config/config.yml 里么?前台可以正常保存,但是后台 config/config.yml 里 node_ids_hide_in_topics_index: "" 还是空。我尝试直接修改 config/config.yml 把节点名字写到 node_ids_hide_in_topics_index 里,发现还不行。
现在线上的 ruby-china 是在 docker 里运行的?还是在 vps 上直接跑的?
make install 可以成功执行,但是在最后有如下提示,如何处理??
make[1]: Entering directory `/root/homeland-docker'
Reindex ElasticSearch...
[!!!] Index does not exist (Elasticsearch::Transport::Transport::Errors::NotFound)
[IMPORT] Done
[!!!] Index does not exist (Elasticsearch::Transport::Transport::Errors::NotFound)
[IMPORT] Done
[!!!] Index does not exist (Elasticsearch::Transport::Transport::Errors::NotFound)
[IMPORT] Done
make[1]: Leaving directory `/root/homeland-docker
#5 楼 @huacnlee #3 楼 @novtopro 多谢,的确是 docker 版本的问题。解决办法,删掉以前的 docker,重新安装最新版本就可以了。
apt-get purge docker.io
curl -k -sSl https://get.docker.com | sudo sh
然后可以看到如下信息
docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 21:44:32 2016
OS/Arch: linux/amd64
Server:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 21:44:32 2016
目前
你们这些人啊,就在那憋着,也不试试。我自己是憋不住想升级了但是无奈数据太大,所以来看看。 现在论坛建站用 discuz,phpwind 建站的还是占多数,如果 rubyChina 能提供导入功能,估计用 rubychina 建站的会越来越多。
左边是 rails s 直接运行;右边是通过 apache+passenger 即便通过 gem install mongoid-4.0.0.gem --local 本地 build 然后 install 装上也会有这个问题 gem install mongoid-4.0.0.gem --local Successfully installed mongoid-4.0.0 1 gem installed
补充一下: 直接运行 rails s 下显示正常,但是部署到 apache + passenger 的时候就会报上面的错误
#1 楼 @blueplanet 你的提示安装完了,passenger 报错
git://github.com/huacnlee/bootstrap-helper.git (at master) is not checked out. Please run bundle install
(Bundler::GitError)
#1 楼 @blueplanet 十分感谢
请问:头像,上传图片等是否用本地目录?而不是用又拍云?那里可以设置?谢谢
这个是他们自己开发的还是借鉴的这里?