Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
@reyesyang
高级会员
第 25 位会员 / 2011-11-01

北京
6 篇帖子 / 328 条回帖
4 关注者
1 正在关注
533 收藏
Pragmatic Programmer
GitHub Public Repos
  • blog-on-rails 1

    A blog application build with rubyonrails

  • wechat-universal-flatpak 0

    Flatpak 打包微信 Linux Universal 版

  • gnome-shell-extension-... 0

    Adds KStatusNotifierItem support to the Shell

  • xvm 0

    Version Management for more tools

  • LG-ultrafine-brightness 0

    A tool to adjust LG Ultrafine Series Monitor without Bootcamp in Linux and Windows.

  • playground 0

  • parser-study 0

  • spring-boot 0

    Spring Boot

  • clash-core 0

    backup of clash core

  • reyesyang.github.io-so... 0

    Blog source code based on Jekyll 3

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 毕业半年被迫做构建,想转 ROR,情深缘浅 at 2013年01月20日

    10 年毕业,我第一份工作也是外包,和楼主现在的情况比较相似,11 年上半年开始业余时间自学的 RoR。11 年 10 月彻底转为全职的 RoRer。

  • 用 Clojure 写的阅读器,请轻拍 at 2013年01月15日

    很棒的网站!

  • ruby 条件区间的问题 at 2013年01月07日

    没有这个可能性呀

  • rails 使用 mysql 浏览出现 at 2013年01月06日

    就是 PeopleController 中的 index 方法中,有对象调用了 accept 方法,但该对象此时是 nil

  • Rails is omakase - 中文版 at 2013年01月06日

    感谢翻译,原文读起来确实比较困难。

  • markdown 能用 html 包裹 md 格式的内容吗?怎样做? at 2012年12月18日

    Note that Markdown formatting syntax is not processed within block-level HTML tags. E.g., you can’t use Markdown-style emphasis inside an HTML block. Unlike block-level HTML tags, Markdown syntax is processed within span-level tags.

    摘自 http://daringfireball.net/projects/markdown/syntax

  • 能够切换 “正在升级” 页面的 nginx 部署辅助工具? at 2012年11月01日

    Capistrano 有一个 cap deploy:web:disable 命令,具体参考 http://capitate.rubyforge.org/recipes/deploy-web.html

  • Happycasts: Chrome Devtools 贴心技巧总结 at 2012年10月31日

    以前都没注意到 Javascript 的 Pretty print 的功能,太酷了!

  • 搜索中分页问题 at 2012年10月24日

    修改成下面试试

    @Products=.Product.where("price >= ? AND price <= ? ",params[:min_price],params[:max_price]]).page(params[:page]).per(7)
    
  • 番茄土豆:小小生产力工具 at 2012年09月24日

    简洁的网站,又正好满足需求,非常棒! 不过 doagain 功能好像有 bug,点击后没反应。 环境:Ubuntu 12.04 + Chrome 21.0.1180.89 或 Firefox 15.0.1

  • 怎么样用 ruby 抓取一个 javascript 的链接? at 2012年08月30日

    #2 楼 @Perish 在 Firebug 的网络标签下面的 XHR 标签就可以看到 Ajax 请求的具体链接

  • 怎么样用 ruby 抓取一个 javascript 的链接? at 2012年08月29日

    这个都是使用 Ajax 载入的,链接有可能写死到 JS 中,也有可能存在相应的节点的 data() 中,方式比较多,要具体情况具体分析。

  • 谁说 Ubuntu 好用? at 2012年08月20日

    如果是选择源的话,可以参考这个:打开 Update Manager -> 单击 Settings -> 选择 Ubuntu Software 选项卡 -> 在 Download from 下拉列表中选择 Other -> 单击 Select Best Srever,系统就会测试所有的源,给你选择速度最快的。

  • 谁说 Ubuntu 好用? at 2012年08月19日

    2 楼的回复很详细,追加一点:善用搜索引擎。最后:Ubuntu 好用!

  • Design Board at 2012年08月04日

    看了演示视频,Cool!

  • Rails.vim 高效使用指南 at 2012年07月23日

    虽然也用这个插件,但是没有像楼主用的这么仔细,看来需要再阅读一遍 help 文档。

  • 唐凤的开源之道的讲稿,关于社群的那一部分我觉得讲的很好 at 2012年06月07日

    I admire programmers who take risks. They aren’t afraid to write dangerous or “crappy” code. If you worry too much about being clean and tidy, you can’t push the boundaries (I don’t think!). I also admire programmers who refuse to stick with one idea about the “way the world is.” These programmers ignore protocol and procedure. I really like Autrijus Tang because he embraces all languages and all procedures. There is no wrong way in his world. — _why

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月07日

    #40 楼 @ximeiji 也许有帮助:http://ruby-china.org/topics/3705

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    #40 楼 @ximeiji 可否把下列文件邮件 ([email protected]) 或者共享给我看看,(可能有的文件没有,只发有的即可): ~/.bashrc ~/.bash_profile ~/.bash_login ~/.profile /etc/profile /etc/bash.bashrc

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    可否把下列文件邮件 ([email protected]) 或者共享给我看看,(可能有的文件没有,只发有的即可): ~/.bashrc ~/.bash_profile ~/.bash_login ~/.profile /etc/profile /etc/bash.bashrc

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    #38 楼 @ximeiji 那个是小写的 L

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    #35 楼 @ximeiji 开一个新终端,运行 bash -l 然后执行 rails -v 是否正常?

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    #32 楼 @ximeiji 你的 rvm 是 Single-User installations 吗?

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    #29 楼 @ximeiji 那 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session as a function 是在.bash_profile 里,还是.bashrc 里面呢?

  • ruby 1.9.2 和 rails 3.2.5 都安装好后,重启终端出错了 at 2012年06月06日

    #25 楼 @ximeiji 运行如下命令: cat ~/.bash_login

    能否看到类似下面的结果: [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session as a function

    如果是,请继续参考:https://rvm.io/integration/gnome-terminal/

  • rvm 安装 1.9.3 的错误信息 (已解决) at 2012年06月03日

    #8 楼 @yfeng https://rvm.io/integration/gnome-terminal/

  • 关于 rails 路由 at 2012年06月03日

    应该是没有删除 public/index.html,参考:http://guides.rubyonrails.org/getting_started.html#setting-the-application-home-page

  • 使用 Goagent 无法访问部分安全链接 (https) 网站, 例如 twitter. at 2012年06月01日

    #13 楼 @zw963 第一次搞的时候我也折腾了很久

  • 使用 Goagent 无法访问部分安全链接 (https) 网站, 例如 twitter. at 2012年05月31日

    FireFox->选项->高级->加密->查看证书->证书机构->导入证书,选择 local\ca.crt, 勾选所有项,导入。 Chrome->设置->管理证书->授权中心->导入

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