Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Rei
@Rei
Admin
NO. 1 / 2011-10-28

[email protected]
深圳
182 Topics / 9132 Replies
727 Followers
0 Following
11 Favorites
中下水平 Rails 程序员
Reward
GitHub Public Repos
  • writings 940

    [Closed] Source code of writings.io

  • alipay 732

    Unofficial alipay ruby gem

  • code_campo 291

    [Closed] Source code of http://codecampo.com

  • asciidoctor-pdf-cjk-ka... 101

    **no longer maintained**

  • asciidoctor-htmlbook 31

    Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook docu...

  • material-ui 17

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

  • rails-app 7

    A Rails project template lets me start new projects quickly.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 再次请求一个问题,还是内存溢出 at April 20, 2014

    问题是什么时候产生的,部署还是访问?

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    #11 楼 @xautjzd 如果你用的发行版没有那个目录,很可能放在那个目录里面是无效的,你可以直接写到 nginx.conf。

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    Ubuntu 12.04 上使用 Nginx Passenger 部署 Ruby on Rails

    …… #9 楼 @cassiuschen

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    #7 楼 @xautjzd 各个发行版的目录结构是有区别的。

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    #5 楼 @xautjzd 装好 nginx 就会创建 sites-enabled 目录。其他的自己试一试吧,写得太细文章就很罗嗦了。

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    #3 楼 @xautjzd

    Nginx 前端和静态文件服务器,用来处理 HTTP 连接;另一个选择是 Apache。

    Passenger 是应用服务器,作为组件编译到 Nginx 中,添加应用的时候添加 Nginx 配置文件就行了,自行管理进程启动重启之类的任务;Unicorn 也是应用服务器,只负责运行应用,需要管理员管理它进程启动重启,所以对新手我推荐 Passenger。

    这两个是这样的关系:

    
    Internet 
    

    Capitrano/Mina 是自动部署脚本,先把前面的东西手工搭建一遍再来弄这个。Mina 半年没更新了,推荐用 Cap。

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    Ubuntu 12.04 上使用 Nginx Passenger 部署 Ruby on Rails

  • 最低配最傻瓜式的部署需要准备哪些东西? at April 19, 2014

    passenger https://www.phusionpassenger.com/

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    #14 楼 @willmouse 👍

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    #11 楼 @yehualiu What is yes mean?

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    #6 楼 @yehualiu How you link foundation-wysihtml5/index.css, does you require it in application.css or append it to precomple target?

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    #4 楼 @yehualiu How you link css assets in layout?

    This block means cache this files under /assets, in general it will not cause error. So how do you deploy?

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    #4 楼 @yehualiu What error. (log)

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    #2 楼 @yehualiu What error.

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at April 19, 2014

    Yes.

  • mongoid 数据库如何使用 transction? at April 19, 2014

    楼主觉得重发一帖 Mongodb 就能支持事务了?http://ruby-china.org/topics/18521

  • mongoid 数据库如何使用 transction? at April 19, 2014

    没有,不行。

  • Ubuntu 14.04 LTS 发布 at April 18, 2014

    #10 楼 @HalF_taN 我用过 2 年 Arch,后来升崩了,安装都忘了怎么装,之后才用 Kubuntu。

  • Ubuntu 14.04 LTS 发布 at April 18, 2014

    这次装上 LTS 以后不折腾社区版了。

  • Linode 又升级了,果然是有竞争才有进步 at April 17, 2014

    Oh~MY~GOD!

  • Assets management solved: we released Rails Assets at April 17, 2014

    #35 楼 @hardywu 我已经放弃治疗,用 vendor 了。js 本身没个统一约定,无解。

  • 通过 RVM 安装一个 Ruby 2.1,一晚上了,停滞不前,咋破? at April 17, 2014

    #12 楼 @y_ding 还是那个道理:国外的程序员没遇到过这些问题。

  • 在 /config 目录里添加了 config.yml 文件, 文件里定义了 CONFIG 常量,但 capistrano 在部署时出了问题 at April 17, 2014

    #2 楼 @tiseheaini 我第一次部署会手工 ssh 到服务器,把项目 clone 下来,然后 ./script/setup.sh。

  • 在 /config 目录里添加了 config.yml 文件, 文件里定义了 CONFIG 常量,但 capistrano 在部署时出了问题 at April 17, 2014

    第一次部署之前要先准备好目录和这几个文件。我是放在 ./script/setup.sh 里面做的

    https://github.com/chloerei/campo/blob/master/script/setup.sh#L48

  • 通过 RVM 安装一个 Ruby 2.1,一晚上了,停滞不前,咋破? at April 17, 2014

    #8 楼 @y_ding 中国特色。

  • 部署并安装了 mini_magick 还是会报 Errno::ENOENT (No such file or directory - identify -quiet -ping /tmp/mini_magick20140417-15807-nbkvcn) at April 17, 2014

    apt-get install imagemagick

  • Prev
  • 1
  • 2
  • …
  • 135
  • 136
  • 137
  • 138
  • 139
  • …
  • 272
  • 273
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English