Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Song Liu
@leopku
VIP
NO. 1297 / 2012-03-05

36 Topics / 455 Replies
4 Followers
3 Following
395 Favorites
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...

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

  • cloudflare-reverse-proxy 0

    cloudflare proxy

  • register 0

    Grab your own sweet-looking '.is-a.dev' subdomain.

  • DeepLX-Serverless 0

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

  • vercel-proxy 0

    Simple http proxy for Vercel.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 用 FactoryGirl 构建数据的一个问题 at December 16, 2013

    关联的地方直接写即可

    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 December 04, 2013

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

  • 难道 Ubuntu 才是开发 Rails 的最佳环境? at December 03, 2013

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

  • 难道 Ubuntu 才是开发 Rails 的最佳环境? at December 03, 2013

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

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

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

    #3 楼 @kgen 👍

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

    #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 November 12, 2013

    #24 楼 @rainchen +1

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

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

  • 我的工作台!MacBook Air 雷电转 VGA - Dell at November 12, 2013

    家中的 Dell U2410 在落土,唉

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at November 12, 2013

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

  • 跟着 jasl 起哄——也发基于 Semantic UI 的 wordpress 皮肤 at November 12, 2013

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

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

    #18 楼 @chunlea [握手]

  • vagrant 的问题 at November 11, 2013

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

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

    nb

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

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

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

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

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

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

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

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

  • feature 测试针对 #index 页面非女汉子的写法 at November 04, 2013

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

  • 试玩了一下 semantic-ui,感觉还不错 at November 03, 2013

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

  • RubyConfChina 2013 大会照片收集 at November 02, 2013

    #11 楼 @lgn21st 微信,已重发

  • rails 的脚手架真的显得很初级吗? at November 01, 2013

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

  • RubyConfChina 2013 大会照片收集 at November 01, 2013

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

  • 介绍我的项目 + 找一份工作 at November 01, 2013

    #1 楼 @bhuztez 哇

  • 有没有好用的世界地区与城市的 gem at October 25, 2013

    #3 楼 @zhangyuan thanks a lot.

  • 有没有好用的世界地区与城市的 gem at October 24, 2013

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

  • semantic-rails at October 19, 2013

    用的 sass 版本 semantic-ui-sass

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

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

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

    #10 楼 @mvj3 其实我说是 MM

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