Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
aelaa
@aelaa
会员
第 29016 位会员 / 2016-10-20

[email protected]
dragonlearn.com
0 篇帖子 / 13 条回帖
0 关注者
0 正在关注
0 收藏
GitHub Public Repos
  • hangul 10

    Transcript Hangul to English

  • code_examples 2

    Examples from "Code" book by Logicly

  • escaper.js 1

    Linux console escape and control sequences parser

  • hangul_site 1

    SIte for using gem 'hangul' for transcripting Hangul into English

  • redshift_ecto 0

    Redshift adapter for Ecto

  • dotfiles 0

  • morcl 0

  • aelaa.github.io 0

    My github.io blog.

  • uffizzi_cli 0

    The command-line interface for the Uffizzi API

  • game 0

    I'm just trying to create a game.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 如何取出数组中某个元素的特定字段值? at 2018年07月04日
    abc.map do |i|
      i['id']  
    end
    
  • 这两种中断 redirect_to 的方式有区别吗 at 2018年05月11日

    没有区别

  • Rails 中 "&" 输出后怎么变成了 "\u0026" at 2018年04月16日

    在哪里?可能要用 https://ruby-doc.org/stdlib-2.5.0/libdoc/uri/rdoc/URI.html

  • RVM 要 Updating system........,这是要干什么? at 2018年03月31日

    😃 don't worry, it cannot update your system, just install some requirements

  • else if and elsif 问题 at 2018年03月19日

    每个 if(不是 elsif) 都要有自己的 end. 下面也是可以的

    def tt(n)
      if n == 1
        p 1 
      else if n == 2
          p  2
        elsif n== 3
          p 3 
        end
      end 
    end
    

    又及:

    def tt(n)
      if n == 1
        p 1 
      else 
        if n == 2
          p  2
        elsif n== 3
          p 3 
        end
      end 
    end
    

    if..[elsif]..[else]...end 是一个 statement

  • 请问现在比较好的 Rails 教学网站有哪些 at 2017年12月20日

    https://www.railstutorial.org/

  • gem install mysql2 报错 at 2017年12月13日

    Documentation says "You may need to install a package such as libmysqlclient-dev or mysql-devel"

  • 按照 Ruby on Rails tutorials 上的方式谢了一个 test,但是出了一个 error at 2017年12月06日

    Try to update, it should works well on 5.2+

  • 按照 Ruby on Rails tutorials 上的方式谢了一个 test,但是出了一个 error at 2017年12月06日

    and what version of Rails? PostgreSQL 10 supports since 5.2.0 beta

  • 按照 Ruby on Rails tutorials 上的方式谢了一个 test,但是出了一个 error at 2017年12月06日

    Haven't you updated PostgreSQL from 9 to 10? I had same error, because PostgreSQL 10 has another format of sequences.

  • 运行 rails c 提示找到不到 gem 包,运行 rails s 却是正常的 at 2017年10月24日

    请给我们看在 Gemfile declarative 的行

    附:确定您在 Gemfile 有‘ruby x.x.x.' 行,x.x.x 是 ruby 的版本

  • 有没有分级别的 Ruby 题目呢? at 2017年03月23日

    http://www.exercism.io/

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