Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Rei
@Rei
管理员
第 1 位会员 / 2011-10-28

[email protected]
深圳
188 篇帖子 / 9165 条回帖
731 关注者
0 正在关注
11 收藏
中下水平 Rails 程序员
打赏作者
GitHub Public Repos
  • writings 941

    [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**

  • geeknote 34

  • 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

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 最低配最傻瓜式的部署需要准备哪些东西? at 2014年04月19日

    passenger https://www.phusionpassenger.com/

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at 2014年04月19日

    #14 楼 @willmouse 👍

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at 2014年04月19日

    #11 楼 @yehualiu What is yes mean?

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at 2014年04月19日

    #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 2014年04月19日

    #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 2014年04月19日

    #4 楼 @yehualiu What error. (log)

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at 2014年04月19日

    #2 楼 @yehualiu What error.

  • deploy rails4 with nginx and passenger need run "bundle exec rake assets:precompile"? at 2014年04月19日

    Yes.

  • mongoid 数据库如何使用 transction? at 2014年04月19日

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

  • mongoid 数据库如何使用 transction? at 2014年04月19日

    没有,不行。

  • Ubuntu 14.04 LTS 发布 at 2014年04月18日

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

  • Ubuntu 14.04 LTS 发布 at 2014年04月18日

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

  • Linode 又升级了,果然是有竞争才有进步 at 2014年04月17日

    Oh~MY~GOD!

  • Assets management solved: we released Rails Assets at 2014年04月17日

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

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

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

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

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

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

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

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

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

    #8 楼 @y_ding 中国特色。

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

    apt-get install imagemagick

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

    #6 楼 @y_ding 应该是,可以 rvm list 看看,不过我通常都会搞完整个过程才用。

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

    #4 楼 @y_ding 可以中断。

  • 在 views 内 show.html.haml 文件下,如何将输入的 html 格式的 content 输出为 haml 格式 at 2014年04月17日

    如果发现有些需要的标签被过滤了,看这里 http://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html

  • 在 views 内 show.html.haml 文件下,如何将输入的 html 格式的 content 输出为 haml 格式 at 2014年04月17日
    %h5= sanitize @article.content
    
  • 通过 RVM 安装一个 Ruby 2.1,一晚上了,停滞不前,咋破? at 2014年04月17日

    #2 楼 @y_ding .rvm/gemsets/global.gems 里面定义了几个 gem,然后 rvm 尝试下载安装。

  • redcarpet render lalex 公式有什么好的解决方法? at 2014年04月17日
    1. 找一个处理 latex 的库
    2. 在 redcarpet 中写方法提取出 latex 内容
    3. 把 latex 内容扔给专门的库处理
  • 在 views 内 show.html.haml 文件下,如何将输入的 html 格式的 content 输出为 haml 格式 at 2014年04月17日

    为什么要这么做?

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