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 November 14, 2013

    :name 的值就是 :name,我一开始都没想那么多。

  • 求助,也许是 linux 的问题 at November 14, 2013

    Note: The Multi-User install instructions must be prefixed with the 'sudo' command. However, once the install is complete, and the instructions to add users to the rvm group is followed, the use of either sudo or rvmsudo is no longer required. The 'sudo' command is only to temporarily elevate privileges so the installer can complete it's work. If you need to use 'sudo' or 'rvmsudo' after the install is complete, some part of the install directions were not properly followed. This usually is because people execute the install as root, rather than executing the installation instructions from a non-privileged user account.

    这里说用 sudo 安装跟用 root 安装还不一样,root 会导致一些问题。

    正常 multi-user 模式是普通用户用 sudo 安装,然后将用户加到 rvm 组,之后不需要 sudo 或 rvmsudo。

    我建议是用 single-user 模式。

  • 求助,也许是 linux 的问题 at November 14, 2013

    #17 楼 @shangrenzhidao 用 root 安装不是装在 root 下,而是装成 multi-user 模式。我现在都用 single-user 模式了,记不太清楚要怎么弄。

    root 是个特殊的用户,如果搞不清楚的话还是不要用,不过你可以趁机搞明白 root 和 sudo 跟 Linux 用户权限的问题。

  • 求助,也许是 linux 的问题 at November 14, 2013

    Multi-User:

    The rvm function will be automatically configured for every user on the system if you install with sudo. This is accomplished by loading /etc/profile.d/rvm.sh on login. Most Linux distributions default to parsing /etc/profile which contains the logic to load all files residing in the /etc/profile.d/ directory. Once you have added the users you want to be able to use RVM to the rvm group, those users MUST log out and back in to gain rvm group membership because group memberships are only evaluated by the operating system at initial login time.

    https://rvm.io/rvm/install

  • 这些冒号让我很困惑 at November 14, 2013

    #6 楼 @davidminaki 这更难理解了。

  • 并行赋值的使用场景 at November 14, 2013
    _, date, urlname, _ = *filename.match(/\A#{tmp_path}\/_posts\/(\d+-\d+-\d+)-(.+)(\.[^.]+)\z/)
    

    解析 jekyll post 的文件名。

  • 松本行弘的新书《关于 mRuby 的一切》 at November 13, 2013

    #31 楼 @fleuria 哈哈哈

  • 我去 难道只有我不能回复吗? at November 13, 2013

    https://github.com/ruby-china/ruby-china/issues

    打开浏览器调试工具,看看提交的时候有没有错误。

  • 怎么不能回复了? at November 13, 2013

    测试

  • 松本行弘的新书《关于 mRuby 的一切》 at November 13, 2013

    👍

  • Rails 4 选书 Ruby on Rails 4.0 Guide vs. Rails 101 at November 12, 2013

    Agile Web Development with Rails 4 http://pragprog.com/book/rails4/agile-web-development-with-rails-4

  • 大家对 django-cms 如何看?我感觉 diango cms 生态圈做的太好了。。 at November 12, 2013

    #2 楼 @small_fish__ 我以前也觉得是两个东西。

  • 大家对 django-cms 如何看?我感觉 diango cms 生态圈做的太好了。。 at November 12, 2013

    用 Jekyll

  • 有没有长文章分页、本页面显示全文的 gem at November 12, 2013

    编辑插 <hr> 元素然后程序处理。

  • Ruby Hacking Guide 英文翻译完成 at November 12, 2013

    #21 楼 @rasefon epub 是开放格式,mobi 只有 kindle 能看。

  • 关于 vagrant at November 12, 2013

    #12 楼 @shangrenzhidao 不客气

  • 关于 vagrant at November 12, 2013

    #10 楼 @shangrenzhidao 在 host 机编辑,在虚拟机装组件。目录同步,哪边工具方便用哪边。

  • 关于 vagrant at November 12, 2013
    config.vm.network "public_network", ip: "x.x.x.x"
    

    启动卡住了看这里 https://github.com/mitchellh/vagrant/wiki/%60vagrant-up%60-hangs-at-%22Waiting-for-VM-to-boot.-This-can-take-a-few-minutes%22

  • 关于 vagrant at November 12, 2013

    #2 楼 @shangrenzhidao 如果你的 host 主机有两个网络接口就需要指定 bridge,你的 host 主机有两个网络接口吗?

  • 关于 vagrant at November 12, 2013

    http://docs.vagrantup.com/v2/networking/public_network.html

  • 用 mina 部署,部署后如何远程重启服务器? at November 12, 2013

    登陆之后怎么重启的写进脚本啊

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at November 11, 2013

    #22 楼 @MrPasserby 工作归工作,还有业余项目呢。

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at November 11, 2013

    #20 楼 @MrPasserby http://smacss.com/

    不过还是有兴趣试试 semantic 看看这种写法会不会出错。

  • 恒大威武!!! at November 11, 2013

    看来“中国自主知识产权的 XXX”还是挺有群众基础的。

  • 恒大威武!!! at November 11, 2013

    #29 楼 @liwei78

    你是哪队球迷

    “曼联” “利物浦” “……” “……”

  • vagrant 的问题 at November 11, 2013

    $79 确定要?

    http://www.vagrantup.com/vmware

    http://docs.vagrantup.com/v2/vmware/

  • rails4 的 rjs 没有了? at November 11, 2013

    没了,换成 UJS。中文第 4 版这段内容过时了。

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