Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
@hardywu
VIP
NO. 3435 / 2012-08-28

www.scixiv.com
纽约
25 Topics / 259 Replies
3 Followers
0 Following
31 Favorites
GitHub Public Repos
  • payment-icons 1

    💳 Payment / Ecommerce related svg icon packs

  • pandas-ta 0

    Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ I...

  • solid-docs-next 0

    SolidJS Docs.

  • solid-start 0

    SolidStart, the Solid app framework

  • Websocket-Handy 0

    Websocket Server GUI for WS Client Inspection

  • lunchiz-front 0

    Restaurant Rating

  • restbee 0

    JSON data normalizer/cacher. Currently support JSONAPI

  • llama.cpp 0

    Port of Facebook's LLaMA model in C/C++

  • solid-rails 0

    full stack web framework based on solid-start

  • react-native-starter 0

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Campo 3 发布 at March 07, 2014

    #43 楼 @Rei 我也是考虑到减少维护难度,才想试着用 forem. 我目前的一个开源 MOOC 项目里,需要每个课程拥有自己的一个内部论坛,调试下结果发现 engine 的 routing 是个麻烦,而且花时间研究还不如自己写个简易的。

  • Discourse 的代码真够冗余的 at March 07, 2014

    不支持 mount as an engine .. 想 customize 又这种复杂度。。。。可惜目前仅此一家。

  • Campo 3 发布 at March 07, 2014

    #39 楼 @Rei 那个 engine 叫 forem, 我前几天试过。。。感觉还不如自己写。

  • 探讨 rails 的外包项目 at February 27, 2014

    #6 楼 @liwei78 http://www.sitejabber.com/reviews/www.freelancer.com https://forums.digitalpoint.com/threads/freelancer-com-and-their-scammer-rafim-i-lost-all-my-money-for-nothing.2535289/ http://omnipresentwords.wordpress.com/2013/02/05/freelancer-com-scam-part-i-how-10-cost-me-14000-among-other-misgivings-and-apathy-of-freelancer-com-staff/

    https://forums.digitalpoint.com/threads/yet-another-freelancer-com-scam.2672887/

  • 虽说这阵子堆代码的时间不多,但,入手了 30"显示器一枚家用 at February 25, 2014

    工作屏幕不能太大到电视机级别累脖子,不能太小到要眯眼看。

  • [温州] 捷道软件 招 Rails 程序员 3 名 at February 24, 2014

    考,就家门。

  • 我认为 Guide 教程里的 “scaffolding” 纯粹是引新人入坑。元芳,你怎么看? at February 19, 2014

    现在离不开 scaffold 了。

  • Mac 10.9 下使用 rbenv install 2.1.0-dev 出问题 at February 19, 2014

    奇怪,你这里怎么这么少。。。只能选这里列出来的。 你就试试 2.0.0-p247 吧,我前几天还在用。

  • Mac 10.9 下使用 rbenv install 2.1.0-dev 出问题 at February 19, 2014

    #2 楼 @wuShiJingZuo rbenv install -l 出来什么?

  • Mac 10.9 下使用 rbenv install 2.1.0-dev 出问题 at February 19, 2014

    换个 stable 的 version, 比如 2.0.0-p353。ruby-build 经常安装不成功。 参看这个 issue https://github.com/sstephenson/ruby-build/pull/458

  • [上海] 沐遥信息技术有限公司诚聘 Ruby 工程师 (五险一金,福利全面,拥有萌妹子运营团队哦,萌妹子照片更新咯,简历投起来,加入我们哦~) at February 19, 2014

    来吧,come on ,baby~~~不要做无谓的抵抗,说的就是你!!

    吓尿

  • polymorphic 关联的 model, 在 form 中如何写成 select tag at February 19, 2014

    #1 楼 @cassiuschen 这里貌似也是一次只能生产对单一 attribute 的 select tag

  • 王垠的博客衍生了一种新型的病毒传播 at February 18, 2014

    很多人写文章都有自我吹捧的嫌疑,但既然写了文章就总得有点料。从看文章的人的角度出发,看作者斗出来的料就行了。

    这次斗出来的料不少。

  • 怎么获取 url 链接的 html 内容来更新表单 at February 05, 2014

    我嫌麻烦直接另外在首页放了个

    = form_tag fetch_url_articles_path, method: :post do
      = url_field_tag :external_url
      = submit_tag "load the title and content from the url"
    

    让 fetch_url render action: 'new'。算是偷懒了。

    等有空了再写个 ajax

  • [已解决] mongoid 的短板?无法实现 accepts_nested_attributes_for 的 find_or_create 方式 at January 25, 2014

    原来实现起来非常简单,才几行代码。 http://wuinm.com/notes/2014/01/24/selective-save-or-update-for-nested-attribute-updating-in-rails.html

  • 放眼望去都是 Ubuntu,有用 Arch 的玩家么? at January 25, 2014

    archlinux 安裝一次就得通宵。要不是 macbook 進水了,手上只剩台 netbook,也不會這麼折騰。

  • Enums for Active Record at January 12, 2014

    enumerize 好用

  • ruby-china 的测试代码中用的 Factory 语法是哪里定义的? at December 18, 2013

    #2 楼 @bcmic @iBachue 哦。原来最新的 factory girl 语法变了。现在得用

    let(:site_node) { FactoryGirl.create :site_node }
    
  • ruby-china 的测试代码中用的 Factory 语法是哪里定义的? at December 18, 2013

    SHIT, 是 mongoid 升级后把 consistency option 给去掉了。 https://github.com/mongoid/mongoid/blob/master/CHANGELOG.md

  • ruby-china 的测试代码中用的 Factory 语法是哪里定义的? at December 18, 2013

    我在自己的项目中也这么定义了,却出来

    Failure/Error: let(:comment) { FactoryGirl.create(:comment)}
     Optionable::Unknown:
       :consistency is an unknown option. Valid options are: :write, :read, :database, :max_retries, :pool_size, :retry_interval, :refresh_interval, :down_interval, :ssl, :timeout, :instrumented.
    

    我怀疑是 mongoid 和 rspec 的兼容问题。

  • 如何翻译 why 先生的这句话? at December 16, 2013

    虽然作者是想黑程序员。但从读者的角度看,这更像是在黑艺术家。

  • 这次升级 Mavericks 的体验就是 “屎” 啊 at November 23, 2013

    #31 楼 @chunlea #30 楼 @oatgnik 用盗版 airmail 适用了几分钟就立马交钱了。

  • 心累了 想跟各位大哥聊聊 at November 21, 2013

    留学不过是二代的镀金石。除了英语,对你 其他方面的能力不会有帮助。你会发现最后的结果就是沦为高级打工仔。。。没有绿卡,你甚至不能创业。

    除非你花钱去名校买个 cs 硕士,在硅谷混一段时间。

  • 活着的意义 at November 21, 2013

    我们活着的意义就是给主子创制财富。少爷们在美帝花销不小,我们责任重大。

  • 一个自由期刊平台: scixiv.com at November 20, 2013

    update: MVP 版出来了

  • simple_form is not worth the trouble. at November 19, 2013

    再转一个 railscast 上的用户评论 hackeron about 2 years ago: Seems simple_form has quite a few bugs with Mongoid and doesn't work properly at all - the authors simply say "we don't use mongoid, we don't care" :( - Any alternatives that work well with Mongoid?

  • MVP 的 M at November 19, 2013

    突然发现我也有这问题。。。。。谢谢。。感觉一下子可以少走很多弯路。

  • 好朋友分手了…因为代码风格不同… at November 18, 2013
    # sublime text config
    "translate_tabs_to_spaces": true
    

    这说明一个好的编辑器很重要。

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