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

[email protected]
深圳
188 Topics / 9160 Replies
730 Followers
0 Following
11 Favorites
中下水平 Rails 程序员
Reward
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
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • bootstrap sass gem 的 precompile 真是无解... at October 17, 2014

    http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets

    不用加 GROUP 啊。

  • paperclip 在 production 环境下裁减图片后显示不出来,只有重启 rails 服务才能正常显示 at October 17, 2014

    不太确定问题,直觉觉得放在 assets 目录会有问题,这个目录一般用来放需要编译的网站静态文件。

  • paperclip 在 production 环境下裁减图片后显示不出来,只有重启 rails 服务才能正常显示 at October 17, 2014

    图片是保存到了什么目录?

  • paperclip 在 production 环境下裁减图片后显示不出来,只有重启 rails 服务才能正常显示 at October 17, 2014

    贴出显示图片的代码。

  • paperclip 怎么上传文件啊?? at October 17, 2014

    我不知道具体怎么解决这个问题,但有些提示:

    1. rar 的 content_type 不是 application/zip。
    2. 浏览器发送的 content_type 不一定按照本地文件的 content_type,例如某些版本的 IE 会发送 application/octet-stream。
    3. 上传插件可能会简单处理按照文件名判断文件类型。
    4. 如果不需要校验可以不写校验。
  • SSLv3 的 POODLE 漏洞 at October 16, 2014

    刚禁用了 SSLv3。

    Disabling SSLv3 For POODLE https://www.linode.com/docs/security/security-patches/disabling-sslv3-for-poodle

  • Atom Editor 有 deb 包了 at October 15, 2014

    更新博客:Atom 编辑器 http://chloerei.com/2014/10/15/atom-editor/

  • Atom Editor 有 deb 包了 at October 15, 2014

    #11 楼 @huobazi 编辑服务器上的文件只占我 0.1% 时间,不需要为此降低大部分编程时间的体验。

  • Atom Editor 有 deb 包了 at October 14, 2014

    #6 楼 @gonglexin #9 楼 @huobazi 我还要抛弃 Vim Mode~

  • [征询意见] 一本 Jekyll 入门书 at October 14, 2014

    Octopress 我觉得是邪道,简单事情搞得异常复杂,建议去掉。

  • Atom Editor 有 deb 包了 at October 14, 2014

    #4 楼 @saiga 我喜欢官方的。

  • Atom Editor 有 deb 包了 at October 14, 2014

    #2 楼 @saiga 我喜欢官方的。

  • 为何安装了 Node.js 仍然出现 JavaScript runtime 错误 at October 14, 2014

    看到 C:/,我眉头一皱,发觉案情并不单纯。

  • 《 Rails 10 日谈》请教社区意见 at October 10, 2014

    安装环境就 Windows 比较麻烦吧,不知 http://rubyinstaller.org/ 足不足够解决?

  • 大家在前期设计时都使用什么工具 at October 10, 2014

    纸和笔。

  • 《 Rails 10 日谈》请教社区意见 at October 10, 2014

    #21 楼 @tiseheaini 我没说部署啊,我说从 gem install 到 rails s。

  • 《 Rails 10 日谈》请教社区意见 at October 10, 2014

    如果不会搭建真实环境,我觉得往后也会学得很艰难啊。

  • 在项目中用到了 Bootstrap 3,但 Glyphicon 无法正常被显示 at October 10, 2014

    #8 楼 @n00b1 一个是个人维护,一个是官方维护。官方的出了之后,基本上都转用官方的了,用个人的 gem 别人不一定懂得处理问题。

  • 在项目中用到了 Bootstrap 3,但 Glyphicon 无法正常被显示 at October 10, 2014

    用错 gem 了

    https://github.com/twbs/bootstrap-sass

  • 问问大家用富文本时有没有碰到过这个问题 at October 09, 2014

    kindeditor 的初始化代码怎么写的?

  • 在 url 中传入关键值,而后在 controller 中对 params 进行判断按需返回数据,这种做法好吗? at October 09, 2014

    #1 楼 @piecehealth 安全漏洞

  • SSH 不能无密码登录 at October 08, 2014

    我设的是 600。

  • 关于抄其它网站的文章 at October 08, 2014

    #1 楼 @ninehills 如果原文是 GPL,自己发布也要用 GPL 协议发布。

  • 一个面向 Node.js 初学者的系列课程:node-lessons at October 08, 2014

    #4 楼 @alsotang 其实不少书是开源同时卖的,卖的是打包好的电子书和后续更新。

    举个例子 http://arcturo.github.io/library/coffeescript/

  • 一个面向 Node.js 初学者的系列课程:node-lessons at October 08, 2014

    可以考虑做成电子书放到 https://selfstore.io/ 卖

  • “你可能感兴趣的文章” 设计思路 at October 07, 2014
    1. 随机
    2. elasticsearch 的 more like this 方法
    3. 让专门的搜索工程师研究相关度分析
  • 有什么好的学习资料推荐啊,kindle 上的 at October 06, 2014

    https://pragprog.com/ http://shop.oreilly.com/category/ebooks.do

  • 有必要用 rails_admin 吗? at October 03, 2014

    #33 楼 @chairy11 是的。

  • 有必要用 rails_admin 吗? at October 03, 2014

    #29 楼 @chairy11 就是要什么写什么啊。

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