Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Ray
@jesktop
VIP
NO. 1164 / 2012-02-22

米诺科技有限公司
广东惠州
42 Topics / 326 Replies
12 Followers
1 Following
26 Favorites
欲变世界,先变其身。
Reward
GitHub Public Repos
  • flutter_html 1

    A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html...

  • wechat-v2ex 0

    微信小程序-v2ex

  • we-validator 0

    :100: 简单灵活的表单验证插件,支持小程序、浏览器以及Nodejs端使用

  • zuoye 0

  • scribble 0

    A really clean and minimal Jekyll theme. ♥

  • homeland 0

    :circus_tent: Open source discussion website.

  • by_star 0

    Lets you find ActiveRecord + Mongoid objects by year, month, fortnight, week and more!

  • ember-rc 0

    使用 Ember.js + Ember-data 编写的 RubyChina 的客户端.

  • jquery.pin 0

    Pin any element within a container

  • paranoia 0

    acts_as_paranoid for Rails 3

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 支付宝 API 向导 (Ruby 版),以及开源一个支付宝 gem at August 02, 2013

    之前我也准备做一个支付宝付款的事情,然后我看这里:https://b.alipay.com/order/productSet.htm ,发现即时到帐需要执照。 不知道你的 gem,是不是支持担保交易和即时到帐两种情况的?

  • 求一剂 ember.js 强心针~ at July 30, 2013

    我觉得现阶段来说,Ember 最大的问题是文档真的太少了。还有就是那个正式版和 ember data 等的人耐心都快要没有了。 RC 版本前的那些版本简直可以称的上一个版本号是新学个语言,我一度怀疑那时候能学的厉害的人是不是只能通过阅读源码来学习。 然后我在一个项目尝试使用后,发现坑真的巨多,看着简单用起来巨多坑,而且问题没有地方可以找,官方那个教程就是把别人骗入门的。 总结:正式版应该就快出来了吧,万分期待的,正式版后准备尝试重写一个中型项目,总的来说对 ember 还是挺有信心的。

  • 根据 ruby china 配置 faye,但是提示错误,是不是漏了什么? at July 28, 2013
    script type="text/javascript" src="#{Setting.faye_server}/client.js"
    

    用这个代替#= fayejs 的导入就没有问题了,可是为什么 ruby china 确没有问题出现呢?

  • 除了 bootstrap,还有 rails 能用的漂亮前端框架吗 at July 27, 2013

    https://github.com/iurevych/Flat-UI https://github.com/fffunction/sassaparilla

  • capistrano 简易速成部署方案 (含 deploy.rb 模板) at July 26, 2013

    #16 楼 @huberydu 你得先看看,项目下 log 的 production.log 显示什么错误。

  • Rails 4 中的 routes 貌似默认没有 restful 了? at July 22, 2013
    resources :users
    

    你用的是单数。

  • save 和 create 的区别 at July 17, 2013

    before_save 和 before_create 最大的一个区别就是,update 也算是 before_save。

  • Teahour.fm 第 22 期号外篇发布, 技术人员创业经验分享 at July 15, 2013
    中小企业ERP的市场基本被金蝶,用友占据,通过提供定制化的开发可能会进入这个市场,但容易使创业公司成为人力密集型的公司;大企业应用市场被SAP/ORACLE占据
    

    对于这个观点,我觉得金蝶和用友,其实细分这块市场应该可以切出很多块。创业公司可以抓一块做,做定制太累了,而且还变得和外包一样,没有太大意思。

  • 今天找 JQuery 替代品,最后选中一个超 NB 的 javascript 库 at July 09, 2013
    Vanilla JS: document.getElementById('test-table');
    jQuery: $jq('#test-table');
    

    如果我没有记错的话,这个找 id 的方法不是原生的 DOM 吗?这尼玛的能不快吗?

  • 中毒了 at July 02, 2013

    #21 楼 @mjf429 哈哈。好潮,穿快乐玛丽。

  • 求一个网站 at June 30, 2013

    http://dribbble.com/ 这个?

  • 我使用 awesome_nested_set 来做 tree,前端用什么做显示? at June 30, 2013

    https://github.com/the-teacher/the_sortable_tree

  • 下厨房丢了 2 个月 的数据 at June 29, 2013

    #2 楼 @qhwa 深表同感

  • 请问对多对都,里面代参数是如何进行查询的? at June 27, 2013
    has_many  :deal_customers, through: :company_customships, 
              class_name: "Customer", 
              source: :customer, 
              conditions => ['company_customships.deal = ?',true]
    
  • Rails 4.0.0 正式发布了 at June 27, 2013

    #18 楼 @camel 有教程或者项目源码不? 我想知道怎么用 rails 提供的东西去取代 javascript heavy MVC Framework。

  • Rails console 下的一个赋值问题 at June 24, 2013

    这个问题还是挺诡异。

  • 半夜不睡传递正能量,看到过的最正能量、最感动的视频,没有之一,” 如果人人都奉献一份爱,世界将变成美好的人间 “的最好诠释。 at June 05, 2013

    很久以前看过,每一次看都觉得很友爱。 咱们人人都奉献一些爱吧,例如多发些自己的学习心得,多帮助一些初学者? 其实爱无时无刻都可以奉献。

  • NG 会抢 Rails 的饭碗成为明日之星么? at June 03, 2013

    都是 ember 与 angular 了,无视 backbone 了?

  • [福利] 七牛新后台上线 携手 Ruby China 放送现金券 at June 01, 2013

    好人一生平安 [email protected]

  • 这个 Web 应用是用什么开发的? at June 01, 2013

    silverlight,因为他叫安装 silverlight

  • 辞职了,是要创业呢?还是创业呢? at May 30, 2013

    创业前务必要深思的的七个问题: http://www.yixieshi.com/it/11316.html

  • [5.19 价格下调] Matias 团购正式开始 - 多款选择 at May 29, 2013

    白色的键盘会容易脏吗?以前买的白键盘都发黄了。

  • Upgrade 到 Rails4 的一些感想 at May 22, 2013

    我想知道有哪些 gem 是支持 rails4 的,我看了没有多少个是支持的。

  • 麻烦推荐一些兼容 IE 6 的前端框架 at May 13, 2013

    ie6 是什么?

  • 市场调查: 如果我搞个 Matias Mini Tactile Pro 的团购。。 at May 13, 2013

    白色键盘不怕脏吗?不会发黄?

  • [北京] 高级项目经理 (薪水:高于 15000) at May 10, 2013

    #4 楼 @kingwkb 😪 cn.jobs www.cn.jobs 不是一样的吗。。。

  • 有谁在 CentOS 上布署过 RoR 么? at May 04, 2013

    #9 楼 @keating @zj0713001 curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL). If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.

    各位,遇到这个了问题不?

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