Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Eric-Guo
@ericguo
高级会员
第 1665 位会员 / 2012-03-31

[email protected]
天华建筑设计
上海
46 篇帖子 / 1375 条回帖
181 关注者
244 正在关注
74 收藏
选Ruby是符合我爱钱爱金爱宝石气质的…
GitHub Public Repos
  • wechat 1327

    API, command and message handling for WeChat in Rails

  • wechat-starter 351

    WeChat web app with wx_pay in rails

  • tailwindcss-jit-stimulus 19

    A template with Rails 7.1, Shakapacker 7.2, TailwindCSS 3 and Stimulus 3.0

  • coreui4-rails-starter 12

    The CoreUI 4 Rails starter

  • pgac_demo 11

    Rails 7.2 Action Cable chat room using AnyCable as backend

  • product_hunt 5

    Demonstrate new Rails 5.1 feature: Assets on Yarn, System tests with Capybara and unified form_wi...

  • openproject 2

    OpenProject is the leading open source project management software.

  • dify-ruby-sdk 2

  • homeland 1

    :circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.

  • openproject-proto_plugin 1

    Exemplary OpenProject plugin demonstrating different ways to extend OpenProject.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [上海][2013年6月25日] Ruby Tuesday 活动召集 at 2013年06月25日

    #23 楼 @yangchenyun 多谢你今天的分享,一行行在两小时写出 rails 最小框架,相当牛叉!

  • [上海][2013年6月25日] Ruby Tuesday 活动召集 at 2013年06月25日

    #19 楼 @yangchenyun 我也是!

  • Teahour 20 期:跟 @luikore 和 @skandhas 一起讨论底层开发和 Ruby VM at 2013年06月24日

    #23 楼 @bhuztez 晕,我还没听。。

  • Teahour 20 期:跟 @luikore 和 @skandhas 一起讨论底层开发和 Ruby VM at 2013年06月24日

    这集好,给的链接超多!

  • [上海][2013年6月25日] Ruby Tuesday 活动召集 at 2013年06月24日

    线下见面直接 copy 吧,省力点。。

  • 分享一些 AngularJS 的教学视频 at 2013年06月23日

    #27 楼 @evil850209 是,还有,现在出到第四集了。

  • [上海][2013年6月25日] Ruby Tuesday 活动召集 at 2013年06月23日

    startup engineering,我报名了,准备过来找找同学。

  • 玩 node 的童鞋有福了,推荐一个 Stanford 的 Startup Engineering 课程 at 2013年06月23日

    同学们!下周二交第一次作业,要赶上这个课程的请抓紧啊!(第一次作业只是 deploy 一个 node.js 的 hello world 到 Heroku)

  • 之前用 RVM 安装的 ror 环境,.gemrc 在什么位置? at 2013年06月22日
    root@machine1:~# irb
    1.9.3-p392 :001 > require 'etc'
     => true
    1.9.3-p392 :002 > Etc.sysconfdir
     => "/usr/local/rvm/rubies/ruby-1.9.3-p392/etc"
    

    所以放gemrc 到 etc 文件夹。

  • [上海][2013年6月25日] Ruby Tuesday 活动召集 at 2013年06月20日

    上次 10 人左右,一般也就这些规模。

  • 这周二,上海 Rubyist 有活动吗? at 2013年06月18日

    最近斯坦福的公开课程 startup engineering 开班了,有人和我一样报名了没?

  • 远程执行 ruby 文件 at 2013年06月18日

    #5 楼 @mclee 不敢当,Luis Lavena才是大神,就是发布 rubyinstaller 的那位,俺们只是跟着用用而已……

  • 开发模式下,修改文件,浏览器下不生效 at 2013年06月18日

    #7 楼 @iBachue 暂时先排除 puma 的问题嘛,你也知道 puma bug 比较多……

  • 远程执行 ruby 文件 at 2013年06月18日

    windows 下也可以装 ssh server 的

  • 开发模式下,修改文件,浏览器下不生效 at 2013年06月18日

    用 webrick,不要用 puma 试试?

  • ruby model 问题 at 2013年06月17日

    第一个问题:

    a=Code.first
    a.company=nil
    a.save
    

    第二个问题:

    Code.where("company is null")
    
  • 这年头选个 JavaScript MVC 框架真心不容易…… at 2013年06月16日

    #30 楼 @riancy 官方支持IE8,据说支持IE7,IE6 应该不支持。

  • 一到下午犯困,求支招 at 2013年06月16日

    晚上早点睡,中午多看美女

  • 求助 rails4-rc2 问题 undefined method `fetch' for "QLite version 3.x":String (NoMethodError) at 2013年06月16日

    Trace Log 出错堆栈是越上面越接近出错位置。

    undefined method fetch' for "QLite version 3.x":String (NoMethodError)
    /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0.rc2/lib/active_record/connection_adapters/connection_specification.rb:40:inresolve_string_connection'
    

    检查你的 connection string,是否 SQLite 少了一个 S?

  • Rails 貌似升级到 RC 2 了 at 2013年06月12日

    最后一个 rc 版了,感觉 rails 出新版本真的好严谨啊!

  • 请教下 bundle install 出错的问题 at 2013年06月12日

    Gemfile 里面换http://rubygems.org/试试?

  • 请教下 bundle install 出错的问题 at 2013年06月12日

    从 rubygems 上下载mime-types,然后gem install mime-types-1.19.gem从本地安装一下吧。

  • 这哥们的键盘太屌了 at 2013年06月12日

    其实我觉得,只换一个 Esc 键,或者一个 Win 键就足够了,像这样换得那么杂色,其实很没设计感。。

  • Rails Assets Pipeline 的价值 at 2013年06月10日

    刚学完 rails 初级,发现 lz 说的我还是看不懂,更泪崩。。。 玩笑管玩笑,现在 yeoman 出 1.0 后,yo 就是 rails,bower 就是 gem,grunt 就是 rake 或者 bundle,感觉 node.js 现在的水比 rails 深多了,抄了不少 rails 东西,又有 N 多自己的东西……

  • 这周二,上海 Rubyist 有活动吗? at 2013年06月10日

    建议直接把标题改为“[上海][2013 年 6 月 11 日] Ruby Tuesday 活动召集”,这样就立刻有活动了……

  • 不敢相信这是真的:这样的女程序猿。 at 2013年06月10日

    PHP 是最好的编程语言!

  • Rails 4 在 Github 上的 issues 都清完了,是时候发布了吧? at 2013年06月08日

    也可能都忙着开会了……

  • 学 Ruby 就像在买降价的股票? at 2013年06月08日

    嵌入式是学 Android?如果否,其实其他嵌入式系统应该是降价更快的股票……

  • RubyMine 假死 求解决方法 at 2013年06月06日

    RubyMine 的 Java Run Time 要求 Oracle 的,检查一下你是否运行在 OpenJava 模式下……

  • [上海 / 远程] 乐活工场 创业团队诚寻联合创始人 /Ruby 攻城师 at 2013年06月06日

    具备亲和力的文艺女青年,大加分 太明骚了吧……建议改成加分比较合适……

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