Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Eric-Guo
@ericguo
VIP
NO. 1665 / 2012-03-31

[email protected]
天华建筑设计
上海
46 Topics / 1382 Replies
181 Followers
245 Following
74 Favorites
选Ruby是符合我爱钱爱金爱宝石气质的…
GitHub Public Repos
  • wechat 1331

    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

  • pgac_demo 13

    Rails 7.2 Action Cable chat room using AnyCable as backend

  • coreui4-rails-starter 12

    The CoreUI 4 Rails starter

  • 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.

  • ruby 1

    The Ruby Programming Language [mirror]

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 微信记录可以导出么? at February 27, 2015

    @Peter @blacktulip 我说的是安卓的系统,哈哈

  • 如何以 rails 作为数据源,开发单页面应用? at February 21, 2015

    Emberjs 方面,有几个例子可以看看:Ember-CRM, Ember-Todo

  • 微信记录可以导出么? at February 17, 2015

    #6 楼 @Peter http://www.fenlog.com/post/82.html 真的有加密,当然除非你用的是 4.2 以下版本的微信。。

  • 微信记录可以导出么? at February 16, 2015

    #3 楼 @Peter sqlite3 里面的表内容加密,虽然有软件可以解(未测试)

  • 如何搜索某个软件包所有版本号呢? at February 15, 2015

    直接网页查看 https://rubygems.org/gems/rails/versions

  • 微信记录可以导出么? at February 15, 2015

    #1 楼 @Peter 没用,sqlite 文件是加密的。

  • 安装 mechanize 报错 at January 25, 2015

    Download 到本地装吧,应该是墙的问题。

    gem install ./mechanize-2.7.3.gem
    
  • gem 包使用中,对相关 js, css 引用问题 at January 16, 2015

    #5 楼 @luffycn ckeditor你也应该用 gem,然后 jquery-rails 提供 jquery,所以不会冲突,或者说你需要手工处理冲突。

  • X 宝上面的 Mac 代购靠谱吗 at January 15, 2015

    #4 楼 @gothic 那算了。

  • gem 包使用中,对相关 js, css 引用问题 at January 15, 2015

    如果你的 gem 需要 bootstrap 支持,应该 require bootstrap-sass 这个 gem。

  • X 宝上面的 Mac 代购靠谱吗 at January 15, 2015

    要不楼主考虑一下我?马来西亚版 Macbook Air,出差下个月 14 号回来,大马价格虽然比香港低,但是也贵的不多了。仅限上海。。

  • AngularJS 为什么成功了? at January 13, 2015

    我现在倒更看好 emberjs(虽然我一年半前看好 angularjs),Emberjs 强调的 routing 概念对现实的 SPA 程序太重要了,HTMLbar 现在已经可以理解 HTML 了,另外作者正在做 fastboot,优化首页性能,还有就是配合 Ember-data 基本就是 rails 的完全版,还有就是升级策略比 angularjs 好太多太多,Angularjs 2.0 很可能变成第二个 python 3000

  • Ruby China 非常给力,有图有真相 at January 13, 2015

    #3 楼 @agilejzl @robbin 在的时候,甚至现在,还是有不少Rails和Ruby的资讯的。

  • Ruby China 非常给力,有图有真相 at January 12, 2015

    ITeye 哭晕在厕所

  • Amazon S3 的东京节点在国内的访问速度怎样? at January 11, 2015

    不通,无法谈速度。。

  • 2015年 你打算学习哪门编程语言? at January 06, 2015

    Ember.js

  • Rails 集成 ActiveX at January 04, 2015

    ActiveX 控件嵌入到网页最终也是 html 的标记,所以 rails 肯定能发出这样的 html tag。

  • 你们都是如何调试的 at December 30, 2014

    https://github.com/Eric-Guo/bootstrap-rails-startup-site

  • [已解决] 弱弱的问一下 tinyint 的字段怎么赋值成 2? at December 29, 2014

    帅!第一句其实不需要吧?

  • 为什么好多 rails 项目的 html 采用 slim,例如 peatio. at December 29, 2014

    #9 楼 @saiga

    还可以写成这样。

    #navbar.collapse.navbar-collapse
      ul.nav.navbar-nav
        li class=('active' if controller_name == 'users')
          a href=admin_users_path = t('.users')
        li class=('active' if controller_name == 'categories')
          a href=admin_categories_path = t('.categories')
        li class=('active' if controller_name == 'topics')
          a href=admin_topics_path = t('.topics')
        li class=('active' if controller_name == 'comments')
          a href=admin_comments_path = t('.comments')
        li class=('active' if controller_name == 'attachments')
          a href=admin_attachments_path = t('.attachments')
    
  • 有没有什么手机可以 SSH 到服务器的方法呢? at December 28, 2014

    Nokia, E5 putty S3 版,其实是最舒服的,关键是全键盘。

  • 开源项目 获取分享 huoqufenxiang.com at December 27, 2014

    不错,slim 模板我也刚刚起步,顺手提了个PR

  • Sublime 插件站点挂掉了? at December 27, 2014

    试了一下,正常(在 FQ 情况下)

  • shortdoc 短文网,看看 at December 27, 2014

    同 coding.io 主站的制作水准相差很大啊。页面中还有没清除的注释。。

  • 哪位用过 Ember.js 框架的?? at December 26, 2014

    emberjs 和 rails 结合的例子可以参考一下ember-crm

  • 如何往一个文件里 指定的某一行之前插入 text at December 21, 2014

    stackoverflow!

  • 使用 rspec+capybara 实现资源站的遍历 at December 21, 2014

    嗯,楼主应该指的是这个: https://github.com/tonybearpan/get-resource-website-file-list/blob/master/spec/get.rb

  • [上海][2014年12月20日] 上海及长三角年度聚会 (12 月 19 日 求借移动投影屏幕) at December 20, 2014

    好多人啊!真的好多人啊!

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