Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Song Liu
@leopku
高级会员
第 1297 位会员 / 2012-03-05

36 篇帖子 / 455 条回帖
4 关注者
3 正在关注
395 收藏
http://weibo.com/leopku, http://www.himysql.com
GitHub Public Repos
  • revel 18

    [Deprecated] Revel is an elegant forum or knowledge sharing system base on NodeJS especially VueJ...

  • luban 10

    鲁班 A project generator aimed to D.R.Y while creating new project based on DDD.

  • meilisearch-prompt 4

    A command line interface for meilisearch with auto-completion and Syntax Highlighting.

  • leopku 1

  • chakra-hugo-theme 1

  • RSSHub 1

    🍰 Everything is RSSible

  • algernon 1

    :tophat: Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and Post...

  • DeepLX-Serverless 0

    DeepL Free API for Serverless | DeepL 免费翻译API 无服务器函数部署

  • cloudflare-reverse-proxy 0

    cloudflare proxy

  • kodtest 0

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 用 FactoryGirl 构建数据的一个问题 at 2013年12月16日

    关联的地方直接写即可

    require 'faker'
    
    FactoryGirl.define do
      factory :company do
        name { Faker::Company.name }
      end
    end
    
    FactoryGirl.define do
      factory :user do
        name { Faker::Internet.user_name }
        company
      end
    end
    
  • Rails 4.0.2 发布了,安全更新 at 2013年12月04日

    #1 楼 @chairy11 惊现版本追新党党魁

  • 难道 Ubuntu 才是开发 Rails 的最佳环境? at 2013年12月03日

    #27 楼 @Ryan @Rei 都明示了,vb 要配合 vagrant 来用

  • 难道 Ubuntu 才是开发 Rails 的最佳环境? at 2013年12月03日

    @Rei @harryxu +1 brew 对 xcode command line 有依赖 xcode command line 对 xcode 有依赖 每次更新、安装真是个头疼的问题

    如果不开发 ios 只开发 rails,装这些个难道不是蛋疼?!

  • 畅游公布爱孝薪计划 每月送员工父母 2000 元 at 2013年11月13日

    #3 楼 @kgen 👍

  • Vagrant,Ubuntu 下 执行 bundle install 出错!原来在 Ubuntu 下也没用这样的错误! at 2013年11月12日

    #3 楼 @shangrenzhidao 可以,两种方法。

    1. 打开 Vagrantfile,在 config 里加上
    config.vm.provider :virtualbox do |vb|
        vb.customize ["modifyvm", :id, "--memory", "1024"]
    end
    
    1. 打开 VirtualBox 管理器,然后怎么设置就简单了。

    推荐第 1 种方法

  • Enums for Active Record at 2013年11月12日

    #24 楼 @rainchen +1

  • Vagrant,Ubuntu 下 执行 bundle install 出错!原来在 Ubuntu 下也没用这样的错误! at 2013年11月12日

    你这个 vagrant 里都跑了些啥? 貌似内存不够了

  • 我的工作台!MacBook Air 雷电转 VGA - Dell at 2013年11月12日

    家中的 Dell U2410 在落土,唉

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月12日

    #24 楼 @small_fish__ 这种配色应该算是经典配色套系里的一款,我是直接从一款 bootstrap 皮肤的united参考过来的。

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月12日

    #9 楼 @Perry iphone 看了一下,还能凑合着看看。这周针对移动端再做些优化。

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月11日

    #18 楼 @chunlea [握手]

  • vagrant 的问题 at 2013年11月11日

    为啥一定要 vmware 呢,virtualbox 不挺好

  • 超简约,超易用, iOS 图表库 PNChart 开源!(NO.1 Trending in Objective-C on Github today) at 2013年11月11日

    nb

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月11日

    #7 楼 @jasl http://semantic-ui.com/ 首页上就有三个对比的例子 语义化的类名,写的时候很方便,不会因查文档打断 coding 比如一个 div,我想浮在左边,加上类"floated left",无需记太多,也不容易忘。 类似的还有,“corner”,"circular"等等。 同时,这些可以自由组合。

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月11日

    #12 楼 @imlcl 我目前跟你一样,前端是 bootstrap3,用不了 simple_form

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月11日

    #4 楼 @imlcl 木鸡 手头没有 IE 的机器,没法测试 :囧:

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at 2013年11月11日

    #3 楼 @jasl bootstrap3 现在的项目在用,感觉写起来啰嗦了不少

  • feature 测试针对 #index 页面非女汉子的写法 at 2013年11月04日

    #1 楼 @nightire 太感谢了,不仅解答了我的问题,还额外做了很多说明。

  • 试玩了一下 semantic-ui,感觉还不错 at 2013年11月03日

    #1 楼 @lajunta semantic 的浏览器兼容哪里能看到?

  • RubyConfChina 2013 大会照片收集 at 2013年11月02日

    #11 楼 @lgn21st 微信,已重发

  • rails 的脚手架真的显得很初级吗? at 2013年11月01日

    scaffold 也很灵活的,有很多参数,把这些参数用好,基本上能达到既方便快捷又不用手工删除无用文件

  • RubyConfChina 2013 大会照片收集 at 2013年11月01日

    @lgn21st 我拍的部分已经微信发给你了:)

  • 介绍我的项目 + 找一份工作 at 2013年11月01日

    #1 楼 @bhuztez 哇

  • 有没有好用的世界地区与城市的 gem at 2013年10月25日

    #3 楼 @zhangyuan thanks a lot.

  • 有没有好用的世界地区与城市的 gem at 2013年10月24日

    #1 楼 @greatghoul 只是中国的有现成的 https://github.com/saberma/china_city

  • semantic-rails at 2013年10月19日

    用的 sass 版本 semantic-ui-sass

  • 有没有根据 ruby 代码自动生成流程图的工具? 测试版也可以 at 2013年10月17日

    自己定义规则,然后用下面的画 https://github.com/glejeune/Ruby-Graphviz/

  • [北京] 哈佛大牛创业团队诚觅运维工程师!时间灵活 + 项目自决 + 可以参与开发 at 2013年10月17日

    #10 楼 @mvj3 其实我说是 MM

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