Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
VincentJiang
@VincentJiang
Member
NO. 8904 / 2013-08-29

深圳
36 Topics / 300 Replies
6 Followers
1 Following
2 Favorites
VincentJiang
GitHub Public Repos
  • vrails 9

    My WebSite

  • dotfiles 2

    My dot files

  • form_core 0

    A Rails engine providing ability to generate dynamic form.

  • vincentjiang.github.io 0

    Agile Life

  • GirlsCodingDayDemo 0

    GirlsCodingDayDemo

  • jimmylv.github.io 0

    :bowtie: Agile Learning based on GitHub issues, KEEP Retrospection and Introspection! Thanks to @...

  • railsgirls 0

    DJI Rails Girls 2015-08-01

  • accounts 0

    rails + reactjs

  • ROR-Bookmarks 0

  • Fluidbox 0

    Replicating and improving the lightbox module seen on Medium with fluid transitions.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 这次升级 Mavericks 的体验就是 “屎” 啊 at November 26, 2013

    8G 内存,表示运行很畅顺

  • 欢迎深圳的 Rubyist 加微信群,我们一起将深圳的 Ruby 活动搞起 at November 25, 2013

    楼主,我想加入学习呢,但扫二维码,提示人数达到上限了。。。

  • 如何预览 PDF at November 22, 2013

    #1 楼 @xiaoronglv #2 楼 @song940 #3 楼 @nouse 2 楼的很强大,但我不知道怎么用。。。

  • text_field 中显示外键 id 的相关值 at November 21, 2013

    #6 楼 @miclle 是的,这样也 OK

  • text_field 中显示外键 id 的相关值 at November 21, 2013

    #3 楼 @miclle 我已经解决了,这样做,谢谢你的帮助。。。

    <%= f.text_field :role_id, value: Role.find(@user.role_id).desc %>
    
  • Ruby 官网新设计 (結果公布) at November 21, 2013

    看来看去,还是 4 号的好看呐。。。

  • text_field 中显示外键 id 的相关值 at November 21, 2013

    #3 楼 @miclle 有的,你看:

  • text_field 中显示外键 id 的相关值 at November 21, 2013

    #1 楼 @miclle 不成功呢,以下是 log:

  • 如何在页面的 select 表单中 select 数据表的数据 at November 21, 2013

    #2 楼 @raofeng 谢谢!

  • 如何在页面的 select 表单中 select 数据表的数据 at November 21, 2013

    #1 楼 @song940 我试了,方法是可以的,谢谢你。

  • 如何使用 fontawesome at November 15, 2013

    #22 楼 @Rei 我已经加入了 gem 'therubyracer',之后没有报错了,可是页面还是没有出现 icon,囧。。。 不过算了,我用了@chunlea 方法,感觉挺简单的。

    谢谢@Rei 、@chunlea 两位的帮助!

  • 如何使用 fontawesome at November 15, 2013

    #19 楼 @chunlea 我刚刚已经试了,成功了,谢谢!

  • 如何使用 fontawesome at November 15, 2013

    #19 楼 @chunlea 感觉这个不错哦,我试试

  • 如何使用 fontawesome at November 15, 2013

    #18 楼 @Rei 刚才贴错了另一个项目的 Gemfile.lock 了,现在已经改过来,有 font-awesome-less (4.0.2)

  • 如何使用 fontawesome at November 15, 2013

    #15 楼 @tyaccp_guojian 重启过了,还是不行。。。

  • 如何使用 fontawesome at November 15, 2013

    #14 楼 @Rei 我的 Gemfile.lock 如下:

    GEM
      remote: http://ruby.taobao.org/
      specs:
        actionmailer (4.0.1)
          actionpack (= 4.0.1)
          mail (~> 2.5.4)
        actionpack (4.0.1)
          activesupport (= 4.0.1)
          builder (~> 3.1.0)
          erubis (~> 2.7.0)
          rack (~> 1.5.2)
          rack-test (~> 0.6.2)
        activemodel (4.0.1)
          activesupport (= 4.0.1)
          builder (~> 3.1.0)
        activerecord (4.0.1)
          activemodel (= 4.0.1)
          activerecord-deprecated_finders (~> 1.0.2)
          activesupport (= 4.0.1)
          arel (~> 4.0.0)
        activerecord-deprecated_finders (1.0.3)
        activesupport (4.0.1)
          i18n (~> 0.6, >= 0.6.4)
          minitest (~> 4.2)
          multi_json (~> 1.3)
          thread_safe (~> 0.1)
          tzinfo (~> 0.3.37)
        arel (4.0.1)
        atomic (1.1.14)
        builder (3.1.4)
        coffee-rails (4.0.1)
          coffee-script (>= 2.2.0)
          railties (>= 4.0.0, < 5.0)
        coffee-script (2.2.0)
          coffee-script-source
          execjs
        coffee-script-source (1.6.3)
        commonjs (0.2.7)
        erubis (2.7.0)
        execjs (2.0.2)
        font-awesome-less (4.0.2)
          less-rails (>= 2.4.2)
        hike (1.2.3)
        i18n (0.6.5)
        jbuilder (1.5.2)
          activesupport (>= 3.0.0)
          multi_json (>= 1.2.0)
        jquery-rails (3.0.4)
          railties (>= 3.0, < 5.0)
          thor (>= 0.14, < 2.0)
        json (1.8.1)
        less (2.4.0)
          commonjs (~> 0.2.7)
        less-rails (2.4.2)
          actionpack (>= 3.1)
          less (~> 2.4.0)
        mail (2.5.4)
          mime-types (~> 1.16)
          treetop (~> 1.4.8)
        mime-types (1.25)
        minitest (4.7.5)
        multi_json (1.8.2)
        polyglot (0.3.3)
        rack (1.5.2)
        rack-test (0.6.2)
          rack (>= 1.0)
        rails (4.0.1)
          actionmailer (= 4.0.1)
          actionpack (= 4.0.1)
          activerecord (= 4.0.1)
          activesupport (= 4.0.1)
          bundler (>= 1.3.0, < 2.0)
          railties (= 4.0.1)
          sprockets-rails (~> 2.0.0)
        railties (4.0.1)
          actionpack (= 4.0.1)
          activesupport (= 4.0.1)
          rake (>= 0.8.7)
          thor (>= 0.18.1, < 2.0)
        rake (10.1.0)
        rdoc (3.12.2)
          json (~> 1.4)
        sass (3.2.12)
        sass-rails (4.0.1)
          railties (>= 4.0.0, < 5.0)
          sass (>= 3.1.10)
          sprockets-rails (~> 2.0.0)
        sdoc (0.3.20)
          json (>= 1.1.3)
          rdoc (~> 3.10)
        sprockets (2.10.0)
          hike (~> 1.2)
          multi_json (~> 1.0)
          rack (~> 1.0)
          tilt (~> 1.1, != 1.3.0)
        sprockets-rails (2.0.1)
          actionpack (>= 3.0)
          activesupport (>= 3.0)
          sprockets (~> 2.8)
        sqlite3 (1.3.8)
        thor (0.18.1)
        thread_safe (0.1.3)
          atomic
        tilt (1.4.1)
        treetop (1.4.15)
          polyglot
          polyglot (>= 0.3.1)
        turbolinks (1.3.0)
          coffee-rails
        tzinfo (0.3.38)
        uglifier (2.3.1)
          execjs (>= 0.3.0)
          json (>= 1.8.0)
    
    PLATFORMS
      ruby
    
    DEPENDENCIES
      coffee-rails (~> 4.0.0)
      font-awesome-less
      jbuilder (~> 1.2)
      jquery-rails
      rails (= 4.0.1)
      sass-rails (~> 4.0.0)
      sdoc
      sqlite3
      turbolinks
      uglifier (>= 1.3.0)
    
  • 如何使用 fontawesome at November 15, 2013

    #12 楼 @Rei 不好意思,一开始截图错了,我已经修改了,但我一直是在尝试 less 的

  • 如何使用 fontawesome at November 15, 2013

    #10 楼 @Rei 但是浏览页面的时候显示了如下的错误,囧。。。

  • 如何使用 fontawesome at November 15, 2013

    #8 楼 @Rei 请问是不是这样配置?

  • 如何使用 fontawesome at November 15, 2013

    #5 楼 @Rei 已经在 application.css 中加入*= require font-awesome 页面的源码没有出现 font-awesome 相关的 css

  • 如何使用 fontawesome at November 15, 2013

    我这里没有看见 application.css.scss,但有 application.css,但我已经加进去了,还是没有 icon 出现,是不是还有什么需要在页面上引用?

  • 如何使用 fontawesome at November 15, 2013

    #1 楼 @Rei gem 包都安装好了,在页面上写,但浏览网页的时候,还是没有 icon 出现,请问是什么原因?

  • 修改默认的 Gemfile at November 15, 2013

    #15 楼 @glz1992 如果你想在某个项目中使用一个 gem(名字为 money),只需要在该项目的 Gemfile 里面,添加一行:

    gem 'money'
    

    再在 Terminal 中运行 bundel install 就 OK 了

  • 修改默认的 Gemfile at November 14, 2013

    #13 楼 @song940 这个早就知道啦。

  • 修改默认的 Gemfile at November 14, 2013

    #5 楼 @xds2000 好像试过,没用

  • 修改默认的 Gemfile at November 14, 2013

    #3 楼 @xds2000 有没有这句话出处的链接地址,我看看。。。

  • 修改默认的 Gemfile at November 14, 2013

    #1 楼 @glz1992 是的,上面的方法是修改全局的了,如果不想修改全局的话,就每次新建项目后自行个性 Gemfile 吧

  • Ruby 官网新设计 (結果公布) at November 11, 2013

    支持 4 号啊

  • 求证书系统的解决方案 at November 03, 2013

    #11 楼 @xhj6 好的,我去试试,谢谢你的建议。

  • 求证书系统的解决方案 at November 03, 2013

    #5 楼 @Victor Flash 不太懂,但还是谢谢你。

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